diff --git a/src/app/page.tsx b/src/app/page.tsx index 5204b22..a0af82d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Facebook, Instagram, Sparkles } from "lucide-react"; +import { Facebook, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {
-
-
-
-