Switch to version 1: remove src/pages/HomePage/sections/Features.tsx

This commit is contained in:
2026-06-07 20:58:59 +00:00
parent 7326f957e8
commit 4853a321d0

View File

@@ -1,42 +0,0 @@
// 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 FeaturesBentoGridCta from '@/components/sections/features/FeaturesBentoGridCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBentoGridCta
tag="Why Choose Us"
title="The Heart of Our Craft"
description="Dedicated to quality, freshness, and community joy in every creation."
features={[
{
title: "Premium Ingredients",
description: "We source only the finest, freshest, and often local ingredients for superior taste and quality.",
imageSrc: "http://img.b2bpic.net/free-photo/team-local-farmers-selling-natural-bio-produce_482257-77615.jpg",
},
{
title: "Artisan Craftsmanship",
description: "Our bakers pour passion and expertise into every handcrafted item, ensuring perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072564.jpg",
},
{
title: "Community Focused",
description: "We are proud to be a beloved part of the neighborhood, serving generations with warmth.",
imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102350.jpg",
},
{
title: "Convenient Ordering",
description: "Enjoy our delights in-store or through easy online ordering and pickup options.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-sunglasses-shopping-cart-illustration-design_460848-11469.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}