From abd905ba89c7a7784e888d1a7382585e09c939aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:57:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46696f5..c4d7f2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { MapPin, Package, ShieldCheck, Truck } from "lucide-react"; +import { MapPin, Package, ShieldCheck, Truck, MessageSquare, Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,12 @@ export default function LandingPage() { @@ -298,21 +145,9 @@ export default function LandingPage() {
- +