From faadcc42745dbff01f41087229d5770e3acf4a5e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:33:24 +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 c79878f..5ecf530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,21 +55,21 @@ export default function LandingPage() { testimonials={[ { name: "Elena R.", handle: "@elena_brew", testimonial: "The best cold brew I've had in years. So smooth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", imageAlt: "cozy coffee shop interior warm light"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light"}, { name: "Mark D.", handle: "@marky", testimonial: "Quiet enough to work, friendly enough to stay.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tools-used-process-coffee-making_23-2150187562.jpg", imageAlt: "cozy coffee shop interior warm light"}, { name: "Sarah J.", handle: "@sj_coffee", testimonial: "The house blend is truly unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg", imageAlt: "cozy coffee shop interior warm light"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light"}, { name: "Tom P.", handle: "@tp_beans", testimonial: "My morning ritual is not complete without them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg", imageAlt: "cozy coffee shop interior warm light"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light"}, { name: "Jane L.", handle: "@janel", testimonial: "Love the local art on the walls.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", imageAlt: "cozy coffee shop interior warm light"}, + imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg", alt: "Customer 1"}, @@ -130,9 +130,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Signature Drip", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg"}, + id: "p1", name: "Signature Drip", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg?_wi=2"}, { - id: "p2", name: "Buttery Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg"}, + id: "p2", name: "Buttery Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=2"}, { id: "p3", name: "Classic Cappuccino", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-coffee-with-grinder-milk_23-2148441245.jpg"}, { @@ -155,7 +155,7 @@ export default function LandingPage() { features={[ { title: "Fresh Roast", description: "Roasted in small batches every morning.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg", imageAlt: "modern espresso machine brewing" + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg?_wi=2", imageAlt: "modern espresso machine brewing" }, items: [ { -- 2.49.1