diff --git a/web/default/src/features/home/components/index.ts b/web/default/src/features/home/components/index.ts index a76318987..f27b8eef0 100644 --- a/web/default/src/features/home/components/index.ts +++ b/web/default/src/features/home/components/index.ts @@ -16,8 +16,4 @@ along with this program. If not, see . For commercial licensing, please contact admin@modelstoken.com */ -export { CTA } from './sections/cta' -export { Features } from './sections/features' export { Hero } from './sections/hero' -export { HowItWorks } from './sections/how-it-works' -export { Stats } from './sections/stats' diff --git a/web/default/src/features/home/index.tsx b/web/default/src/features/home/index.tsx index d49a1217a..64a8c76f2 100644 --- a/web/default/src/features/home/index.tsx +++ b/web/default/src/features/home/index.tsx @@ -33,8 +33,8 @@ export function Home() { if (!isLoaded) { return ( -
-
{t('Loading...')}
+
+
{t('Loading...')}
) @@ -43,7 +43,7 @@ export function Home() { if (content) { return ( -
+
{isUrl ? (