Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 17:47:40 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}