diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c2c591..8d3355d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-sitting-restaurant_1140-502.jpg", imageAlt: "Café Lune cozy interior with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-orange-cake-cappuccino_501050-794.jpg", imageAlt: "Perfectly textured latte and cappuccino with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-orange-cake-cappuccino_501050-794.jpg?_wi=1", imageAlt: "Perfectly textured latte and cappuccino with latte art" } ]} mediaAnimation="slide-up" @@ -96,7 +96,7 @@ export default function LandingPage() { id: "03", title: "Pear & Rhubarb Crumble", description: "Seasonal dessert with golden crumble topping and perfect balance of flavors", imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-black_114579-18457.jpg", imageAlt: "Pear rhubarb crumble dessert with elegant plating" }, { - id: "04", title: "Premium Coffee Selection", description: "Exceptional latte, cappuccino, and flat white with perfectly textured milk", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-orange-cake-cappuccino_501050-794.jpg", imageAlt: "Specialty coffee drinks with latte art" + id: "04", title: "Premium Coffee Selection", description: "Exceptional latte, cappuccino, and flat white with perfectly textured milk", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-orange-cake-cappuccino_501050-794.jpg?_wi=2", imageAlt: "Specialty coffee drinks with latte art" } ]} textboxLayout="default" @@ -136,12 +136,12 @@ export default function LandingPage() {