Merge version_1 into main #2
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="Chi Mi"
|
||||
/>
|
||||
@@ -55,63 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Asian Cuisine at Its Finest"
|
||||
description="Authentic flavors. Modern elegance. Unforgettable moments."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/customer-service-satisfaction-feedback-icon_53876-124008.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", alt: "Diner 5" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Recommended",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Local Produce",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Fusion Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Private Dining Available",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Service",
|
||||
},
|
||||
{ type: "text", text: "Michelin Recommended" },
|
||||
{ type: "text", text: "Fresh Local Produce" },
|
||||
{ type: "text", text: "Authentic Fusion Recipes" },
|
||||
{ type: "text", text: "Private Dining Available" },
|
||||
{ type: "text", text: "Award-Winning Service" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,7 +79,7 @@ export default function LandingPage() {
|
||||
description="Chi Mi combines traditional Asian recipes with modern presentation, offering a unique dining experience in the heart of Borken."
|
||||
subdescription="Dedicated to fresh ingredients, authentic flavors, and a stylish ambiance."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24798.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24798.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -136,44 +91,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Artisan Sushi",
|
||||
price: "€25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumplings-steamers-surrounded-with-sesame-sauce-coriander-seeds-broccoli-mushroom-black-background_23-2148123729.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Fusion",
|
||||
price: "€28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1225.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vegan Selection",
|
||||
price: "€22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-delicious-food_23-2148949028.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Sashimi",
|
||||
price: "€30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-nori-inside-white-platter-with-soy-sauce-ginger-wasabi_114579-3596.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wok Specials",
|
||||
price: "€24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-marshmallow-cookies-glass-cup-top-view_114579-16015.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kids Bento",
|
||||
price: "€15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-delivery-top-view-rolls-with-fish-background_132075-14244.jpg",
|
||||
},
|
||||
{ id: "1", name: "Artisan Sushi", price: "€25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumplings-steamers-surrounded-with-sesame-sauce-coriander-seeds-broccoli-mushroom-black-background_23-2148123729.jpg" },
|
||||
{ id: "2", name: "Signature Fusion", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1225.jpg" },
|
||||
{ id: "3", name: "Vegan Selection", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-delicious-food_23-2148949028.jpg" },
|
||||
{ id: "4", name: "Premium Sashimi", price: "€30", imageSrc: "http://img.b2bpic.net/free-photo/sushi-nori-inside-white-platter-with-soy-sauce-ginger-wasabi_114579-3596.jpg" },
|
||||
{ id: "5", name: "Wok Specials", price: "€24", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-marshmallow-cookies-glass-cup-top-view_114579-16015.jpg" },
|
||||
{ id: "6", name: "Kids Bento", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/sushi-delivery-top-view-rolls-with-fish-background_132075-14244.jpg" },
|
||||
]}
|
||||
title="Explore Our Menu"
|
||||
description="A curated selection of our finest dishes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,30 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Outdoor Seating",
|
||||
description: "Dine under the stars in our elegant garden.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195641.jpg",
|
||||
imageAlt: "asian restaurant interior dark",
|
||||
},
|
||||
{
|
||||
title: "Vegan Friendly",
|
||||
description: "Crafted dishes for plant-based lovers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24798.jpg?_wi=2",
|
||||
imageAlt: "asian restaurant interior dark",
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A curated experience for every guest.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumplings-steamers-surrounded-with-sesame-sauce-coriander-seeds-broccoli-mushroom-black-background_23-2148123729.jpg?_wi=2",
|
||||
imageAlt: "asian restaurant interior dark",
|
||||
},
|
||||
{ title: "Outdoor Seating", description: "Dine under the stars in our elegant garden.", bentoComponent: "reveal-icon", icon: Leaf },
|
||||
{ title: "Vegan Friendly", description: "Crafted dishes for plant-based lovers.", bentoComponent: "reveal-icon", icon: Leaf },
|
||||
{ title: "Family Friendly", description: "A curated experience for every guest.", bentoComponent: "reveal-icon", icon: Users },
|
||||
]}
|
||||
title="Our Experience"
|
||||
description="Excellence in every detail."
|
||||
@@ -218,14 +123,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google",
|
||||
"TripAdvisor",
|
||||
"Yelp",
|
||||
"Local Guide",
|
||||
"Foodie Mag",
|
||||
"Borken News",
|
||||
"City Insider",
|
||||
]}
|
||||
"Google", "TripAdvisor", "Yelp", "Local Guide", "Foodie Mag", "Borken News", "City Insider"]}
|
||||
title="Loved by 300+ guests"
|
||||
description="Authentic dining experiences that keep our guests returning."
|
||||
/>
|
||||
@@ -238,26 +136,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371196.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Sarah" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371196.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "User 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -267,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table Today"
|
||||
description="Heidener Str. 34, 46325 Borken | 02861 8989936"
|
||||
@@ -280,34 +161,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Menu", href: "#menu" }, { label: "Reservations", href: "#contact" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="Chi Mi"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user