22 lines
1.6 KiB
TypeScript
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>
|
|
);
|
|
}
|