Merge version_1 into main #1
@@ -101,10 +101,10 @@ export default function LandingPage() {
|
||||
title: "Artisan Crafted", description: "Each dessert is meticulously handcrafted by our expert pastry chefs with passion and precision for perfection.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-marble-table_114579-66156.jpg", imageAlt: "Golden butter cookies"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-marble-table_114579-66156.jpg?_wi=1", imageAlt: "Golden butter cookies"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1122-1123.jpg", imageAlt: "Creamy pastry rolls"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1122-1123.jpg?_wi=1", imageAlt: "Creamy pastry rolls"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
tag="Hot Picks"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Butter Cookies", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-marble-table_114579-66156.jpg", imageAlt: "Golden butter cookies"
|
||||
id: "1", name: "Butter Cookies", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-sliced-cakes-placed-marble-table_114579-66156.jpg?_wi=2", imageAlt: "Golden butter cookies"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Chocolate Brownies", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-with-copy-space_23-2148549981.jpg", imageAlt: "Fudgy chocolate brownies"
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
id: "3", name: "Strawberry Pastries", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-red-strawberries-mellow-delicious-berries-inside-plate-with-cakes-light_140725-32183.jpg", imageAlt: "Fresh strawberry pastries"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Cream Rolls", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1122-1123.jpg", imageAlt: "Delicate cream rolls"
|
||||
id: "4", name: "Cream Rolls", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1122-1123.jpg?_wi=2", imageAlt: "Delicate cream rolls"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user