Merge version_1 into main #3
201
src/app/page.tsx
201
src/app/page.tsx
@@ -31,39 +31,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ichirō Steakhouse"
|
||||
button={{
|
||||
text: "Reservations",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reservations", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,20 +55,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Unrivaled Japanese Cuisine"
|
||||
description="Ichirō Steakhouse invites you to a culinary journey where tradition meets innovation. Savor the finest Wagyu, expertly prepared in an ambiance of refined elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-grilled-meat-platter-with-steak-sausages-roasted-potatoes_84443-72272.jpg"
|
||||
imageAlt="Luxurious Japanese Wagyu steak being served"
|
||||
@@ -111,26 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "wagyu-a5",
|
||||
name: "A5 Wagyu Ribeye",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg",
|
||||
imageAlt: "Perfectly seared A5 Wagyu Ribeye",
|
||||
},
|
||||
id: "wagyu-a5", name: "A5 Wagyu Ribeye", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg", imageAlt: "Perfectly seared A5 Wagyu Ribeye"},
|
||||
{
|
||||
id: "sushi-omakase",
|
||||
name: "Omakase Sushi Platter",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-salmon-tuna_1339-2820.jpg",
|
||||
imageAlt: "Assorted Omakase Sushi Platter",
|
||||
},
|
||||
id: "sushi-omakase", name: "Omakase Sushi Platter", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/sushi-salmon-tuna_1339-2820.jpg", imageAlt: "Assorted Omakase Sushi Platter"},
|
||||
{
|
||||
id: "teppanyaki-lobster",
|
||||
name: "Teppanyaki Lobster",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg",
|
||||
imageAlt: "Teppanyaki grilled lobster and vegetables",
|
||||
},
|
||||
id: "teppanyaki-lobster", name: "Teppanyaki Lobster", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg", imageAlt: "Teppanyaki grilled lobster and vegetables"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Explore a curated selection of our most exquisite offerings, crafted to perfection by our master chefs."
|
||||
@@ -144,63 +108,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabella Chen",
|
||||
role: "Food Critic",
|
||||
company: "Gourmet Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-i-friendly-outgoing-gorgeous-young-smiling-girl-showing-thumb-up-saying-yes-approving-liking-awesome-interesting-plan-grinning-accepting-terms-no-problems-standing-white-wall_176420-35585.jpg",
|
||||
},
|
||||
id: "1", name: "Isabella Chen", role: "Food Critic", company: "Gourmet Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-i-friendly-outgoing-gorgeous-young-smiling-girl-showing-thumb-up-saying-yes-approving-liking-awesome-interesting-plan-grinning-accepting-terms-no-problems-standing-white-wall_176420-35585.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hiroshi Tanaka",
|
||||
role: "Restaurateur",
|
||||
company: "Kyoto Dining Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg",
|
||||
},
|
||||
id: "2", name: "Hiroshi Tanaka", role: "Restaurateur", company: "Kyoto Dining Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Event Planner",
|
||||
company: "Luxury Events Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-husband-s-hand_23-2148435761.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Rodriguez", role: "Event Planner", company: "Luxury Events Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-husband-s-hand_23-2148435761.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "CEO",
|
||||
company: "Global Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "CEO", company: "Global Tech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
|
||||
value: "500+",
|
||||
items: [
|
||||
"Consistent Demand",
|
||||
],
|
||||
value: "500+", description: "Consistent Demand"
|
||||
},
|
||||
{
|
||||
|
||||
|
||||
value: "25",
|
||||
items: [
|
||||
"Culinary Heritage",
|
||||
],
|
||||
value: "25", description: "Culinary Heritage"
|
||||
},
|
||||
{
|
||||
|
||||
|
||||
value: "3",
|
||||
items: [
|
||||
"Awarded Excellence",
|
||||
],
|
||||
},
|
||||
value: "3", description: "Awarded Excellence"
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have experienced the unparalleled dining at Ichirō Steakhouse. Their words speak volumes of our dedication to perfection."
|
||||
@@ -215,21 +144,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "chef-ichiro",
|
||||
name: "Chef Ichirō Tanaka",
|
||||
role: "Head Chef & Founder",
|
||||
description: "With over two decades of experience, Chef Ichirō is a master of traditional Japanese techniques, passionately bringing authentic flavors to your table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232167.jpg",
|
||||
imageAlt: "Portrait of Head Chef Ichirō Tanaka",
|
||||
},
|
||||
id: "chef-ichiro", name: "Chef Ichirō Tanaka", role: "Head Chef & Founder", description: "With over two decades of experience, Chef Ichirō is a master of traditional Japanese techniques, passionately bringing authentic flavors to your table.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232167.jpg", imageAlt: "Portrait of Head Chef Ichirō Tanaka"},
|
||||
{
|
||||
id: "sommelier-akari",
|
||||
name: "Akari Yoshida",
|
||||
role: "Chief Sommelier",
|
||||
description: "Akari's unparalleled knowledge of fine wines and sakes perfectly complements our menu, guiding you to the ideal pairing for your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-luxury-restaurant_23-2150598357.jpg",
|
||||
imageAlt: "Portrait of Chief Sommelier Akari Yoshida",
|
||||
},
|
||||
id: "sommelier-akari", name: "Akari Yoshida", role: "Chief Sommelier", description: "Akari's unparalleled knowledge of fine wines and sakes perfectly complements our menu, guiding you to the ideal pairing for your meal.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-luxury-restaurant_23-2150598357.jpg", imageAlt: "Portrait of Chief Sommelier Akari Yoshida"},
|
||||
]}
|
||||
title="Meet Our Culinary Masters"
|
||||
description="Behind every exquisite dish is a team of dedicated artists. Meet the visionaries who bring the Ichirō Steakhouse experience to life."
|
||||
@@ -242,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer private dining options?",
|
||||
content: "Yes, we offer exquisite private dining rooms perfect for intimate celebrations, corporate events, or special gatherings. Please contact us for more details and availability.",
|
||||
},
|
||||
id: "1", title: "Do you offer private dining options?", content: "Yes, we offer exquisite private dining rooms perfect for intimate celebrations, corporate events, or special gatherings. Please contact us for more details and availability."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the dress code?",
|
||||
content: "Ichirō Steakhouse maintains a smart-casual dress code to ensure a comfortable yet sophisticated dining experience for all our guests.",
|
||||
},
|
||||
id: "2", title: "What is the dress code?", content: "Ichirō Steakhouse maintains a smart-casual dress code to ensure a comfortable yet sophisticated dining experience for all our guests."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you accommodate dietary restrictions?",
|
||||
content: "Our chefs are committed to providing an exceptional experience for all guests. Please inform us of any dietary restrictions or allergies when making your reservation, and we will do our best to accommodate.",
|
||||
},
|
||||
id: "3", title: "Can you accommodate dietary restrictions?", content: "Our chefs are committed to providing an exceptional experience for all guests. Please inform us of any dietary restrictions or allergies when making your reservation, and we will do our best to accommodate."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sushi_74190-1905.jpg"
|
||||
imageAlt="Gourmet sushi roll close-up"
|
||||
@@ -270,18 +178,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Make Your Reservation Today"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:1234567890",
|
||||
},
|
||||
text: "Call Us: (123) 456-7890", href: "tel:1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -292,49 +195,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "The Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "The Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user