diff --git a/src/app/page.tsx b/src/app/page.tsx index 09e9589..f94b4f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,16 +113,16 @@ export default function MaiaCoffeeHouse() { tagIcon={Coffee} products={[ { - id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png", imageAlt: "Single-origin pour over coffee", initialQuantity: 1 + id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=1", imageAlt: "Single-origin pour over coffee", initialQuantity: 1 }, { - id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png", imageAlt: "Espresso tasting flight", initialQuantity: 1 + id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=2", imageAlt: "Espresso tasting flight", initialQuantity: 1 }, { - id: "3", name: "Signature Latte", price: "38₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png", imageAlt: "Maia signature latte", initialQuantity: 1 + id: "3", name: "Signature Latte", price: "38₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=3", imageAlt: "Maia signature latte", initialQuantity: 1 }, { - id: "4", name: "Fresh Pastry Selection", price: "28₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png", imageAlt: "Freshly baked pastries", initialQuantity: 1 + id: "4", name: "Fresh Pastry Selection", price: "28₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=4", imageAlt: "Freshly baked pastries", initialQuantity: 1 } ]} gridVariant="two-columns-alternating-heights"