Merge version_3_1780864542087 into main #2
@@ -10,54 +10,11 @@ export default function ProductsSection(): React.JSX.Element {
|
||||
<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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
tag="Our Delights"
|
||||
title="Explore Our Oven-Fresh Creations"
|
||||
description="From flaky croissants to custom celebration cakes, discover your new favorite treat."
|
||||
items={[{"description":"Buttery, golden, and perfect with your morning coffee.","title":"Flaky Croissants ⭐⭐⭐⭐⭐","href":"#","imageSrc":"http://img.b2bpic.net/free-photo/freshly-baked-croissant-white-plate-with-black-coffee_181624-60129.jpg"},{"href":"#","imageSrc":"http://img.b2bpic.net/free-photo/loaf-bread-tied-with-rope-wooden-board_114579-72178.jpg","title":"Artisan Sourdough ⭐⭐⭐⭐⭐","description":"Slow-fermented for a rich flavor and perfect crust."},{"href":"#","imageSrc":"http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423807.jpg","title":"Gourmet Cupcakes ⭐⭐⭐⭐⭐","description":"Beautifully decorated and bursting with flavor."},{"href":"#","imageSrc":"http://img.b2bpic.net/free-photo/bunch-cookies-bundled-together-marble-background_114579-25950.jpg","title":"Signature Cookies ⭐⭐⭐⭐⭐","description":"Classic recipes with a homemade taste you'll love."},{"href":"#","imageSrc":"http://img.b2bpic.net/free-photo/top-view-fruit-pie-arrangement_23-2148531646.jpg","title":"Seasonal Fruit Pies ⭐⭐⭐⭐⭐","description":"Made with the freshest fruits of the season."},{"title":"Custom Celebration Cakes ⭐⭐⭐⭐⭐","imageSrc":"http://img.b2bpic.net/free-photo/from-cake-table_23-2147783757.jpg","href":"#","description":"Designed to make your special moments unforgettable."},{"href":"#","imageSrc":"http://img.b2bpic.net/free-photo/cinnamon-rolls-buns-wooden-table-kanelbulle-swedish-dessert_123827-22535.jpg","title":"Sweet Cinnamon Rolls ⭐⭐⭐⭐⭐","description":"Warm, gooey, and topped with decadent cream cheese frosting."}]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user