Merge version_1_1781552286082 into main #1

Merged
bender merged 2 commits from version_1_1781552286082 into main 2026-06-15 19:39:33 +00:00

View File

@@ -18,32 +18,16 @@ export default function HomePage() {
title="apartment.m"
description="Café & Moroccan Goods. Creating a place where time slows down."
primaryButton={{
text: "Explore Menu",
href: "#menu",
}}
text: "Explore Menu", href: "#menu"}}
secondaryButton={{
text: "Location",
href: "#access",
}}
text: "Location", href: "#access"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup-table_1203-7315.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup-table_1203-7315.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -56,21 +40,9 @@ export default function HomePage() {
title="Your place, found here."
description="Opened in 2011, apartment.m was built on the wish to gather people together. With antique moroccan decor and warm hospitality, we provide a little escape from the everyday."
items={[
{
icon: Coffee,
title: "Artisan Coffee",
description: "Select your favorite beans for a custom brew.",
},
{
icon: ShoppingBag,
title: "Moroccan Decor",
description: "Browse unique ethnic antiques that decorate our space.",
},
{
icon: Briefcase,
title: "Family Friendly",
description: "Welcome to families. Stroller accessible and child-friendly.",
},
{ icon: "Coffee", title: "Artisan Coffee", description: "Select your favorite beans for a custom brew." },
{ icon: "ShoppingBag", title: "Moroccan Decor", description: "Browse unique ethnic antiques that decorate our space." },
{ icon: "Briefcase", title: "Family Friendly", description: "Welcome to families. Stroller accessible and child-friendly." },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-beans-heart_23-2148464835.jpg"
/>
@@ -84,42 +56,12 @@ export default function HomePage() {
title="The apartment.m touch"
description="More than just a cafe—we are a sanctuary in Chiba."
items={[
{
title: "5 Min Walk",
description: "Conveniently located near Chiba station.",
buttonIcon: "MapPin",
imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg",
},
{
title: "Moroccan Vibes",
description: "Unique ethnic atmosphere.",
buttonIcon: "Globe",
imageSrc: "http://img.b2bpic.net/free-photo/doughnut-glass-plate-with-ancient-kettle_114579-30250.jpg",
},
{
title: "Family First",
description: "Friendly for all ages.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-woman-setting-table-kitchen_23-2148717783.jpg",
},
{
title: "Connectivity",
description: "Wi-Fi & Power ready.",
buttonIcon: "Wifi",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-board-with-leaves_23-2147710938.jpg",
},
{
title: "Interior Design",
description: "Curated antique furniture.",
buttonIcon: "Armchair",
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-vase_23-2147791800.jpg",
},
{
title: "Daily Specials",
description: "Always something fresh.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg",
},
{ title: "5 Min Walk", description: "Conveniently located near Chiba station.", buttonIcon: "MapPin", imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg" },
{ title: "Moroccan Vibes", description: "Unique ethnic atmosphere.", buttonIcon: "Globe", imageSrc: "http://img.b2bpic.net/free-photo/doughnut-glass-plate-with-ancient-kettle_114579-30250.jpg" },
{ title: "Family First", description: "Friendly for all ages.", buttonIcon: "Users", imageSrc: "http://img.b2bpic.net/free-photo/cozy-woman-setting-table-kitchen_23-2148717783.jpg" },
{ title: "Connectivity", description: "Wi-Fi & Power ready.", buttonIcon: "Wifi", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-board-with-leaves_23-2147710938.jpg" },
{ title: "Interior Design", description: "Curated antique furniture.", buttonIcon: "Armchair", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-vase_23-2147791800.jpg" },
{ title: "Daily Specials", description: "Always something fresh.", buttonIcon: "Star", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -132,41 +74,13 @@ export default function HomePage() {
title="Handcrafted Dishes"
description="From authentic Moroccan tajine to fluffy pancakes."
items={[
{
title: "Gapao Rice",
description: "Our most popular spicy basil lunch dish.",
imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-rice-black-plate_1150-23719.jpg",
},
{
title: "Tajine Pot",
description: "Slow-steamed ethnic vegetable dish.",
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-dried-fruits-teapot_23-2148088491.jpg",
},
{
title: "Daily Lunch",
description: "Fresh, balanced daily set plates.",
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-orange-juice-outdoor-table_140725-6794.jpg",
},
{
title: "Caramel Pancake",
description: "Brulee-finished creamy dessert.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-pancakes-with-white-flowers-grey_140725-129533.jpg",
},
{
title: "Seasonal Cake",
description: "Hand-baked with the freshest fruits.",
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cloves-orange-slices-dark-board-high-quality-photo_114579-67973.jpg",
},
{
title: "Latte Art",
description: "Beautifully crafted designs by our team.",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-cups-with-milky-heart-illustrations_114579-4397.jpg",
},
{
title: "Herbal Tea",
description: "Selection of non-caffeinated blends.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg",
},
{ title: "Gapao Rice", description: "Our most popular spicy basil lunch dish.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-minced-pork-rice-black-plate_1150-23719.jpg" },
{ title: "Tajine Pot", description: "Slow-steamed ethnic vegetable dish.", imageSrc: "http://img.b2bpic.net/free-photo/meat-with-dried-fruits-teapot_23-2148088491.jpg" },
{ title: "Daily Lunch", description: "Fresh, balanced daily set plates.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-orange-juice-outdoor-table_140725-6794.jpg" },
{ title: "Caramel Pancake", description: "Brulee-finished creamy dessert.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-pancakes-with-white-flowers-grey_140725-129533.jpg" },
{ title: "Seasonal Cake", description: "Hand-baked with the freshest fruits.", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cloves-orange-slices-dark-board-high-quality-photo_114579-67973.jpg" },
{ title: "Latte Art", description: "Beautifully crafted designs by our team.", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-cups-with-milky-heart-illustrations_114579-4397.jpg" },
{ title: "Herbal Tea", description: "Selection of non-caffeinated blends.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -179,21 +93,9 @@ export default function HomePage() {
title="A place built for family."
description="Founded in 2011, apartment.m was created to welcome everyone. The 'm' stands for the Miyauchi family. We believe in creating a place where daily life becomes a little more magical through antique details and kind service."
items={[
{
icon: History,
title: "12+ Years",
description: "Consistently serving the local Chiba community.",
},
{
icon: Heart,
title: "Handmade",
description: "Warmth in every dish and design choice.",
},
{
icon: Sparkles,
title: "Little Escape",
description: "A cafe to enjoy the small joys of life.",
},
{ icon: "History", title: "12+ Years", description: "Consistently serving the local Chiba community." },
{ icon: "Heart", title: "Handmade", description: "Warmth in every dish and design choice." },
{ icon: "Sparkles", title: "Little Escape", description: "A cafe to enjoy the small joys of life." },
]}
imageSrc="http://img.b2bpic.net/free-photo/winter-home-still-life-arrangement_23-2149188024.jpg"
/>
@@ -205,22 +107,11 @@ export default function HomePage() {
<MetricsIconCards
tag="BY THE NUMBERS"
title="Our Cafe Culture"
description="We pride ourselves on creating quality experiences for everyone."
metrics={[
{
icon: Coffee,
title: "Daily Cups",
value: "200+",
},
{
icon: Users,
title: "Happy Guests",
value: "500K+",
},
{
icon: Book,
title: "Seasonal Menus",
value: "12",
},
{ icon: "Coffee", title: "Daily Cups", value: "200+" },
{ icon: "Users", title: "Happy Guests", value: "500K+" },
{ icon: "Book", title: "Seasonal Menus", value: "12" },
]}
/>
</SectionErrorBoundary>
@@ -231,37 +122,13 @@ export default function HomePage() {
<TestimonialColumnMarqueeCards
tag="GUESTS"
title="Voices of the Community"
description="What our guests say about their time here."
testimonials={[
{
name: "Sarah",
role: "Designer",
quote: "The atmosphere here is unlike any other cafe in Chiba.",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-dark-curly-hair-khaki-shirt-white-tshirt-talking-cellphone-happily-looking-camera-with-open-mouth-city-street_574295-3986.jpg",
},
{
name: "Ken",
role: "Local",
quote: "My favorite place to work on projects for hours.",
imageSrc: "http://img.b2bpic.net/free-photo/upset-gloomy-woman-shows-only-face-through-coffee-beans_273609-52719.jpg",
},
{
name: "Elena",
role: "Traveler",
quote: "I felt like I was in a small shop in Morocco.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-student-with-stylish-afro-haircut-smiling-broadly-while-reading-message-cell-phone-browsing-internet-lunch-break-while-doing-homework-coffee-shop_273609-7433.jpg",
},
{
name: "Hiro",
role: "Dad",
quote: "They are so kind to my children, we love coming here.",
imageSrc: "http://img.b2bpic.net/free-photo/illustrated-christmas-pattern_23-2151845410.jpg",
},
{
name: "Yumi",
role: "Regular",
quote: "The caramel pancakes are absolutely life-changing.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-volunteers-who-organized-donations-charity_23-2149230571.jpg",
},
{ name: "Sarah", role: "Designer", quote: "The atmosphere here is unlike any other cafe in Chiba.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-dark-curly-hair-khaki-shirt-white-tshirt-talking-cellphone-happily-looking-camera-with-open-mouth-city-street_574295-3986.jpg" },
{ name: "Ken", role: "Local", quote: "My favorite place to work on projects for hours.", imageSrc: "http://img.b2bpic.net/free-photo/upset-gloomy-woman-shows-only-face-through-coffee-beans_273609-52719.jpg" },
{ name: "Elena", role: "Traveler", quote: "I felt like I was in a small shop in Morocco.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-black-student-with-stylish-afro-haircut-smiling-broadly-while-reading-message-cell-phone-browsing-internet-lunch-break-while-doing-homework-coffee-shop_273609-7433.jpg" },
{ name: "Hiro", role: "Dad", quote: "They are so kind to my children, we love coming here.", imageSrc: "http://img.b2bpic.net/free-photo/illustrated-christmas-pattern_23-2151845410.jpg" },
{ name: "Yumi", role: "Regular", quote: "The caramel pancakes are absolutely life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-volunteers-who-organized-donations-charity_23-2149230571.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -273,13 +140,9 @@ export default function HomePage() {
tag="VISIT US"
text="Ready to experience the warmth of apartment.m? Come say hello at Chiba Station."
primaryButton={{
text: "See Access Info",
href: "#access",
}}
text: "See Access Info", href: "#access"}}
secondaryButton={{
text: "Follow Us",
href: "https://www.instagram.com/apartment.m_cafe",
}}
text: "Follow Us", href: "https://www.instagram.com/apartment.m_cafe"}}
/>
</SectionErrorBoundary>
</div>