From 17d1ce005128797bea66f969e8bbadd1fdf60969 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:39:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2a9c72..13f15a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,7 +227,7 @@ export default function LandingPage() { text="Ready to Taste the Magic? Contact Us! Visit us at: Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107" buttons={[ { - text: "Call Us Now", href: "tel:+1234567890"}, + text: "Call Us Now", href: "tel:09082192602"}, { text: "Email Us", href: "mailto:info@varyzoncakeshop.com"}, { @@ -269,7 +269,7 @@ export default function LandingPage() { { label: "info@varyzoncakeshop.com", href: "mailto:info@varyzoncakeshop.com"}, { - label: "+1 (234) 567-890", href: "tel:+1234567890"}, + label: "090821 92602", href: "tel:09082192602"}, { label: "Poonam Estate Cluster, Sector 1, Srishti Complex, Mira Road East, Mira Bhayandar, Maharashtra 401107", href: "https://www.google.com/maps/search/Poonam+Estate+Cluster,+Sector+1,+Srishti+Complex,+Mira+Road+East,+Mira+Bhayandar,+Maharashtra+401107"}, ], -- 2.49.1