Switch to version 2: remove src/pages/HomePage/sections/Gallery.tsx

This commit is contained in:
2026-06-13 18:40:31 +00:00
parent 7d101fcedc
commit c49f172c74

View File

@@ -1,57 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "gallery" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function GallerySection(): React.JSX.Element {
return (
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<FeaturesImageBento
tag="Venue Highlights"
title="A Showcase of Elegance"
description="Explore our versatile spaces designed for every type of celebration."
items={[
{
title: "Grand Hall",
description: "Stunning main event space.",
imageSrc: "http://img.b2bpic.net/free-photo/halls-convent-christ-with-windows-tomar-portugal_181624-16838.jpg",
},
{
title: "Dining Area",
description: "Refined settings for banquet events.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg",
},
{
title: "Stage Lighting",
description: "Professional tech for performances.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-bokeh-illuminated-background_23-2147873265.jpg",
},
{
title: "Main Foyer",
description: "Grand welcoming entryway.",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg",
},
{
title: "Outdoor Terrace",
description: "Beautiful alfresco atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-terrace-sunset-background_23-2148232014.jpg",
},
{
title: "Event Bar",
description: "Sophisticated service station.",
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111199.jpg",
},
{
title: "Dance Floor",
description: "Spacious area for celebration.",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-neon-lights-club_53876-95329.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}