Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad74f5d45d | |||
| 1c72be0f3b | |||
| 23300efb1f | |||
| cdc043ce47 | |||
| f29d195f58 | |||
| 6eb1e867cc | |||
| e91643b260 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user