From 87a76c610ec754f30f0e945c8521f2c4df4ad583 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:07:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d7c312..7d54baa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { mediaAnimation="opacity" useInvertedBackground={false} buttons={[ - { text: "📞 Call Now", href: "tel:08866900600" }, - { text: "💬 WhatsApp", href: "https://wa.me/918866900600" } + { text: "Call Now – Limited Hours", href: "tel:08866900600" }, + { text: "Chat on WhatsApp", href: "https://wa.me/918866900600" } ]} buttonAnimation="slide-up" testimonials={[ @@ -149,7 +149,7 @@ export default function LandingPage() { }, { id: "support", label: "Support", title: "Expert Installation & Service", items: [ - "Free Installation", "Battery Replacement: ₹999", "Device setup & configuration", "Technical assistance available" + "Professional installation services", "Battery replacement & repair", "Device setup & configuration", "Technical assistance available" ] }, { -- 2.49.1