From 799c1119c186915ad2e106be523c75b1100d9aa5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:05:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 ++++++++++++++++++----------------------------- 1 file changed, 43 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba7813e..c4504aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; import { BarChart2, Database, Zap } from "lucide-react"; @@ -32,16 +32,11 @@ export default function LandingPage() {