Merge version_1 into main #3
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "croissant", brand: "Classic", name: "Butter Croissant", price: "$4.50", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", imageAlt: "Butter Croissant", isFavorited: true
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg?_wi=1", imageAlt: "Butter Croissant", isFavorited: true
|
||||
},
|
||||
{
|
||||
id: "sourdough", brand: "Artisan", name: "Sourdough Loaf", price: "$7.00", rating: 5,
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "croissant-special", brand: "Limited", name: "Chocolate Almond Croissant", price: "$6.50", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", imageAlt: "Chocolate Almond Croissant", isFavorited: false
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg?_wi=2", imageAlt: "Chocolate Almond Croissant", isFavorited: false
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
id: "6", title: "Do you have seating and WiFi?", content: "Yes! We have comfortable seating throughout our café, free high-speed WiFi, and power outlets. It's the perfect space for working, meeting friends, or simply enjoying our products in a warm atmosphere."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg?_wi=1"
|
||||
imageAlt="Eats Bakery & Coffee interior"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg?_wi=2"
|
||||
imageAlt="Eats Bakery & Coffee atmosphere"
|
||||
logoText="Eats Bakery & Coffee"
|
||||
copyrightText="© 2025 Eats Bakery & Coffee. Crafted daily with passion and premium ingredients."
|
||||
|
||||
Reference in New Issue
Block a user