From bd1ee6b367f8bee209d158696845e1ec339d9a9d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc72f93..489bac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextAbout from '@/components/sections/about/TextAbout'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import { Building2, Star } from "lucide-react"; export default function LandingPage() { @@ -75,10 +75,13 @@ export default function LandingPage() {
-
@@ -160,22 +163,20 @@ export default function LandingPage() {
-
-- 2.49.1