Files
65de46bf-a263-4fdc-9892-7b0…/src/pages/HomePage/sections/Metrics.tsx

22 lines
1.0 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="Our Heritage"
title="A Taste of Morocco"
description="Sharing the rich culinary traditions of Morocco with our community."
metrics={[{"features":["Authentic flavors","Warm hospitality"],"title":"Happy Guests","value":"10k+"},{"features":["Fresh mint","Traditional brewing"],"title":"Pots of Mint Tea","value":"5k"},{"features":["Family traditions","Quality ingredients"],"title":"Authentic Recipes","value":"100%"}]}
/>
</SectionErrorBoundary>
</div>
);
}