From bd4e42f7153b20c03910a2f81b0da6d23788d6a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 20:52:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 187 deletions(-) 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() {
-
-
-
-
-- 2.49.1