diff --git a/src/app/page.tsx b/src/app/page.tsx index 89c31cd..7570d2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {