From 872ead053d58e3b434aef9e2330d8ee59764120e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:36:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1d1000..d1f06d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { description="Mount Joy's favorite coffee stop — handcrafted drinks, homemade treats, and a smile every single time." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg?_wi=1", imageAlt: "Cinematic coffee steam mug", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chocolate-muffins-with-honey-milk_181624-44357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chocolate-muffins-with-honey-milk_181624-44357.jpg?_wi=1", imageAlt: "Homemade muffins photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1865.jpg?_wi=1", imageAlt: "Iced coffee glass condensation", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { useInvertedBackground={true} title="We're not a chain. We're your neighbors." description="We are Mount Joy's favorite drive-through coffee stop. From our famous homemade muffins and fiber balls to our carefully crafted seasonal specials, everything we serve is made with real ingredients and real people in mind. Skip the chain and support the local favorite." - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe-pour-method_1258-129838.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe-pour-method_1258-129838.jpg?_wi=1" imageAlt="Friendly barista coffee shop" /> @@ -308,7 +308,7 @@ export default function LandingPage() { handle: "Customer", testimonial: "Friendly service and the best homemade treats — support local!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg?_wi=2", imageAlt: "seasonal drink cinnamon topping", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { handle: "Event Organizer", testimonial: "They did an amazing job serving 500+ people at our event.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chocolate-muffins-with-honey-milk_181624-44357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chocolate-muffins-with-honey-milk_181624-44357.jpg?_wi=2", imageAlt: "seasonal drink cinnamon topping", }, { @@ -326,7 +326,7 @@ export default function LandingPage() { handle: "Local", testimonial: "The best place for treats and drinks in the whole county.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe-pour-method_1258-129838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe-pour-method_1258-129838.jpg?_wi=2", imageAlt: "seasonal drink cinnamon topping", }, { @@ -335,7 +335,7 @@ export default function LandingPage() { handle: "Regular", testimonial: "Staff is so polished and friendly. A daily highlight.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-machiato-coffee_1339-1865.jpg?_wi=2", imageAlt: "seasonal drink cinnamon topping", }, ]} -- 2.49.1