From 48f08c480324b4b9381518e446bd439aac7f12cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:08:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a54800a..4ddc73f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,30 +51,30 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg", imageAlt: "Cozy coffee shop interior with warm lighting" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=1", imageAlt: "Cozy coffee shop interior with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Specialty coffee drink with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=1", imageAlt: "Specialty coffee drink with latte art" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg", imageAlt: "Eclectic coffee shop seating area" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=1", imageAlt: "Eclectic coffee shop seating area" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg", imageAlt: "Coffee shop storefront on Boise street" + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=1", imageAlt: "Coffee shop storefront on Boise street" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Housemade pastry and specialty coffee" + imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=2", imageAlt: "Housemade pastry and specialty coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg", imageAlt: "Friendly barista serving specialty coffee" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg?_wi=2", imageAlt: "Friendly barista serving specialty coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg", imageAlt: "Welcoming coffee shop exterior" + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=2", imageAlt: "Welcoming coffee shop exterior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg", imageAlt: "Community coffee shop local vibe" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=2", imageAlt: "Community coffee shop local vibe" }, ]} carouselPosition="right" @@ -90,7 +90,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "View Menu", href: "#menu" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tasty-croissant-muffins-with-coffee_23-2147693692.jpg?_wi=3" imageAlt="Eclectic, cozy coffee shop atmosphere with local charm" useInvertedBackground={false} /> @@ -110,15 +110,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Zero Six Coffee", name: "Signature Vanilla Latte", price: "$5.50", rating: 5, - reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Signature vanilla latte with latte art" + reviewCount: "285", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=3", imageAlt: "Signature vanilla latte with latte art" }, { id: "2", brand: "Zero Six Coffee", name: "Homemade Almond Croissant", price: "$4.75", rating: 5, - reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Fresh homemade almond croissant" + reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=4", imageAlt: "Fresh homemade almond croissant" }, { id: "3", brand: "Zero Six Coffee", name: "Iced Oat Milk Cappuccino", price: "$6.00", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg", imageAlt: "Refreshing iced oat milk cappuccino" + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17743.jpg?_wi=5", imageAlt: "Refreshing iced oat milk cappuccino" }, ]} gridVariant="three-columns-all-equal-width" @@ -141,7 +141,7 @@ export default function LandingPage() { { text: "Call Us", href: "tel:+12085551234" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-using-sanitizer-gel-cleans-hands-coronavirus-virus-cafe_1153-5276.jpg?_wi=3" imageAlt="Zero Six Coffee Fix storefront in downtown Boise" useInvertedBackground={true} />