4 Commits

Author SHA1 Message Date
6dec02c0fe Merge version_3 into main
Merge version_3 into main
2026-03-07 17:47:39 +00:00
7117c489ed Update src/app/page.tsx 2026-03-07 17:47:36 +00:00
a3ea7dc308 Update src/app/layout.tsx 2026-03-07 17:47:35 +00:00
625747e9c3 Merge version_2 into main
Merge version_2 into main
2026-03-07 17:44:03 +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>
);
}
}