diff --git a/src/app/page.tsx b/src/app/page.tsx index 31a26e0..da960e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,45 +62,45 @@ export default function LandingPage() { description="Artisan breads, delicate pastries, and sweet treats crafted with love and the finest ingredients." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=1", imageAlt: "Artisan Bread", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg?_wi=1", imageAlt: "Fresh Cookies", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=1", imageAlt: "Butter Croissant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg?_wi=1", imageAlt: "Sourdough Loaf", }, { - imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg?_wi=1", imageAlt: "Baguette", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821284.jpg?_wi=2", imageAlt: "Baking Process", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-chopper-with-wooden-table_23-2148288062.jpg?_wi=2", imageAlt: "Bakery Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg?_wi=1", imageAlt: "Cinnamon Roll", }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg?_wi=1", imageAlt: "Berry Tart", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg?_wi=1", imageAlt: "Chocolate Muffin", }, ]} @@ -172,7 +172,7 @@ export default function LandingPage() { price: "$3.50", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=2", }, { id: "p2", @@ -181,7 +181,7 @@ export default function LandingPage() { price: "$3.00", rating: 4, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-chocolate-cup-cake_1339-7691.jpg?_wi=2", }, { id: "p3", @@ -190,7 +190,7 @@ export default function LandingPage() { price: "$6.00", rating: 5, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bread-black-cloth_23-2148288104.jpg?_wi=2", }, { id: "p4", @@ -199,7 +199,7 @@ export default function LandingPage() { price: "$2.50", rating: 4, reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baguette-loaf-weathered-backdrop_23-2148074063.jpg?_wi=2", }, { id: "p5", @@ -208,7 +208,7 @@ export default function LandingPage() { price: "$4.00", rating: 5, reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg?_wi=2", }, { id: "p6", @@ -217,7 +217,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg?_wi=2", }, ]} title="Our Specialties"