From 9378cdaadc41b22a3b981fecef4041ce14dcbf74 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:25:17 +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 a44a3e2..836ba3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { - text: "Order on WhatsApp", href: "https://wa.me/918360103454?text=Hi%20Pankaj%20Fast%20Food%2C%20I%20would%20like%20to%20place%20an%20order" + text: "Order Now on WhatsApp", href: "https://wa.me/918360103454?text=Hi%20Pankaj%20Fast%20Food%2C%20I%20would%20like%20to%20place%20an%20order" }, { text: "View Menu", href: "#menu" @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}