From ca3e0e70e06586831a1c5654d68ec71a27cbdafc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:34:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2b2798..bc1cc5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,18 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Fresh colorful donuts display" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=1", imageAlt: "Fresh colorful donuts display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg", imageAlt: "Fresh kolaches pastry" + imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg?_wi=1", imageAlt: "Fresh kolaches pastry" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg", imageAlt: "Friendly donut shop interior" + imageSrc: "http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=1", imageAlt: "Friendly donut shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Donuts ready to serve" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=2", imageAlt: "Donuts ready to serve" } ]} background={{ variant: "plain" }} @@ -175,7 +175,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+14699999999" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=2" imageAlt="King Donut Shop Location" useInvertedBackground={true} /> @@ -212,7 +212,7 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg" + imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg?_wi=2" imageAlt="Fresh kolaches" /> @@ -226,7 +226,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg?_wi=3" imageAlt="King Donut Shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1