From 8b725962feec99d24f6c0365a3121b30d0ca29f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:34:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b9386c..c2b2798 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?_wi=1", imageAlt: "Fresh colorful donuts display" + 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/food-breakfast-standing-circle_23-2147678762.jpg?_wi=1", imageAlt: "Fresh kolaches pastry" + imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg", imageAlt: "Fresh kolaches pastry" } ]} rightCarouselItems={[ { - 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/bar-with-coffee_23-2147821222.jpg", imageAlt: "Friendly donut shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg?_wi=2", imageAlt: "Donuts ready to serve" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694760.jpg", imageAlt: "Donuts ready to serve" } ]} background={{ variant: "plain" }} @@ -157,7 +157,6 @@ export default function LandingPage() { id: "4", name: "David Kim", role: "Commuter", testimonial: "Quick service, warm greetings, and the freshest donuts in town. Perfect stop on my morning commute.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "David Kim", icon: Star } ]} - gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -176,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg" imageAlt="King Donut Shop Location" useInvertedBackground={true} /> @@ -213,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/food-breakfast-standing-circle_23-2147678762.jpg" imageAlt="Fresh kolaches" /> @@ -227,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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/bar-with-coffee_23-2147821222.jpg" imageAlt="King Donut Shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1