Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7117c489ed | |||
| a3ea7dc308 | |||
| 625747e9c3 | |||
| 051730678b | |||
| 98818481cf | |||
| 1766c8d54d | |||
| e1465160e6 | |||
| 90afd3baa8 |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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 AM–midnight 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user