Files
beb0c74e-341e-4bcb-a741-94b…/src/pages/HomePage/sections/Experiences.tsx
kudinDmitriyUp 6be998f03c Bob AI: <ATTACHED_BLOCKS>
The user attached the section/component ca
2026-06-20 17:51:59 +00:00

58 lines
2.4 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "experiences" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ExperiencesSection(): React.JSX.Element {
return (
<div id="experiences" data-section="experiences">
<SectionErrorBoundary name="experiences">
<FeaturesImageBento
tag="Curated Experiences"
title="Beyond the Room"
description="Local adventures tailored to your preferences."
items={[
{
title: "Thermal Spas",
description: "Authentic wellness.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-jacuzzi_169016-22522.jpg",
},
{
title: "Fine Dining",
description: "Gourmet local cuisine.",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg",
},
{
title: "City Tours",
description: "Private guided walks.",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-woman-vacation-asian-wooden-boat_343596-2583.jpg",
},
{
title: "Wine Tasting",
description: "Hungarian vineyard tours.",
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-relaxing-water_23-2148000042.jpg",
},
{
title: "River Cruise",
description: "Stunning Danube sunset.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg",
},
{
title: "Opera Night",
description: "Cultural musical events.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-dancing-peer-while-date_23-2149274369.jpg",
},
{
title: "Art Galleries",
description: "Explore local creators.",
imageSrc: "http://img.b2bpic.net/free-photo/orchid-stones-near-teapot_23-2147809197.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}