diff --git a/app/(landing)/[ContentLandingPage]/page.tsx b/app/(landing)/[ContentLandingPage]/page.tsx index 943c21ec6..9a0ccdf4a 100644 --- a/app/(landing)/[ContentLandingPage]/page.tsx +++ b/app/(landing)/[ContentLandingPage]/page.tsx @@ -102,7 +102,7 @@ export default async function Page({ params }: { params: { ContentLandingPage: s
- +
diff --git a/app/page.tsx b/app/page.tsx index e83466cc3..08c735cca 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,3 @@ -import { Carousel } from 'components/carousel'; -import { ThreeItemGrid } from 'components/grid/three-items'; -import Footer from 'components/layout/footer'; - export const metadata = { description: 'High-performance ecommerce store built with Next.js, Vercel, and Shopif.', openGraph: { @@ -10,11 +6,5 @@ export const metadata = { }; export default async function HomePage() { - return ( - <> - - -