From 4307bb7189257ef1ee8737e4340afcbf384baa23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:33:37 +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 fe14e94..1b9386c 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" }} @@ -176,7 +176,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} /> @@ -213,7 +213,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" /> @@ -227,7 +227,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