Files
d28995e3-4e9f-49b8-b67b-942…/src/pages/HomePage/sections/Features.tsx
2026-06-14 11:43:35 +00:00

22 lines
1.6 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGrid
tag="Our Expertise"
title="Seamless Journeys, Unforgettable Memories"
description="We specialize in high-quality travel and transport solutions for travelers visiting Kenya."
features={[{"imageSrc":"https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&q=80&w=2068&ixlib=rb-4.0.3","title":"Expert-Guided Safari","description":"Curated wildlife encounters with veteran guides."},{"description":"Relax in premium beach resorts along the coast.","imageSrc":"https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&q=80&w=2073&ixlib=rb-4.0.3","title":"Coastal Escapes"},{"imageSrc":"https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&q=80&w=2072&ixlib=rb-4.0.3","title":"Cultural Immersion","description":"Engage with local communities and traditions."},{"title":"Premium Car Hire","imageSrc":"https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3","description":"Safe, reliable, and convenient transport solutions."}]}
/>
</SectionErrorBoundary>
</div>
);
}