diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 18682bf..7f49b70 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { category: "Artisan", title: "Latte Art 101", excerpt: "Learn the basics.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=3", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/man-apron-pouring-coffee-cup-customer_23-2148366693.jpg", date: "Oct 2024", diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a092ebf..2446704 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { { title: "Espresso Bar", description: "Hand-crafted coffee with premium beans.", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg?_wi=2", }, { title: "Seasonal Pours", description: "Limited-time offers fresh from local farms.", - imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg?_wi=3", }, { title: "Fresh Baked Goods", description: "Pastries baked every single morning.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg?_wi=3", }, ]} title="Explore Our Menu" @@ -86,7 +86,7 @@ export default function LandingPage() { { title: "Signature Dark", description: "Bold notes.", - imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg?_wi=3", }, ]} /> @@ -99,7 +99,7 @@ export default function LandingPage() { name: "Espresso Blend", price: "$18", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg?_wi=4", }} /> diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 48d1581..1d33d3b 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { tag="Get Started" title="Order Online Today" description="Quick, easy, and ready when you are." - imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=2" imageAlt="Coffee preparation" mediaAnimation="slide-up" /> @@ -74,7 +74,7 @@ export default function LandingPage() { tag="Order" title="Pickup In Store" description="Ready in minutes." - imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-marshmallow-drink-near-fireplace_23-2148337325.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-marshmallow-drink-near-fireplace_23-2148337325.jpg?_wi=2" mediaAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e9af3c..d196e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-marshmallow-drink-near-fireplace_23-2148337325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-marshmallow-drink-near-fireplace_23-2148337325.jpg?_wi=1", imageAlt: "Fresh roasted coffee beans", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg?_wi=1", imageAlt: "Barista pouring latte art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg?_wi=1", imageAlt: "Premium roasted coffee bag", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg?_wi=1", imageAlt: "Fresh buttery croissant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg?_wi=1", imageAlt: "Seasonal pumpkin spice drink", }, ]} @@ -111,19 +111,19 @@ export default function LandingPage() { id: "p1", name: "Dark Roast Blend", price: "$16.00", - imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg?_wi=2", }, { id: "p2", name: "Butter Croissant", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-croissants_23-2149233677.jpg?_wi=2", }, { id: "p3", name: "Seasonal Spice Latte", price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-132.jpg?_wi=2", }, { id: "p4", @@ -135,7 +135,7 @@ export default function LandingPage() { id: "p5", name: "Vanilla Bean Latte", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-star-latte-art_1252-872.jpg?_wi=1", }, { id: "p6",