From 3fb03fa3400620c0a6c36c486fbf44642e744964 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:45:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ac68b0..6fbcd42 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 ContactSplit from '@/components/sections/contact/ContactSplit'; +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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -31,26 +31,11 @@ export default function LandingPage() {
-
-