From 9fd3d35ee117be1d744f87a27b3716123e900b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:11:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 122 +++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a92133..020efd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { @@ -29,16 +29,11 @@ export default function LandingPage() {