diff --git a/src/app/page.tsx b/src/app/page.tsx index f4a6e92..58b1570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -29,22 +30,11 @@ export default function LandingPage() { @@ -128,152 +57,46 @@ export default function LandingPage() { -
- +
-
- -
-
); -} +} \ No newline at end of file