From 4266bbaba15ba2fe30ff3510d8b922ea738200b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:26:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 92 +++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 60 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdc2f81..08256f2 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 ContactText from '@/components/sections/contact/ContactText'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Briefcase, Car, Globe, Home, MapPin, Smartphone, Wallet } from "lucide-react"; export default function LandingPage() { @@ -31,27 +31,21 @@ export default function LandingPage() {
-
-
); -} \ No newline at end of file +} -- 2.49.1