From cf9cc032610ce4f8bd2af921e47b27ca7d092877 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 21:43:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9f9fb3..b272170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,19 +3,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Shield, Zap } from "lucide-react"; +import { Award, Shield, Zap, Phone, MessageCircle, MessageSquareText } from "lucide-react"; export default function LandingPage() { + const whatsappLink = "https://wa.me/18764784799"; + return ( @@ -119,7 +122,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} tag="Get in touch" title="Ready for Perfect Comfort?" - description="Contact us today to schedule your consultation." + description="Contact us today to schedule your consultation or chat with us on WhatsApp." /> @@ -129,7 +132,16 @@ export default function LandingPage() { copyrightText="© 2025 | CoolFlow AC Solutions" /> + +
+ + + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1