From a3ea7dc308fbbf818c5a49b9ede6032cf1f44409 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:47:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30ce688..ce10c30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 7117c489ed843fe258460f11c8a85431cc349ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:47:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12e73d5..30f7c07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,8 @@ export default function RoyalRestaurantPage() { title="We serve authentic, spicy homemade meals that bring families together with warmth and affordability. For years, Royal Restaurant has been the trusted choice for weekend dining in Baghmara." useInvertedBackground={false} buttons={[ - { text: "WhatsApp Us to Order", href: "https://wa.me/91XXXXX" } + { text: "💬 WhatsApp Us to Order", href: "https://wa.me/91XXXXX" }, + { text: "⭐ See Reviews", href: "#reviews" } ]} buttonAnimation="slide-up" /> @@ -238,4 +239,4 @@ export default function RoyalRestaurantPage() { ); -} +} \ No newline at end of file -- 2.49.1