Merge version_1 into main #2
162
src/app/page.tsx
162
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Quality",
|
||||
id: "quality",
|
||||
},
|
||||
name: "Quality", id: "quality"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sushiro"
|
||||
/>
|
||||
@@ -53,21 +45,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Freshness in Every Bite"
|
||||
description="Experience authentic Japanese sushi crafted with premium ingredients and traditional techniques."
|
||||
imageSrc="http://img.b2bpic.net/free-psd/sushi-restaurant-banner-template_23-2148712373.jpg"
|
||||
imageAlt="Fresh sushi presentation"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,23 +67,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Maguro Nigiri",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Maguro Nigiri", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Salmon Roll",
|
||||
price: "$8.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Salmon Roll", price: "$8.90", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Unagi Nigiri",
|
||||
price: "$5.20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-picked selection of our most popular sushi rolls and nigiri favorites."
|
||||
@@ -105,30 +80,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="quality" data-section="quality">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving fresh quality food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Serving fresh quality food.", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Fresh Fish",
|
||||
description: "Daily catch delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=2",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Fresh Fish", description: "Daily catch delivery.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Sushi Varieties",
|
||||
description: "Authentic flavor range.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=2",
|
||||
},
|
||||
id: "m3", value: "50+", title: "Sushi Varieties", description: "Authentic flavor range.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg"},
|
||||
]}
|
||||
title="Our Commitment to Quality"
|
||||
description="We source the finest ingredients from sustainable suppliers to bring you the best sushi experience."
|
||||
@@ -142,59 +103,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Foodie",
|
||||
company: "Local Blog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Foodie", company: "Local Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_273443-1899.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Chef",
|
||||
company: "Culinary Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Chef", company: "Culinary Arts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Business Owner",
|
||||
company: "Design Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Business Owner", company: "Design Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5220.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aki Nakamura",
|
||||
role: "Critic",
|
||||
company: "Tokyo Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Aki Nakamura", role: "Critic", company: "Tokyo Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Customer Rating"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Diners",
|
||||
},
|
||||
value: "10k+", label: "Happy Diners"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Freshness Check",
|
||||
},
|
||||
value: "24/7", label: "Freshness Check"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our happy customers about their dining experience at Sushiro."
|
||||
@@ -206,20 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer takeout?",
|
||||
content: "Yes, all menu items are available for takeaway or delivery.",
|
||||
},
|
||||
id: "q1", title: "Do you offer takeout?", content: "Yes, all menu items are available for takeaway or delivery."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegan options?",
|
||||
content: "We offer several vegetable rolls and vegan nigiri options.",
|
||||
},
|
||||
id: "q2", title: "Are there vegan options?", content: "We offer several vegetable rolls and vegan nigiri options."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Reservations are recommended for weekend dinners.",
|
||||
},
|
||||
id: "q3", title: "Do I need a reservation?", content: "Reservations are recommended for weekend dinners."},
|
||||
]}
|
||||
sideTitle="Questions? We have answers."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -230,14 +151,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Visit us at our central location or reach out via email for catering inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@sushiro.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@sushiro.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,25 +166,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#",
|
||||
},
|
||||
label: "Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user