From d3cd031eeb2649ac48fc5fe4ff12b01e94b21d79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 20:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79efbe4..a5ae051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,15 +90,15 @@ export default function LandingPage() { features={[ { id: "1", title: "La Diosa", author: "Signature", description: "Bright citrus with a bold finish. Ask for extra habanero bitters to take it to another level.", tags: ["Citrus", "Spirit-Forward"], - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg", imageAlt: "La Diosa cocktail" + imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg?_wi=1", imageAlt: "La Diosa cocktail" }, { id: "2", title: "Wild & Free", author: "Customer Favorite", description: "Fresh, herbal, and effortless. A mocktail that stands on its own merit without apology.", tags: ["Herbaceous", "Zero-Proof"], - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg", imageAlt: "Wild & Free mocktail" + imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg?_wi=2", imageAlt: "Wild & Free mocktail" }, { id: "3", title: "The Campfire", author: "Seasonal", description: "Warm, smoky, and cozy. The drink that made us a destination for après-ski and autumn gatherings.", tags: ["Smoky", "Warm"], - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg", imageAlt: "The Campfire cocktail" + imageSrc: "http://img.b2bpic.net/free-photo/tray-with-champagne-glasses-close-up_23-2148667932.jpg?_wi=3", imageAlt: "The Campfire cocktail" } ]} animationType="slide-up" -- 2.49.1