diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f0dadc..2608715 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -26,226 +26,102 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file