Switch to version 1: remove src/pages/HomePage/sections/Experience.tsx

This commit is contained in:
2026-06-22 00:55:38 +00:00
parent 7823caa101
commit 476c73d835

View File

@@ -1,22 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "experience" section.
import React from 'react';
import FeaturesMediaGrid from "@/components/sections/features/FeaturesMediaGrid";
export default function ExperienceSection(): React.JSX.Element {
return (
<div id="experience" data-section="experience">
<FeaturesMediaGrid
tag="Dining Experience"
title="Atmosphere & Ambience"
description="From intimate dinners to lively celebrations, discover the unique settings we offer for your next meal."
items={[
{ title: "Garden Terrace", description: "Open-air dining under the stars with soft ambient lighting", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698354.jpg" },
{ title: "Private Wine Cellar", description: "Exclusive tastings paired with our sommelier's finest selection", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153712.jpg" },
{ title: "Chef's Counter", description: "Watch the magic happen live with our open kitchen experience", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727958.jpg" }
]}
/>
</div>
);
}