From 9960f54345fbb291dbce6b79b86461b9216a4daf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:40:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7662052..894dac7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,25 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahcoffee", testimonial: "The best coffee I've ever brewed at home. Simply incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg", imageAlt: "premium coffee beans close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg?_wi=1", imageAlt: "premium coffee beans close up"}, { name: "Mark R.", handle: "@markalo", testimonial: "Kopi Aloo has become a staple of my morning routine. Absolutely love it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg", imageAlt: "premium coffee beans close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg?_wi=1", imageAlt: "premium coffee beans close up"}, { name: "Emma L.", handle: "@emmacoffee", testimonial: "Incredible depth of flavor, smooth finish, and wonderful service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg", imageAlt: "premium coffee beans close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?_wi=1", imageAlt: "premium coffee beans close up"}, { name: "James W.", handle: "@jamesalo", testimonial: "Top-tier beans. Every bag has been remarkably fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg", imageAlt: "premium coffee beans close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg?_wi=1", imageAlt: "premium coffee beans close up"}, { name: "Claire B.", handle: "@clairecoffee", testimonial: "The perfect balance of strength and aroma. A daily ritual.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg", imageAlt: "premium coffee beans close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg?_wi=1", imageAlt: "premium coffee beans close up"}, ]} buttons={[ { text: "Shop Now", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg", alt: "Happy coffee drinker"}, @@ -101,7 +101,7 @@ export default function LandingPage() { { title: "Freshness Guaranteed", description: "Delivered to your door right after roasting."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg?_wi=2" /> @@ -113,11 +113,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Blend", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg"}, + id: "p1", name: "Signature Blend", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?_wi=2"}, { - id: "p2", name: "Dark Roast", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg"}, + id: "p2", name: "Dark Roast", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg?_wi=2"}, { - id: "p3", name: "Morning Perk", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg"}, + id: "p3", name: "Morning Perk", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg?_wi=2"}, { id: "p4", name: "Organic Light", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/composition-freshly-ground-coffee-manual-grinder-bag-coffee-beans-nuts-cinnamonnd-pineapple-white_346278-1119.jpg"}, {