From 2c7299e49a251f49ff7693b544c642baae440a0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:28:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cc5ad9..610642e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,17 +48,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Cozy cafe interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1", imageAlt: "Cozy cafe interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Coffee preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=2", imageAlt: "Coffee preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Fresh artisan pastries"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=3", imageAlt: "Fresh artisan pastries"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Relaxing coffee ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=4", imageAlt: "Relaxing coffee ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Friendly customer service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=5", imageAlt: "Friendly customer service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg", imageAlt: "Specialty coffee selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=6", imageAlt: "Specialty coffee selection"}, ]} /> @@ -68,7 +68,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Passion for Coffee" description="We believe that every cup tells a story. From sourcing ethical beans to the perfect roast, we are dedicated to excellence. Your feedback helps us maintain the standards you expect and love." - imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=1" imageAlt="Barista serving fresh coffee" /> @@ -84,10 +84,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "Café Feedback", name: "Ethiopian Yirgacheffe", price: "$18.00", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg"}, + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=7"}, { id: "2", brand: "Café Feedback", name: "Colombia Supremo", price: "$16.00", rating: 4, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg"}, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2"}, ]} /> -- 2.49.1