diff --git a/src/app/page.tsx b/src/app/page.tsx index 519100d..2bad4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Shield, Sparkles, Zap } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Shield, Sparkles, Zap, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +33,10 @@ export default function LandingPage() {