Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7c2207152 | |||
| ac7ba5c2f6 |
312
src/app/page.tsx
312
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Specials",
|
name: "Specials", id: "#specials"},
|
||||||
id: "#specials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "#reviews"},
|
||||||
id: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="BASE DINER"
|
brandName="BASE DINER"
|
||||||
button={{
|
button={{
|
||||||
text: "Reserve Table",
|
text: "Reserve Table", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,16 +56,13 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Gourmet comfort meets casual charm"
|
title="Gourmet comfort meets casual charm"
|
||||||
description="Award-winning hamburgers, fluffy pancakes, and hearty steaks in the heart of Kumagaya. Dine in, takeout, or delivery—your favorite spot awaits."
|
description="Award-winning hamburgers, fluffy pancakes, and hearty steaks in the heart of Kumagaya. Dine in, takeout, or delivery—your favorite spot awaits."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Your Table",
|
text: "Reserve Your Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-dining-table-chair-decoration-interior_74190-4134.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/wooden-dining-table-chair-decoration-interior_74190-4134.jpg"
|
||||||
imageAlt="Cozy interior of BASE DINER in Kumagaya, Japan"
|
imageAlt="Cozy interior of BASE DINER in Kumagaya, Japan"
|
||||||
@@ -89,53 +70,28 @@ export default function LandingPage() {
|
|||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", alt: "Happy customer"},
|
||||||
alt: "Happy customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", alt: "Smiling diner"},
|
||||||
alt: "Smiling diner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2149152940.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2149152940.jpg", alt: "Guest enjoying meal"},
|
||||||
alt: "Guest enjoying meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Satisfied patron"},
|
||||||
alt: "Satisfied patron",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", alt: "Customer review"},
|
||||||
alt: "Customer review",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 50K+ happy diners"
|
avatarText="Join 50K+ happy diners"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", alt: "Signature Burger"},
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
|
|
||||||
alt: "Signature Burger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/healthy-breakfast-set_74190-7193.jpg", alt: "Fluffy Pancakes"},
|
||||||
src: "http://img.b2bpic.net/free-photo/healthy-breakfast-set_74190-7193.jpg",
|
|
||||||
alt: "Fluffy Pancakes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg", alt: "Prime Rib Steak"},
|
||||||
src: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg",
|
|
||||||
alt: "Prime Rib Steak",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2464.jpg", alt: "Creamy Carbonara"},
|
||||||
src: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2464.jpg",
|
|
||||||
alt: "Creamy Carbonara",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/hot-chocolate-with-cream_23-2148019531.jpg", alt: "Chocolate Milkshake"},
|
||||||
src: "http://img.b2bpic.net/free-photo/hot-chocolate-with-cream_23-2148019531.jpg",
|
|
||||||
alt: "Chocolate Milkshake",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -147,17 +103,11 @@ export default function LandingPage() {
|
|||||||
description="At BASE DINER, we believe in crafting comfort food with a gourmet touch. Since our opening, we've dedicated ourselves to using the freshest local ingredients, perfecting timeless recipes, and creating a welcoming atmosphere where every guest feels at home. Our passion for great food is matched only by our desire to serve the Kumagaya community."
|
description="At BASE DINER, we believe in crafting comfort food with a gourmet touch. Since our opening, we've dedicated ourselves to using the freshest local ingredients, perfecting timeless recipes, and creating a welcoming atmosphere where every guest feels at home. Our passion for great food is matched only by our desire to serve the Kumagaya community."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "10+",
|
value: "10+", title: "Years Serving"},
|
||||||
title: "Years Serving",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50K+",
|
value: "50K+", title: "Happy Customers"},
|
||||||
title: "Happy Customers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Top 5",
|
value: "Top 5", title: "Local Diner"},
|
||||||
title: "Local Diner",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-boiled-egg-cut-tomatoes_23-2148040217.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cook-standing-with-boiled-egg-cut-tomatoes_23-2148040217.jpg"
|
||||||
imageAlt="Chef preparing a gourmet burger"
|
imageAlt="Chef preparing a gourmet burger"
|
||||||
@@ -175,53 +125,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Classic Gourmet Burger", price: "¥1,500", variant: "Juicy Beef Patty, Brioche Bun", imageSrc: "http://img.b2bpic.net/free-photo/tasty-gourmet-delicous-burgers-black-plate-fries-fast-food-unhealthy-snack_482257-27720.jpg", imageAlt: "Classic Gourmet Burger"},
|
||||||
name: "Classic Gourmet Burger",
|
|
||||||
price: "¥1,500",
|
|
||||||
variant: "Juicy Beef Patty, Brioche Bun",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-gourmet-delicous-burgers-black-plate-fries-fast-food-unhealthy-snack_482257-27720.jpg",
|
|
||||||
imageAlt: "Classic Gourmet Burger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Fluffy Soufflé Pancakes", price: "¥1,200", variant: "Seasonal Berries, Maple Syrup", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg", imageAlt: "Fluffy Soufflé Pancakes"},
|
||||||
name: "Fluffy Soufflé Pancakes",
|
|
||||||
price: "¥1,200",
|
|
||||||
variant: "Seasonal Berries, Maple Syrup",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg",
|
|
||||||
imageAlt: "Fluffy Soufflé Pancakes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Prime Rib Steak", price: "¥2,800", variant: "Served with Garlic Mash & Asparagus", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg", imageAlt: "Prime Rib Steak"},
|
||||||
name: "Prime Rib Steak",
|
|
||||||
price: "¥2,800",
|
|
||||||
variant: "Served with Garlic Mash & Asparagus",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg",
|
|
||||||
imageAlt: "Prime Rib Steak",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Creamy Carbonara Pasta", price: "¥1,300", variant: "Smoked Bacon, Parmesan, Egg Yolk", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", imageAlt: "Creamy Carbonara Pasta"},
|
||||||
name: "Creamy Carbonara Pasta",
|
|
||||||
price: "¥1,300",
|
|
||||||
variant: "Smoked Bacon, Parmesan, Egg Yolk",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg",
|
|
||||||
imageAlt: "Creamy Carbonara Pasta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Spicy Chicken Sandwich", price: "¥1,400", variant: "Crispy Chicken, Kimchi Slaw, Brioche", imageSrc: "https://images.unsplash.com/photo-1626027376648-fb22d8e40409?w=800&h=600&fit=crop&q=80&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Spicy Chicken Sandwich"},
|
||||||
name: "Spicy Chicken Sandwich",
|
|
||||||
price: "¥1,400",
|
|
||||||
variant: "Crispy Chicken, Kimchi Slaw, Brioche",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-plate-green-background_501050-80.jpg",
|
|
||||||
imageAlt: "Spicy Chicken Sandwich",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Rich Chocolate Milkshake", price: "¥700", variant: "Whipped Cream, Cherry on Top", imageSrc: "https://images.unsplash.com/photo-1572494519642-178b548d9e6e?w=800&h=600&fit=crop&q=80&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Rich Chocolate Milkshake"},
|
||||||
name: "Rich Chocolate Milkshake",
|
|
||||||
price: "¥700",
|
|
||||||
variant: "Whipped Cream, Cherry on Top",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-smoothie-with-two-straws_1187-1739.jpg",
|
|
||||||
imageAlt: "Rich Chocolate Milkshake",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Dishes"
|
title="Our Signature Dishes"
|
||||||
description="Indulge in our award-winning gourmet hamburgers and famously fluffy pancakes, crafted to perfection. Each dish is a testament to our culinary passion."
|
description="Indulge in our award-winning gourmet hamburgers and famously fluffy pancakes, crafted to perfection. Each dish is a testament to our culinary passion."
|
||||||
@@ -235,20 +149,11 @@ export default function LandingPage() {
|
|||||||
description="From succulent steaks to flavorful pasta and more, our extensive menu caters to every palate. Explore seasonal specials and discover new favorites with friends and family."
|
description="From succulent steaks to flavorful pasta and more, our extensive menu caters to every palate. Explore seasonal specials and discover new favorites with friends and family."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Hearty Steaks", content: "Perfectly grilled to your preference, served with a choice of sides and our signature sauces. Experience premium cuts in a relaxed setting."},
|
||||||
title: "Hearty Steaks",
|
|
||||||
content: "Perfectly grilled to your preference, served with a choice of sides and our signature sauces. Experience premium cuts in a relaxed setting.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Artisan Pastas", content: "Crafted with fresh ingredients and authentic flavors, our pasta dishes range from creamy classics to vibrant seasonal creations."},
|
||||||
title: "Artisan Pastas",
|
|
||||||
content: "Crafted with fresh ingredients and authentic flavors, our pasta dishes range from creamy classics to vibrant seasonal creations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Gourmet Burgers", content: "Beyond our signature, discover unique burger creations featuring premium toppings and innovative flavor combinations that tantalize your taste buds."},
|
||||||
title: "Gourmet Burgers",
|
|
||||||
content: "Beyond our signature, discover unique burger creations featuring premium toppings and innovative flavor combinations that tantalize your taste buds.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-clanging-glasses-festive-table_23-2147973653.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/people-clanging-glasses-festive-table_23-2147973653.jpg"
|
||||||
imageAlt="A spread of diverse menu items including steaks, pasta, and burgers"
|
imageAlt="A spread of diverse menu items including steaks, pasta, and burgers"
|
||||||
@@ -265,59 +170,23 @@ export default function LandingPage() {
|
|||||||
carouselMode="auto"
|
carouselMode="auto"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", handle: "@localfoodie", testimonial: "The gourmet burger was absolutely divine! Perfectly cooked and seasoned, a true culinary delight. Definitely my new go-to spot in Kumagaya.", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "Sarah J."},
|
||||||
handle: "@localfoodie",
|
|
||||||
testimonial: "The gourmet burger was absolutely divine! Perfectly cooked and seasoned, a true culinary delight. Definitely my new go-to spot in Kumagaya.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
|
||||||
imageAlt: "Sarah J.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Kenji T.", handle: "@kumagayaeats", testimonial: "I always come for the pancakes. They are incredibly fluffy and the seasonal fruit toppings are always a treat. A must-try for brunch enthusiasts!", rating: 5,
|
||||||
name: "Kenji T.",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageAlt: "Kenji T."},
|
||||||
handle: "@kumagayaeats",
|
|
||||||
testimonial: "I always come for the pancakes. They are incredibly fluffy and the seasonal fruit toppings are always a treat. A must-try for brunch enthusiasts!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
|
||||||
imageAlt: "Kenji T.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", handle: "@familydiners", testimonial: "BASE DINER is perfect for families. Everyone can find something they love, from steaks to pasta. The atmosphere is so relaxed and friendly.", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "https://images.unsplash.com/photo-1596495578056-b040c15982e5?w=800&h=600&fit=crop&q=80&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Emily R."},
|
||||||
handle: "@familydiners",
|
|
||||||
testimonial: "BASE DINER is perfect for families. Everyone can find something they love, from steaks to pasta. The atmosphere is so relaxed and friendly.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David K.", handle: "@foodexplorerjp", testimonial: "Tried their new seasonal special pasta, and it was exquisite. The flavors were perfectly balanced, truly a hidden gem for quality comfort food.", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "https://images.unsplash.com/photo-1596495578056-b040c15982e5?w=800&h=600&fit=crop&q=80&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "David K."},
|
||||||
handle: "@foodexplorerjp",
|
|
||||||
testimonial: "Tried their new seasonal special pasta, and it was exquisite. The flavors were perfectly balanced, truly a hidden gem for quality comfort food.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-taking-food-photos-with-smartphones_23-2149339493.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Aya S.", handle: "@dessertlover", testimonial: "The Instagram-worthy pancakes live up to the hype! Beautiful presentation and even better taste. I'm already planning my next visit for more.", rating: 5,
|
||||||
name: "Aya S.",
|
imageSrc: "https://images.unsplash.com/photo-1582234057912-8e8d8d3f6d71?w=800&h=600&fit=crop&q=80&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Aya S."},
|
||||||
handle: "@dessertlover",
|
|
||||||
testimonial: "The Instagram-worthy pancakes live up to the hype! Beautiful presentation and even better taste. I'm already planning my next visit for more.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6821.jpg",
|
|
||||||
imageAlt: "Aya S.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Hiroshi M.", handle: "@lunchbreak", testimonial: "Great spot for a quick, high-quality lunch. The service is always prompt, and the food consistently excellent. Highly recommend for office workers.", rating: 5,
|
||||||
name: "Hiroshi M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg", imageAlt: "Hiroshi M."},
|
||||||
handle: "@lunchbreak",
|
|
||||||
testimonial: "Great spot for a quick, high-quality lunch. The service is always prompt, and the food consistently excellent. Highly recommend for office workers.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg",
|
|
||||||
imageAlt: "Hiroshi M.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Hear From Our Happy Customers"
|
title="Hear From Our Happy Customers"
|
||||||
@@ -332,25 +201,13 @@ export default function LandingPage() {
|
|||||||
tag="Diner Achievements"
|
tag="Diner Achievements"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100%", description: "Fresh Ingredients Daily"},
|
||||||
value: "100%",
|
|
||||||
description: "Fresh Ingredients Daily",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "5 Stars", description: "Average Customer Rating"},
|
||||||
value: "5 Stars",
|
|
||||||
description: "Average Customer Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "¥1,500", description: "Average Lunch Spend"},
|
||||||
value: "¥1,500",
|
|
||||||
description: "Average Lunch Spend",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "70+", description: "Unique Menu Items"},
|
||||||
value: "70+",
|
|
||||||
description: "Unique Menu Items",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -362,30 +219,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a selection of vegetarian dishes, and our chefs are happy to accommodate vegan requests where possible. Please inform your server about any dietary restrictions."},
|
||||||
title: "Do you offer vegetarian or vegan options?",
|
|
||||||
content: "Yes, we have a selection of vegetarian dishes, and our chefs are happy to accommodate vegan requests where possible. Please inform your server about any dietary restrictions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Can I make a reservation online?", content: "Absolutely! You can use the 'Reserve Your Table' button throughout our website or visit our contact section to book your table directly. We recommend booking especially for dinner and weekend brunch."},
|
||||||
title: "Can I make a reservation online?",
|
|
||||||
content: "Absolutely! You can use the 'Reserve Your Table' button throughout our website or visit our contact section to book your table directly. We recommend booking especially for dinner and weekend brunch.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you offer takeout or delivery?", content: "Yes, we offer both takeout and delivery services. You can place your order by calling us directly or through our partnered delivery platforms listed in the contact section."},
|
||||||
title: "Do you offer takeout or delivery?",
|
|
||||||
content: "Yes, we offer both takeout and delivery services. You can place your order by calling us directly or through our partnered delivery platforms listed in the contact section.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "What are your operating hours?", content: "We are open for lunch, dinner, and weekend brunch. Please check the 'Contact Us' section or our Google Business Profile for our current operating hours, which may vary seasonally."},
|
||||||
title: "What are your operating hours?",
|
|
||||||
content: "We are open for lunch, dinner, and weekend brunch. Please check the 'Contact Us' section or our Google Business Profile for our current operating hours, which may vary seasonally.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Is BASE DINER kid-friendly?", content: "Yes, BASE DINER is a family-friendly restaurant. We have high chairs available and a kid's menu with popular options for our younger guests."},
|
||||||
title: "Is BASE DINER kid-friendly?",
|
|
||||||
content: "Yes, BASE DINER is a family-friendly restaurant. We have high chairs available and a kid's menu with popular options for our younger guests.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have a question about our menu, reservations, or services? Find quick answers here."
|
description="Have a question about our menu, reservations, or services? Find quick answers here."
|
||||||
@@ -397,8 +239,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Connect With Us"
|
tag="Connect With Us"
|
||||||
title="Visit Us or Make a Reservation"
|
title="Visit Us or Make a Reservation"
|
||||||
description="Located in the heart of Kumagaya, BASE DINER is ready to welcome you. For reservations, inquiries, or to simply say hello, reach out to us today. Your table for gourmet comfort food awaits!"
|
description="Located in the heart of Kumagaya, BASE DINER is ready to welcome you. For reservations, inquiries, or to simply say hello, reach out to us today. Your table for gourmet comfort food awaits!"
|
||||||
@@ -412,54 +253,33 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Specials",
|
label: "Specials", href: "#specials"},
|
||||||
href: "#specials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Help",
|
title: "Help", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user