From 36845023183d7b7e1501839e2ee7c8456cbeb5aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 02:55:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ee5b56..f3fded9 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 ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import { MapPin, MessageSquare, Star } from "lucide-react"; @@ -101,19 +101,18 @@ export default function LandingPage() {
-
@@ -144,16 +143,23 @@ export default function LandingPage() {
-