Update src/app/page.tsx
This commit is contained in:
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
name: "Decadent Chocolate Cake",
|
||||
price: "KSh 2,500",
|
||||
variant: "Serves 6-8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360216.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-confectioner-with-chocolate-cake-pastry-shop_23-2150360216.jpg?_wi=1",
|
||||
imageAlt: "Rich chocolate cake with ganache",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -155,7 +155,7 @@ export default function HomePage() {
|
||||
name: "Butter Croissants",
|
||||
price: "KSh 450",
|
||||
variant: "Pack of 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweets-flowers_23-2149192040.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweets-flowers_23-2149192040.jpg?_wi=1",
|
||||
imageAlt: "Golden flaky croissants",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
name: "Artisan Sourdough",
|
||||
price: "KSh 650",
|
||||
variant: "1kg loaf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-brown-breads-wooden-board_114579-32602.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-brown-breads-wooden-board_114579-32602.jpg?_wi=1",
|
||||
imageAlt: "Crusty artisan sourdough bread",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
name: "Gourmet Cupcakes",
|
||||
price: "KSh 350",
|
||||
variant: "Pack of 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcakes-with-frosting_23-2149667643.jpg?_wi=1",
|
||||
imageAlt: "Colorful decorated gourmet cupcakes",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -199,22 +199,22 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Custom Celebration Cakes",
|
||||
description: "Personalized cakes for birthdays, weddings, and special events. Choose your flavor, design, and let our expert decorators create magic.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232370.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/children-cook-pasta-gastronomy-master-class_1321-2447.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232370.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/children-cook-pasta-gastronomy-master-class_1321-2447.jpg?_wi=1" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Dessert Boxes",
|
||||
description: "Curated assortments of our finest pastries, chocolates, and treats. Perfect for gifting or indulgent self-care.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candy-with-peanuts-box_141793-11422.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mini-white-bread-wooden-board_114579-45757.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candy-with-peanuts-box_141793-11422.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mini-white-bread-wooden-board_114579-45757.jpg?_wi=1" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Artisan Bread Selection",
|
||||
description: "Traditional and innovative breads baked fresh daily. Sourdough, whole wheat, multigrain, and specialty seasonal varieties.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273131.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blank-tag-brown-bread-bakery-stall_23-2148209817.jpg" },
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273131.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blank-tag-brown-bread-bakery-stall_23-2148209817.jpg?_wi=1" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -281,7 +281,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-croissant-tray_23-2147984971.jpg?_wi=1"
|
||||
imageAlt="N&H Bakery Contact - Warm Bakery Interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user