From 7b249f1c4d9657d27a6909d026092db3ea77cb73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:09:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff0318d..1aaa280 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,11 +95,11 @@ export default function LandingPage() { }, { id: "cappuccino", title: "Cappuccino", author: "Milk Perfection", description: "Equal parts espresso, steamed milk, and silky microfoam. Our cappuccino is a timeless favorite that balances strength with creaminess.", tags: ["Creamy", "Balanced", "Italian"], - imageSrc: "http://img.b2bpic.net/free-photo/two-cappuccino-coffee-transparent-glass_23-2147908380.jpg", imageAlt: "Cappuccino with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/two-cappuccino-coffee-transparent-glass_23-2147908380.jpg?_wi=1", imageAlt: "Cappuccino with latte art" }, { id: "latte", title: "Latte", author: "Smooth & Gentle", description: "Espresso meets steamed milk in our signature latte—velvety smooth with a hint of espresso warmth, perfect for those who prefer milk-forward coffee.", tags: ["Smooth", "Gentle", "Creamy"], - imageSrc: "http://img.b2bpic.net/free-photo/two-cappuccino-coffee-transparent-glass_23-2147908380.jpg", imageAlt: "Latte with smooth microfoam" + imageSrc: "http://img.b2bpic.net/free-photo/two-cappuccino-coffee-transparent-glass_23-2147908380.jpg?_wi=2", imageAlt: "Latte with smooth microfoam" }, { id: "pastries", title: "Fresh Baked Pastries", author: "Daily Selection", description: "Pair your coffee with our daily selection of fresh-baked croissants, sourdough, and seasonal treats sourced from local bakeries.", tags: ["Fresh", "Local", "Delicious"], @@ -173,7 +173,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mueller", role: "Remote Marketer", company: "Berlin Digital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sarah Mueller" + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Sarah Mueller" }, { id: "2", name: "Marcus Schmidt", role: "Software Developer", company: "Tech Startup", rating: 5, @@ -185,7 +185,7 @@ export default function LandingPage() { }, { id: "4", name: "James Wilson", role: "Coffee Enthusiast", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "James Wilson" }, { id: "5", name: "Petra Klein", role: "Freelance Designer", company: "Independent", rating: 5, -- 2.49.1