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 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