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() {