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

This commit is contained in:
2026-06-15 20:37:43 +00:00
parent 61f207d93a
commit bf6ef54b28

View File

@@ -1,29 +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 AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ExperienceSection(): React.JSX.Element {
return (
<div id="experience" data-section="experience">
<SectionErrorBoundary name="experience">
<AboutFeaturesSplit
tag="Our Essence"
title="The Flying Horse Experience"
description="We blend artisan tradition with modern luxury, creating a sanctuary for your senses."
items={[
{
icon: "Coffee", title: "Artisan Coffee", description: "Freshly brewed specialty coffee made from carefully selected beans."},
{
icon: "Utensils", title: "Gourmet Food", description: "Delicious burgers, sandwiches, desserts, and chef-crafted meals."},
{
icon: "Coffee", title: "Cozy Atmosphere", description: "Beautiful interiors designed for relaxation, conversations, and creativity."},
]}
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg"
/>
</SectionErrorBoundary>
</div>
);
}