diff --git a/src/app/page.tsx b/src/app/page.tsx index a7b1534..91d7127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=1", imageAlt: "Golden sourdough crust and artisan bread baking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg?_wi=1", imageAlt: "Specialty coffee with care and precision", }, ]} @@ -81,7 +81,7 @@ export default function HomePage() { { title: "Slow Fermented Sourdough", description: "Fermented for over 20 hours to create rich flavor, perfect texture, and exceptional digestibility.", - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-tomato-white-tablecloth-with-bread-slices-eggs-garlic-gloves-around_114579-2649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-putting-tomato-white-tablecloth-with-bread-slices-eggs-garlic-gloves-around_114579-2649.jpg?_wi=1", imageAlt: "20-hour slow fermented sourdough process", buttonIcon: ArrowRight, buttonHref: "#menu", @@ -89,7 +89,7 @@ export default function HomePage() { { title: "Craft Coffee", description: "Every cup brewed with precision using high-quality beans roasted with intention and care.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354568.jpg?_wi=1", imageAlt: "Specialty coffee preparation and pour-over brewing", buttonIcon: ArrowRight, buttonHref: "#menu", @@ -97,7 +97,7 @@ export default function HomePage() { { title: "Handcrafted Daily", description: "Each loaf and pastry made fresh every morning by skilled artisans dedicated to the craft.", - imageSrc: "http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/donuts-bagels-crackers-bakery-products-belarusian-food-products_132075-13054.jpg?_wi=1", imageAlt: "Daily handcrafted breads and pastries", buttonIcon: ArrowRight, buttonHref: "#menu", @@ -124,7 +124,7 @@ export default function HomePage() { price: "Made Fresh Daily", rating: 5, reviewCount: "127+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-background_23-2148288109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-black-background_23-2148288109.jpg?_wi=1", imageAlt: "Golden country sourdough loaf", isFavorited: false, }, @@ -135,7 +135,7 @@ export default function HomePage() { price: "Made Fresh Daily", rating: 5, reviewCount: "98+", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-freshly-baked-hot-dogs-fig-slices-almonds-kitchen-counter_23-2147956752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-freshly-baked-hot-dogs-fig-slices-almonds-kitchen-counter_23-2147956752.jpg?_wi=1", imageAlt: "Artisanal pork and fig sandwich on focaccia", isFavorited: false, }, @@ -146,7 +146,7 @@ export default function HomePage() { price: "Made Fresh Daily", rating: 5, reviewCount: "156+", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assorted-biscuits-candies-cup-tea-gray-surface_114579-20936.jpg?_wi=2", imageAlt: "Warm biscoff cookie latte with caramel spice", isFavorited: false, }, @@ -176,7 +176,7 @@ export default function HomePage() { role: "Local Regular", company: "Salt Lake City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-slim-young-female-jacket-jeans-leani_613910-16189.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -185,7 +185,7 @@ export default function HomePage() { role: "Food Enthusiast", company: "Salt Lake City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-loking-camera-confused-with-raised-hands-standing-pink-background_141793-54101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-loking-camera-confused-with-raised-hands-standing-pink-background_141793-54101.jpg?_wi=1", imageAlt: "James Rodriguez", }, { @@ -194,7 +194,7 @@ export default function HomePage() { role: "Wellness Coach", company: "Salt Lake City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=1", imageAlt: "Emma Thompson", }, { @@ -248,7 +248,7 @@ export default function HomePage() { { value: "20+", title: "Hours of Fermentation" }, { value: "100%", title: "Handcrafted Daily" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-mixing-flour_1170-2250.jpg?_wi=2" imageAlt="Warm bakery interior and fresh bread display" mediaAnimation="slide-up" metricsAnimation="slide-up"