From cb7626217d831cb785cac8cab0b69e25f3a7beb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:10:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 219 +++++++++++++++++------------------------------ 1 file changed, 79 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25af896..b4481a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,44 +2,40 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; export default function LandingPage() { return (