9 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
051730678b Update src/app/page.tsx 2026-03-07 17:43:58 +00:00
98818481cf Update src/app/layout.tsx 2026-03-07 17:43:57 +00:00
1766c8d54d Merge version_1 into main
Merge version_1 into main
2026-03-07 17:26:53 +00:00
e1465160e6 Merge version_1 into main
Merge version_1 into main
2026-03-07 17:26:14 +00:00
90afd3baa8 Merge version_1 into main
Merge version_1 into main
2026-03-07 17:24:44 +00:00
2 changed files with 18 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,14 +41,14 @@ export default function RoyalRestaurantPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Authentic Spicy Food for Your Family Royal Restaurant"
title="Book Your Table Today Authentic Spicy Food at Royal Restaurant"
description="Tasty, affordable meals trusted by 55 happy customers. Open daily 6 AMmidnight in Harina Basti. Call now to book your table or place an order."
tag="⭐ 4.3 Rating"
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
{ text: "Call Now to Book", href: "tel:+91-XXXXX-XXXXX" },
{ text: "Get Directions", href: "https://maps.google.com" }
{ text: "Call Now to Book", href: "tel:+91-XXXXX-XXXXX" },
{ text: "📍 Get Directions", href: "https://maps.google.com" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -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>
);
}
}