Merge version_1 into main #1
199
src/app/page.tsx
199
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hino"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors, Modern Dining"
|
||||
description="Experience a journey through tradition and innovation at Hino. Crafted with passion, served with elegance."
|
||||
tag="Since 2012"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg",
|
||||
imageAlt: "Culinary dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg", imageAlt: "Culinary dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg",
|
||||
imageAlt: "lifestyle eating dinner hotel snacks",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg",
|
||||
imageAlt: "Table with food for thanksgiving day celebration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-food-plate_23-2149272730.jpg",
|
||||
imageAlt: "Medium shot woman holding food plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg", imageAlt: "Restaurant ambiance"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,26 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Fresh",
|
||||
title: "Local Ingredients",
|
||||
subtitle: "Quality First",
|
||||
description: "We source ingredients from the finest local farmers for peak freshness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-assorted-vegetables_23-2147694172.jpg",
|
||||
},
|
||||
tag: "Fresh", title: "Local Ingredients", subtitle: "Quality First", description: "We source ingredients from the finest local farmers for peak freshness.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-assorted-vegetables_23-2147694172.jpg"},
|
||||
{
|
||||
tag: "Craft",
|
||||
title: "Artisanal Preparation",
|
||||
subtitle: "Expertly Made",
|
||||
description: "Every dish is prepared using traditional techniques refined for modern palates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg",
|
||||
},
|
||||
tag: "Craft", title: "Artisanal Preparation", subtitle: "Expertly Made", description: "Every dish is prepared using traditional techniques refined for modern palates.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934670.jpg"},
|
||||
{
|
||||
tag: "Vibe",
|
||||
title: "Elegant Ambiance",
|
||||
subtitle: "Warm Setting",
|
||||
description: "Designed for comfort, conversation, and memorable evenings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg",
|
||||
},
|
||||
tag: "Vibe", title: "Elegant Ambiance", subtitle: "Warm Setting", description: "Designed for comfort, conversation, and memorable evenings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg"},
|
||||
]}
|
||||
title="Why Dine With Us?"
|
||||
description="From farm to table, we prioritize quality, craft, and an unforgettable atmosphere."
|
||||
@@ -137,59 +97,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Miso Glazed Cod",
|
||||
price: "$38.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-mussels_114579-2138.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Miso Glazed Cod", price: "$38.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-mussels_114579-2138.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Classic",
|
||||
name: "Wagyu Beef Tartare",
|
||||
price: "$42.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg",
|
||||
},
|
||||
id: "p2", brand: "Classic", name: "Wagyu Beef Tartare", price: "$42.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/mozarella-cheese-with-cherry-tomatoes-herbs_114579-3516.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Signature",
|
||||
name: "Wild Mushroom Risotto",
|
||||
price: "$28.00",
|
||||
rating: 4,
|
||||
reviewCount: "205",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg",
|
||||
},
|
||||
id: "p3", brand: "Signature", name: "Wild Mushroom Risotto", price: "$28.00", rating: 4,
|
||||
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Seasonal",
|
||||
name: "Grilled Seasonal Vegetables",
|
||||
price: "$22.00",
|
||||
rating: 4,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-grilled-chicken-fillet-with-vegetable-salad-chips-plate_140725-11392.jpg",
|
||||
},
|
||||
id: "p4", brand: "Seasonal", name: "Grilled Seasonal Vegetables", price: "$22.00", rating: 4,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/front-view-grilled-chicken-fillet-with-vegetable-salad-chips-plate_140725-11392.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Classic",
|
||||
name: "Tempura Selection",
|
||||
price: "$26.00",
|
||||
rating: 5,
|
||||
reviewCount: "142",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-wasabi-ginger-plate_141793-12010.jpg",
|
||||
},
|
||||
id: "p5", brand: "Classic", name: "Tempura Selection", price: "$26.00", rating: 5,
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-baked-sushi-rolls-with-wasabi-ginger-plate_141793-12010.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Signature",
|
||||
name: "Yuzu Mousse",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-plate-white-background-cake-biscuit-sugar-sweet-dough-bake_140725-22561.jpg",
|
||||
},
|
||||
id: "p6", brand: "Signature", name: "Yuzu Mousse", price: "$18.00", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-plate-white-background-cake-biscuit-sugar-sweet-dough-bake_140725-22561.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover a selection of our most loved dishes, prepared with precision and love."
|
||||
@@ -203,45 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma Wilson",
|
||||
handle: "@emw",
|
||||
testimonial: "The Miso Cod was simply divine. The best dining experience I've had in years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg",
|
||||
},
|
||||
id: "1", name: "Emma Wilson", handle: "@emw", testimonial: "The Miso Cod was simply divine. The best dining experience I've had in years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-357.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "@jchen",
|
||||
testimonial: "Excellent service and an even better atmosphere. Highly recommended for couples.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
id: "2", name: "James Chen", handle: "@jchen", testimonial: "Excellent service and an even better atmosphere. Highly recommended for couples.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Martinez",
|
||||
handle: "@sophiam",
|
||||
testimonial: "Every course was perfectly timed and delicious. Truly impressive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg",
|
||||
},
|
||||
id: "3", name: "Sophia Martinez", handle: "@sophiam", testimonial: "Every course was perfectly timed and delicious. Truly impressive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Liam Foster",
|
||||
handle: "@liamf",
|
||||
testimonial: "Hino hits the right notes with flavor and presentation. Can't wait to visit again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg",
|
||||
},
|
||||
id: "4", name: "Liam Foster", handle: "@liamf", testimonial: "Hino hits the right notes with flavor and presentation. Can't wait to visit again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia Turner",
|
||||
handle: "@oliviat",
|
||||
testimonial: "Sophisticated, warm, and delicious. A perfect spot for celebrations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
},
|
||||
id: "5", name: "Olivia Turner", handle: "@oliviat", testimonial: "Sophisticated, warm, and delicious. A perfect spot for celebrations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Reviews"
|
||||
@@ -255,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance, especially for weekend dining.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially for weekend dining."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is parking available?",
|
||||
content: "Valet parking is available right at our restaurant entrance.",
|
||||
},
|
||||
id: "q2", title: "Is parking available?", content: "Valet parking is available right at our restaurant entrance."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "We offer a variety of seasonal vegan and vegetarian dishes.",
|
||||
},
|
||||
id: "q3", title: "Do you offer vegan options?", content: "We offer a variety of seasonal vegan and vegetarian dishes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg"
|
||||
title="Common Questions"
|
||||
@@ -281,20 +171,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Join Us for Dinner"
|
||||
description="Reserve your table today and enjoy the finest flavors in the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Table", href: "#"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
text: "Call Us", href: "tel:5551234567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -303,13 +188,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Hino Restaurant"
|
||||
leftLink={{
|
||||
text: "© 2024 Hino Inc.",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Hino Inc.", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user