7 Commits

Author SHA1 Message Date
ad74f5d45d Update src/app/page.tsx 2026-03-12 16:26:41 +00:00
1c72be0f3b Update src/app/page.tsx 2026-03-12 16:26:17 +00:00
23300efb1f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:21:34 +00:00
cdc043ce47 Update src/app/page.tsx 2026-03-12 16:21:30 +00:00
f29d195f58 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:19:39 +00:00
6eb1e867cc Merge version_1 into main
Merge version_1 into main
2026-03-12 16:19:07 +00:00
e91643b260 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:18:42 +00:00

View File

@@ -57,12 +57,12 @@ export default function MaiaCoffeeHouse() {
<div id="about" data-section="about">
<AboutMetric
title="For remote workers seeking reliable refuge, coffee enthusiasts craving quality, and locals discovering hidden gems—Maia is your sanctuary."
title="Your Sanctuary Awaits"
metrics={[
{ icon: Wifi, label: "Wifi-Enabled Workspace", value: "Always On" },
{ icon: Coffee, label: "Specialty Coffee Craft", value: "Hand-Selected" },
{ icon: Users, label: "Community Focused", value: "Every Guest" },
{ icon: Heart, label: "Care in Every Detail", value: "Always" }
{ icon: Laptop, label: "Remote Workers", value: "Reliable WiFi" },
{ icon: Coffee, label: "Coffee Enthusiasts", value: "Hand-Crafted" },
{ icon: Users, label: "Locals & Seekers", value: "Welcome Here" },
{ icon: Heart, label: "Everyone", value: "Cared For" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -113,16 +113,16 @@ export default function MaiaCoffeeHouse() {
tagIcon={Coffee}
products={[
{
id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=1", 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: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=2", 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: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=3", 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: "http://img.b2bpic.net/free-photo/handmade-round-bread-bun-dough-wooden-platter-with-cooked-one-aside_114579-19826.jpg", 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"
@@ -203,4 +203,4 @@ export default function MaiaCoffeeHouse() {
</div>
</ThemeProvider>
);
}
}