From e56070d0bcdadb1f16a05c684e008f6e431ec0af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:16:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e06acce..dc64606 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,7 +189,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Order on WhatsApp", href: "https://wa.me/923001234567" }, - { text: "Reserve Your Table", href: "#contact" } + { text: "Order Now - No Wait", href: "#contact" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1