diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index cdf76c9..a3039a8 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -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" },
]}
/>
@@ -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" },
]}
/>
@@ -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" },
]}
/>
@@ -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() {
@@ -231,37 +122,13 @@ export default function HomePage() {
@@ -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"}}
/>