Switch to version 2: added src/pages/HomePage/sections/Products.tsx
This commit is contained in:
64
src/pages/HomePage/sections/Products.tsx
Normal file
64
src/pages/HomePage/sections/Products.tsx
Normal file
@@ -0,0 +1,64 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "products" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ProductsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Delights"
|
||||
title="Explore Our Oven-Fresh Creations"
|
||||
description="From flaky croissants to custom celebration cakes, discover your new favorite treat."
|
||||
items={[
|
||||
{
|
||||
title: "Flaky Croissants",
|
||||
description: "Buttery, golden, and perfect with your morning coffee.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-white-plate-with-black-coffee_181624-60129.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisan Sourdough",
|
||||
description: "Slow-fermented for a rich flavor and perfect crust.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-tied-with-rope-wooden-board_114579-72178.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Cupcakes",
|
||||
description: "Beautifully decorated and bursting with flavor.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423807.jpg",
|
||||
},
|
||||
{
|
||||
title: "Signature Cookies",
|
||||
description: "Classic recipes with a homemade taste you'll love.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-cookies-bundled-together-marble-background_114579-25950.jpg",
|
||||
},
|
||||
{
|
||||
title: "Seasonal Fruit Pies",
|
||||
description: "Made with the freshest fruits of the season.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-pie-arrangement_23-2148531646.jpg",
|
||||
},
|
||||
{
|
||||
title: "Custom Celebration Cakes",
|
||||
description: "Designed to make your special moments unforgettable.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-cake-table_23-2147783757.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sweet Cinnamon Rolls",
|
||||
description: "Warm, gooey, and topped with decadent cream cheese frosting.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-buns-wooden-table-kanelbulle-swedish-dessert_123827-22535.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user