Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-03 08:27:24 +00:00
parent cbe23eb0b6
commit 1fb6dc0428

View File

@@ -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"
}}
/>
</div>
@@ -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" }}