diff --git a/src/app/page.tsx b/src/app/page.tsx index e8e974f..3c25399 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { description="Made fresh daily with quality ingredients, smooth glazes, and that perfect soft texture you love." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg?_wi=1", imageAlt: "Fresh Donut", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg?_wi=1", imageAlt: "Donut Shop", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: "reveal-icon", icon: Droplet, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg?_wi=2", imageAlt: "variety of fresh pastries", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { description: "A wide variety of pastries baked fresh every morning.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg?_wi=2", imageAlt: "variety of fresh pastries", }, ]}