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" } ]} />