diff --git a/src/app/page.tsx b/src/app/page.tsx index ca69119..94ae6ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,11 +156,11 @@ export default function LandingPage() { tagIcon={Phone} tagAnimation="blur-reveal" title="Ready to Experience Pure Vegetarian Dining?" - description="Call us now for table reservations, online orders, or same-day delivery. We're open during breakfast, lunch, and dinner. Available on WhatsApp for quick queries and orders." + description="Order in 2 minutes via WhatsApp or phone. Call us for table reservations, WhatsApp for quick orders, or visit us near Badlapur Railway Station. We're open for breakfast, lunch, and dinner." background={{ variant: "animated-grid" }} buttons={[ { text: "Call Now", href: "tel:+919876543210" }, - { text: "WhatsApp Order", href: "https://wa.me/919876543210" } + { text: "Order via WhatsApp", href: "https://wa.me/919876543210" } ]} buttonAnimation="blur-reveal" useInvertedBackground={true}