diff --git a/src/app/page.tsx b/src/app/page.tsx index 544a0e0..95ed3f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -58,6 +56,7 @@ export default function LandingPage() {