Merge version_1_1782232796750 into main #1

Merged
bender merged 3 commits from version_1_1782232796750 into main 2026-06-23 16:41:06 +00:00
3 changed files with 16 additions and 59 deletions

View File

@@ -12,31 +12,13 @@ export default function GalleryPage() {
title="A Visual Journey"
description="Step into a world where modern aesthetics harmonize with historical Moroccan charm."
items={[
{
title: "Grand Hall",
description: "Immersive dining architecture",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
},
{
title: "Chef's Table",
description: "Exclusive dining experience",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg",
},
{
title: "Intimate Lighting",
description: "Setting the mood",
imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg",
},
{
title: "Table Setting",
description: "Attention to every detail",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
},
{
title: "Evening Ambiance",
description: "Soft light luxury",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517403.jpg",
},
{ title: "Grand Hall", description: "Immersive dining architecture", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg" },
{ title: "Chef's Table", description: "Exclusive dining experience", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg" },
{ title: "Intimate Lighting", description: "Setting the mood", imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg" },
{ title: "Table Setting", description: "Attention to every detail", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg" },
{ title: "Evening Ambiance", description: "Soft light luxury", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517403.jpg" },
{ title: "Interior Detail", description: "Classic design", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-interior-design_23-2151010548.jpg" },
{ title: "Palace View", description: "Traditional aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-city-palace-udaipur-rajasthan-india_53876-65515.jpg" }
]}
/>
</SectionErrorBoundary>
@@ -46,7 +28,6 @@ export default function GalleryPage() {
<SectionErrorBoundary name="about">
<AboutText
title="Capturing the Spirit of Royal Atlas"
description="Every corner of our restaurant is designed to transport you to an oasis of calm and luxury."
/>
</SectionErrorBoundary>
</div>

View File

@@ -12,31 +12,13 @@ export default function MenuPage() {
title="Fresh Seasonal Creations"
description="Discover our rotation of chef-inspired dishes crafted with premium, locally sourced ingredients."
items={[
{
title: "Lamb Mechoui",
description: "Slow-roasted tender lamb",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
},
{
title: "Royal Seafood Platter",
description: "Fresh catch of the day",
imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-seafood-green-basilic-parmesan_114579-1861.jpg",
},
{
title: "Vegetarian Delight",
description: "Seasonal garden bounty",
imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg",
},
{
title: "Signature Dessert",
description: "Gold-leafed sweetness",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg",
},
{
title: "Refreshment",
description: "Hand-crafted cocktails",
imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-garnished-with-gypsophila-long-stand-glass_141793-1949.jpg",
},
{ title: "Lamb Mechoui", description: "Slow-roasted tender lamb", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
{ title: "Royal Seafood Platter", description: "Fresh catch of the day", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-seafood-green-basilic-parmesan_114579-1861.jpg" },
{ title: "Vegetarian Delight", description: "Seasonal garden bounty", imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg" },
{ title: "Signature Dessert", description: "Gold-leafed sweetness", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg" },
{ title: "Refreshment", description: "Hand-crafted cocktails", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-garnished-with-gypsophila-long-stand-glass_141793-1949.jpg" },
{ title: "Traditional Taste", description: "Authentic flavor", imageSrc: "http://img.b2bpic.net/free-photo/traditional-vegetable-olma-white-plate-with-yogurt_114579-2597.jpg" },
{ title: "Gourmet Platter", description: "Chef selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg" }
]}
/>
</SectionErrorBoundary>
@@ -46,7 +28,6 @@ export default function MenuPage() {
<SectionErrorBoundary name="about">
<AboutText
title="A Commitment to Culinary Perfection"
description="Our chefs spend hours perfecting every spice blend and technique, ensuring every bite tells a story of Moroccan history."
/>
</SectionErrorBoundary>
</div>

View File

@@ -11,13 +11,9 @@ export default function ReservationsPage() {
tag="Ready to Experience Magic?"
text="Reserve your table today and let us treat you to an unforgettable evening of Moroccan fine dining."
primaryButton={{
text: "Book Now",
href: "/reservations",
}}
text: "Book Now", href: "/reservations"}}
secondaryButton={{
text: "Contact Concierge",
href: "tel:5550123",
}}
text: "Contact Concierge", href: "tel:5550123"}}
/>
</SectionErrorBoundary>
</div>
@@ -26,7 +22,6 @@ export default function ReservationsPage() {
<SectionErrorBoundary name="about">
<AboutText
title="Your Table Awaits"
description="Whether it's a romantic celebration or a sophisticated business dinner, we ensure your visit is handled with the utmost care."
/>
</SectionErrorBoundary>
</div>