Merge version_1 into main #2
366
src/app/page.tsx
366
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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: "Dishes",
|
||||
id: "#dishes",
|
||||
},
|
||||
name: "Dishes", id: "#dishes"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Reservations", id: "#contact"},
|
||||
]}
|
||||
brandName="居酒屋 寶珠"
|
||||
bottomLeftText="Authentic Japanese Izakaya"
|
||||
@@ -70,84 +56,53 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="居酒屋 寶珠: Authentic Japanese Izakaya Experience"
|
||||
description="Step into Izakaya Hoju, where tradition meets taste. Enjoy exquisite small plates, premium sake, and a vibrant atmosphere perfect for gathering with friends and family."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Dishes Served",
|
||||
},
|
||||
value: "200+", label: "Dishes Served"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "5-Star", label: "Customer Rating"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
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/vintage-light-lamp_1203-3094.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg"
|
||||
imageAlt="Cozy Japanese izakaya interior with warm lighting"
|
||||
mediaAnimation="none"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-asian-girl-shows-heart-love-sign-lying-bed-smiling-enjoying-mornings-lazy-days_1258-191228.jpg",
|
||||
alt: "Sincere beautiful Asian woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-asian-girl-shows-heart-love-sign-lying-bed-smiling-enjoying-mornings-lazy-days_1258-191228.jpg", alt: "Sincere beautiful Asian woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-stylish-asian-girl-coat-happily-looking-camera-outdoor_574295-2055.jpg",
|
||||
alt: "Charming Asian Woman Smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-gorgeous-stylish-asian-girl-coat-happily-looking-camera-outdoor_574295-2055.jpg", alt: "Charming Asian Woman Smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-asian-woman-dress-showing-okay-sign-praising-showing-approval-looking-satisfied_1258-150634.jpg",
|
||||
alt: "Happy Asian female with positive expression",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-asian-woman-dress-showing-okay-sign-praising-showing-approval-looking-satisfied_1258-150634.jpg", alt: "Happy Asian female with positive expression"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-making-grimaces_23-2150172156.jpg",
|
||||
alt: "Positive aged Asian man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-making-grimaces_23-2150172156.jpg", alt: "Positive aged Asian man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-white-outfit-pink-background-handsome-grey-haired-guy-with-beard-eyeglasses-posing-isolated-backdrop_197531-28624.jpg",
|
||||
alt: "Friendly Senior man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-white-outfit-pink-background-handsome-grey-haired-guy-with-beard-eyeglasses-posing-isolated-backdrop_197531-28624.jpg", alt: "Friendly Senior man"},
|
||||
]}
|
||||
avatarText="Join our happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text-icon", text: "Crafted with Care", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Crafted with Care",
|
||||
icon: Sparkles,
|
||||
type: "text", text: "Authentic Flavors"},
|
||||
{
|
||||
type: "text-icon", text: "Warm Hospitality", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warm Hospitality",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Memorable Dining",
|
||||
},
|
||||
type: "text", text: "Memorable Dining"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -161,19 +116,13 @@ export default function LandingPage() {
|
||||
description="Founded over 15 years ago, Izakaya Hoju began with a simple vision: to bring the true spirit of Japanese izakaya culture to our community. We pride ourselves on sourcing the freshest ingredients and crafting dishes that honor traditional flavors while offering a modern twist. Every visit is a journey through Japan's culinary heart."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Serving",
|
||||
},
|
||||
value: "15+", title: "Years Serving"},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Ingredients",
|
||||
},
|
||||
value: "Local", title: "Ingredients"},
|
||||
{
|
||||
value: "Master",
|
||||
title: "Chefs",
|
||||
},
|
||||
value: "Master", title: "Chefs"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-learning-make-sushi_23-2151202948.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-learning-make-sushi_23-2151202948.jpg"
|
||||
imageAlt="Japanese chef preparing dishes in a busy kitchen"
|
||||
mediaAnimation="none"
|
||||
metricsAnimation="none"
|
||||
@@ -187,44 +136,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Yakitori Assortment",
|
||||
description: "Perfectly grilled skewers with various meats and vegetables, seasoned to perfection over binchotan charcoal.",
|
||||
icon: Flame,
|
||||
title: "Yakitori Assortment", description: "Perfectly grilled skewers with various meats and vegetables, seasoned to perfection over binchotan charcoal.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japan-food-takoyaki_1388-286.jpg",
|
||||
imageAlt: "Assortment of grilled yakitori skewers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japan-food-takoyaki_1388-286.jpg", imageAlt: "Assortment of grilled yakitori skewers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-sliced-grilling-pan_1339-6860.jpg", imageAlt: "Pork slices grilling on pan"}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg?_wi=2",
|
||||
imageAlt: "grilled yakitori skewers assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", imageAlt: "grilled yakitori skewers assortment"},
|
||||
{
|
||||
title: "Chef's Omakase Sashimi",
|
||||
description: "A daily seasonal selection of the freshest seafood, hand-picked by our master chef and beautifully presented.",
|
||||
icon: Fish,
|
||||
title: "Chef's Omakase Sashimi", description: "A daily seasonal selection of the freshest seafood, hand-picked by our master chef and beautifully presented.", icon: Fish,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_74190-2908.jpg",
|
||||
imageAlt: "Chef's omakase sashimi platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_74190-2908.jpg", imageAlt: "Chef's omakase sashimi platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-dinner-traditional-sashimi-sesame_1203-4014.jpg", imageAlt: "Fish dinner traditional sashimi sesame"}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-learning-make-sushi_23-2151202948.jpg?_wi=2",
|
||||
imageAlt: "grilled yakitori skewers assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-learning-make-sushi_23-2151202948.jpg", imageAlt: "grilled yakitori skewers assortment"},
|
||||
{
|
||||
title: "Homemade Gyoza",
|
||||
description: "Crispy on the outside, juicy on the inside, our secret recipe gyoza are a must-try appetizer.",
|
||||
icon: Soup,
|
||||
title: "Homemade Gyoza", description: "Crispy on the outside, juicy on the inside, our secret recipe gyoza are a must-try appetizer.", icon: Soup,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076075.jpg",
|
||||
imageAlt: "Plate of crispy homemade gyoza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076075.jpg", imageAlt: "Plate of crispy homemade gyoza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-dumplings-plate-with-chopsticks_23-2148694378.jpg", imageAlt: "Traditional dumplings plate with chopsticks"}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-yummy-pie-with-coconut-candies-dark-grey-background-sweet-pie-cake-biscuit_140725-110280.jpg?_wi=1",
|
||||
imageAlt: "grilled yakitori skewers assortment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-yummy-pie-with-coconut-candies-dark-grey-background-sweet-pie-cake-biscuit_140725-110280.jpg", imageAlt: "grilled yakitori skewers assortment"},
|
||||
]}
|
||||
title="Signature Dishes & Seasonal Delights"
|
||||
description="Explore our carefully curated menu, featuring both timeless classics and innovative creations. From savory yakitori to fresh sashimi, each dish is a testament to culinary artistry and the freshest ingredients."
|
||||
@@ -240,47 +177,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "tempura-moriawase",
|
||||
name: "Tempura Moriawase",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-yummy-pie-with-coconut-candies-dark-grey-background-sweet-pie-cake-biscuit_140725-110280.jpg?_wi=2",
|
||||
imageAlt: "Assorted tempura platter",
|
||||
},
|
||||
id: "tempura-moriawase", name: "Tempura Moriawase", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-yummy-pie-with-coconut-candies-dark-grey-background-sweet-pie-cake-biscuit_140725-110280.jpg", imageAlt: "Assorted tempura platter"},
|
||||
{
|
||||
id: "chicken-karaage",
|
||||
name: "Chicken Karaage",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg",
|
||||
imageAlt: "Japanese fried chicken",
|
||||
},
|
||||
id: "chicken-karaage", name: "Chicken Karaage", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg", imageAlt: "Japanese fried chicken"},
|
||||
{
|
||||
id: "agedashi-tofu",
|
||||
name: "Agedashi Tofu",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-chocolate-pistachio-bowl-dark-textured_176474-7529.jpg",
|
||||
imageAlt: "Fried tofu in dashi broth",
|
||||
},
|
||||
id: "agedashi-tofu", name: "Agedashi Tofu", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/set-chocolate-pistachio-bowl-dark-textured_176474-7529.jpg", imageAlt: "Fried tofu in dashi broth"},
|
||||
{
|
||||
id: "edamame",
|
||||
name: "Edamame",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pea-pods-bowl_23-2148660352.jpg",
|
||||
imageAlt: "Steamed edamame",
|
||||
},
|
||||
id: "edamame", name: "Edamame", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pea-pods-bowl_23-2148660352.jpg", imageAlt: "Steamed edamame"},
|
||||
{
|
||||
id: "takoyaki",
|
||||
name: "Takoyaki",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-together-outdoors_23-2150610308.jpg",
|
||||
imageAlt: "Japanese octopus balls",
|
||||
},
|
||||
id: "takoyaki", name: "Takoyaki", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-together-outdoors_23-2150610308.jpg", imageAlt: "Japanese octopus balls"},
|
||||
{
|
||||
id: "okonomiyaki",
|
||||
name: "Okonomiyaki",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gyoza-black-cup-with-cup-sauce_1150-22632.jpg",
|
||||
imageAlt: "Japanese savory pancake",
|
||||
},
|
||||
id: "okonomiyaki", name: "Okonomiyaki", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/gyoza-black-cup-with-cup-sauce_1150-22632.jpg", imageAlt: "Japanese savory pancake"},
|
||||
]}
|
||||
title="Our Most Loved Dishes"
|
||||
description="Discover why these dishes are perennial favorites among our guests. A delightful journey through Izakaya Hoju's culinary masterpieces."
|
||||
@@ -297,50 +204,20 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hiroshi Tanaka",
|
||||
role: "Regular Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageAlt: "Hiroshi Tanaka",
|
||||
},
|
||||
id: "1", name: "Hiroshi Tanaka", role: "Regular Customer", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Hiroshi Tanaka"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Akari Sato",
|
||||
role: "Food Blogger",
|
||||
company: "Tokyo Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-asian-woman-smiling-happy-touching-new-haircut-standing-pink-background_1258-155159.jpg",
|
||||
imageAlt: "Akari Sato",
|
||||
},
|
||||
id: "2", name: "Akari Sato", role: "Food Blogger", company: "Tokyo Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-asian-woman-smiling-happy-touching-new-haircut-standing-pink-background_1258-155159.jpg", imageAlt: "Akari Sato"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kenji Nakamura",
|
||||
role: "Retired Chef",
|
||||
company: "Culinary Expert",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-digital-tablet-looking_74855-3207.jpg",
|
||||
imageAlt: "Kenji Nakamura",
|
||||
},
|
||||
id: "3", name: "Kenji Nakamura", role: "Retired Chef", company: "Culinary Expert", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-digital-tablet-looking_74855-3207.jpg", imageAlt: "Kenji Nakamura"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Yumi & Takeshi",
|
||||
role: "Date Night Couple",
|
||||
company: "Satisfied Guests",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-couple-sitting-couch-together-home-looking-away-smiling_1098-17715.jpg",
|
||||
imageAlt: "Yumi and Takeshi",
|
||||
},
|
||||
id: "4", name: "Yumi & Takeshi", role: "Date Night Couple", company: "Satisfied Guests", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-couple-sitting-couch-together-home-looking-away-smiling_1098-17715.jpg", imageAlt: "Yumi and Takeshi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emi Kobayashi",
|
||||
role: "Business Traveler",
|
||||
company: "Global Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-heart-eyes-emoticon-using-tablet_53876-71040.jpg",
|
||||
imageAlt: "Emi Kobayashi",
|
||||
},
|
||||
id: "5", name: "Emi Kobayashi", role: "Business Traveler", company: "Global Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-heart-eyes-emoticon-using-tablet_53876-71040.jpg", imageAlt: "Emi Kobayashi"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who've experienced the warmth and flavor of Izakaya Hoju. Their smiles and kind words are our greatest reward, inspiring us to continue our culinary journey."
|
||||
@@ -352,14 +229,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Food Critic",
|
||||
"Community Choice Award",
|
||||
"Foodie Magazine",
|
||||
"Best Izakaya Guide",
|
||||
"Taste of Tokyo",
|
||||
"Japanophile Digest",
|
||||
"Gourmet Adventures",
|
||||
]}
|
||||
"Local Food Critic", "Community Choice Award", "Foodie Magazine", "Best Izakaya Guide", "Taste of Tokyo", "Japanophile Digest", "Gourmet Adventures"]}
|
||||
title="Recognized for Excellence"
|
||||
description="Proudly serving our community, Izakaya Hoju has been featured in local culinary guides and lauded for its authentic dining experience."
|
||||
/>
|
||||
@@ -371,30 +241,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our contact form or by calling us directly.",
|
||||
},
|
||||
id: "faq-1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table through our contact form or by calling us directly."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are there vegetarian or vegan options available?",
|
||||
content: "We offer a selection of vegetarian dishes, and some can be adjusted to be vegan-friendly. Please inform your server about any dietary restrictions.",
|
||||
},
|
||||
id: "faq-2", title: "Are there vegetarian or vegan options available?", content: "We offer a selection of vegetarian dishes, and some can be adjusted to be vegan-friendly. Please inform your server about any dietary restrictions."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I host a private event at Izakaya Hoju?",
|
||||
content: "Absolutely! We have private dining areas suitable for various events. Please contact us to discuss your requirements and package options.",
|
||||
},
|
||||
id: "faq-3", title: "Can I host a private event at Izakaya Hoju?", content: "Absolutely! We have private dining areas suitable for various events. Please contact us to discuss your requirements and package options."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you have a children's menu?",
|
||||
content: "While we don't have a dedicated children's menu, many of our smaller plates and sides are popular with younger guests. Feel free to ask our staff for recommendations.",
|
||||
},
|
||||
id: "faq-4", title: "Do you have a children's menu?", content: "While we don't have a dedicated children's menu, many of our smaller plates and sides are popular with younger guests. Feel free to ask our staff for recommendations."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Friday from 5 PM to 11 PM, and on weekends from 4 PM to Midnight. Closed on Tuesdays.",
|
||||
},
|
||||
id: "faq-5", title: "What are your opening hours?", content: "We are open Monday to Friday from 5 PM to 11 PM, and on weekends from 4 PM to Midnight. Closed on Tuesdays."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about reservations, menu options, dietary needs, and more, ensuring a smooth and enjoyable visit."
|
||||
@@ -409,46 +264,26 @@ export default function LandingPage() {
|
||||
description="We look forward to welcoming you to Izakaya Hoju. Use the form below to make a reservation or send us any questions you may have about our menu or services."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Reservation Date",
|
||||
required: false,
|
||||
name: "date", type: "date", placeholder: "Reservation Date", required: false,
|
||||
},
|
||||
{
|
||||
name: "time",
|
||||
type: "time",
|
||||
placeholder: "Reservation Time",
|
||||
required: false,
|
||||
name: "time", type: "time", placeholder: "Reservation Time", required: false,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: false,
|
||||
name: "guests", type: "number", placeholder: "Number of Guests", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Special Request (e.g., allergies)",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message or Special Request (e.g., allergies)", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/japanese-tasty-street-food-restaurant-front-view_23-2149410170.jpg"
|
||||
@@ -462,62 +297,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Yakitori",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Yakitori", href: "#menu"},
|
||||
{
|
||||
label: "Sashimi",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sashimi", href: "#menu"},
|
||||
{
|
||||
label: "Small Plates",
|
||||
href: "#dishes",
|
||||
},
|
||||
label: "Small Plates", href: "#dishes"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drinks", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user