diff --git a/src/app/page.tsx b/src/app/page.tsx index c93203d..205ca62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Call & Order Fresh Chai", href: "tel:03046313404" + text: "Call Now", href: "tel:03046313404" }} /> @@ -47,7 +47,7 @@ export default function LandingPage() { description="All types of tea, crispy samosas, fries & hot chicken soup – served fresh daily. Experience warmth and flavor in every cup." tag="⭐ 5.0 Google Rating" buttons={[ - { text: "📞 Call & Order Fresh Chai – 0304 6313404", href: "tel:03046313404" }, + { text: "📞 Call Now – 0304 6313404", href: "tel:03046313404" }, { text: "📍 Get Directions", href: "https://maps.google.com/?q=Corporation,Main+Sillanwali-Sargodha+Rd,Sargodha,40100" } ]} background={{ variant: "plain" }}