From 073f3e1d1c8d76d13c1027216ff617e9e4a67639 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:18:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71b8c7b..fabae63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} buttons={[ - { text: "Call Us Now", href: "tel:+919876543210" }, + { text: "Call Us Now", href: "tel:+917406929088" }, { text: "Send a Message", href: "#contact" } ]} buttonAnimation="slide-up" @@ -89,7 +89,7 @@ export default function LandingPage() { tag="Our Expertise" tagIcon={Award} tagAnimation="slide-up" - buttons={[{ text: "Schedule a Call", href: "tel:+919876543210" }]} + buttons={[{ text: "Schedule a Call", href: "tel:+917406929088" }]} buttonAnimation="slide-up" accordionItems={[ { @@ -206,13 +206,13 @@ export default function LandingPage() {
@@ -248,7 +248,7 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "Call: +91 987-654-3210", href: "tel:+919876543210" }, + { label: "Call: +91 740-692-9088", href: "tel:+917406929088" }, { label: "Email: hello@webdevstudio.in", href: "mailto:hello@webdevstudio.in" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" } -- 2.49.1