Switch to version 1: remove src/pages/HomePage/sections/Experience.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user