Merge version_1 into main #1
@@ -96,15 +96,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "100% Artisan Made", description: "Every confection is carefully handcrafted by our experienced artisans using time-tested techniques and the finest ingredients available.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg", imageAlt: "Handmade chocolates"
|
||||
title: "100% Artisan Made", description: "Every confection is carefully handcrafted by our experienced artisans using time-tested techniques and the finest ingredients available.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg?_wi=1", imageAlt: "Handmade chocolates"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Ingredients", description: "We source only the highest quality cocoa, nuts, and flavoring agents from trusted suppliers around the world to ensure superior taste.", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg", imageAlt: "Premium ingredients selection"
|
||||
title: "Premium Ingredients", description: "We source only the highest quality cocoa, nuts, and flavoring agents from trusted suppliers around the world to ensure superior taste.", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg?_wi=1", imageAlt: "Premium ingredients selection"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Traditional Methods", description: "Our recipes have been perfected over generations, combining traditional craftsmanship with meticulous attention to detail and passion.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg", imageAlt: "Traditional confectionery making"
|
||||
title: "Traditional Methods", description: "Our recipes have been perfected over generations, combining traditional craftsmanship with meticulous attention to detail and passion.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg?_wi=1", imageAlt: "Traditional confectionery making"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Features of Sweet Haven"
|
||||
@@ -124,13 +124,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Belgian Dark Truffles", price: "$24.99", variant: "Box of 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg", imageAlt: "Belgian dark chocolate truffles"
|
||||
id: "product-1", name: "Belgian Dark Truffles", price: "$24.99", variant: "Box of 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg?_wi=2", imageAlt: "Belgian dark chocolate truffles"
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "French Macarons", price: "$18.99", variant: "Box of 12", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg", imageAlt: "Assorted French macarons"
|
||||
id: "product-2", name: "French Macarons", price: "$18.99", variant: "Box of 12", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg?_wi=2", imageAlt: "Assorted French macarons"
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Artisan Fudge Assortment", price: "$22.99", variant: "Box of 16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg", imageAlt: "Premium fudge selection"
|
||||
id: "product-3", name: "Artisan Fudge Assortment", price: "$22.99", variant: "Box of 16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg?_wi=2", imageAlt: "Premium fudge selection"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user