Merge version_1 into main #2
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Visit Us Today", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-homemade-easter-baked-goods-holiday-table-with-decor-details-blurred-background_169016-10839.jpg"
|
||||
imageAlt="Eats Bakery & Coffee storefront"
|
||||
mediaAnimation="opacity"
|
||||
@@ -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?_wi=1", imageAlt: "Butter Croissant", isFavorited: true
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", 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?_wi=2", imageAlt: "Chocolate Almond Croissant", isFavorited: false
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-black-board-with-cloth_114579-88751.jpg", 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg"
|
||||
imageAlt="Eats Bakery & Coffee interior"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -252,7 +252,7 @@ export default function LandingPage() {
|
||||
{ text: "Visit Our Location", href: "https://maps.google.com" },
|
||||
{ text: "Email Us", href: "mailto:hello@eatsbakerycoffee.com" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact Eats Bakery & Coffee"
|
||||
/>
|
||||
@@ -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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dessert-catering_1203-2655.jpg"
|
||||
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