Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-12 16:26:46 +00:00

View File

@@ -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"