Files
bc09bbe0-5c47-49c8-96a0-e6c…/src/pages/HomePage/sections/Features.tsx

31 lines
1.9 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="Why We Are The Best"
title="Authenticity in Every Bite"
description="We don't just make snacks; we uphold a legacy of tradition and quality."
features={[
{
title: "Fresh Ingredients", description: "Hand-picked spices and farm-fresh vegetables for ultimate flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-sliced-cabbage-greens-beet-white-background_140725-126050.jpg"},
{
title: "Secret Recipe", description: "A legacy recipe passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-grandparents-working-together-country-side_23-2149518775.jpg"},
{
title: "Daily Prepared", description: "Crispy golden goodness prepared fresh every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stripping-cabbage_23-2147809522.jpg"},
{
title: "Hospitable Service", description: "Served with a smile and the warmth of Bihar.", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-braids-working-as-manager-retail-boutique-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-7329.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
);
}