Update src/pages/GalleryPage.tsx

This commit is contained in:
2026-06-23 16:41:02 +00:00
parent 20b4e4acf9
commit 40e0e7886e

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>