From ba398f5a34fe409a6733a0b3aea573916a440902 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:52:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8da4e52..d598cda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,13 +107,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "The Binary Negroni", price: "Signature Creation", variant: "Dark Rum × Campari × Vermouth", imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg", imageAlt: "Negroni cocktail dark premium craft" + id: "1", name: "The Binary Negroni", price: "Signature Creation", variant: "Dark Rum × Campari × Vermouth", imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg?_wi=1", imageAlt: "Negroni cocktail dark premium craft" }, { id: "2", name: "Zero-Trust Architecture", price: "Enterprise Framework", variant: "Network Security × Threat Detection × Compliance", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineers-managing-ai-systems-looking-paperwork_482257-131867.jpg", imageAlt: "Security framework enterprise network architecture" }, { - id: "3", name: "The Cipher Manhattan", price: "Craft Cocktail", variant: "Japanese Whisky × Cherry Liqueur × Bitters", imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg", imageAlt: "Manhattan whisky craft cocktail premium" + id: "3", name: "The Cipher Manhattan", price: "Craft Cocktail", variant: "Japanese Whisky × Cherry Liqueur × Bitters", imageSrc: "http://img.b2bpic.net/free-photo/viski-glass-with-orange-cocktail-with-oranges-zest_140725-8680.jpg?_wi=2", imageAlt: "Manhattan whisky craft cocktail premium" } ]} /> -- 2.49.1