Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3710f405d2 | |||
| 669b2d0d38 | |||
| ceaed7ddb8 | |||
| e60981612e | |||
| 709673034f |
@@ -29,14 +29,12 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "Menu", id: "menu" },
|
||||||
{
|
{ name: "Quality", id: "quality" },
|
||||||
name: "Menu", id: "menu"},
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{
|
{ name: "FAQ", id: "faq" },
|
||||||
name: "Quality", id: "quality"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Sushiro"
|
brandName="Sushiro"
|
||||||
/>
|
/>
|
||||||
@@ -51,10 +49,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-psd/sushi-restaurant-banner-template_23-2148712373.jpg"
|
imageSrc="http://img.b2bpic.net/free-psd/sushi-restaurant-banner-template_23-2148712373.jpg"
|
||||||
imageAlt="Fresh sushi presentation"
|
imageAlt="Fresh sushi presentation"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Menu", href: "#menu" },
|
||||||
text: "View Menu", href: "#menu"},
|
{ text: "Reserve Table", href: "#contact" },
|
||||||
{
|
|
||||||
text: "Reserve Table", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -66,12 +62,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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?_wi=1"},
|
{ 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: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.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?_wi=1"},
|
|
||||||
{
|
|
||||||
id: "p3", name: "Unagi Nigiri", price: "$5.20", imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Menu"
|
title="Our Signature Menu"
|
||||||
description="Hand-picked selection of our most popular sushi rolls and nigiri favorites."
|
description="Hand-picked selection of our most popular sushi rolls and nigiri favorites."
|
||||||
@@ -84,12 +77,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
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?_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?_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?_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?_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?_wi=2"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Quality"
|
title="Our Commitment to Quality"
|
||||||
description="We source the finest ingredients from sustainable suppliers to bring you the best sushi experience."
|
description="We source the finest ingredients from sustainable suppliers to bring you the best sushi experience."
|
||||||
@@ -102,29 +92,14 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
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,
|
{ 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" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1"},
|
{ 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: "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: "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"},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "4.9/5", label: "Customer Rating" },
|
||||||
value: "4.9/5", label: "Customer Rating"},
|
{ value: "10k+", label: "Happy Diners" },
|
||||||
{
|
{ value: "24/7", label: "Freshness Check" },
|
||||||
value: "10k+", label: "Happy Diners"},
|
|
||||||
{
|
|
||||||
value: "24/7", label: "Freshness Check"},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Hear from our happy customers about their dining experience at Sushiro."
|
description="Hear from our happy customers about their dining experience at Sushiro."
|
||||||
@@ -135,12 +110,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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: "q3", title: "Do I need a reservation?", content: "Reservations are recommended for weekend dinners." },
|
||||||
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."},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Questions? We have answers."
|
sideTitle="Questions? We have answers."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -154,8 +126,7 @@ export default function LandingPage() {
|
|||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Visit us at our central location or reach out via email for catering inquiries."
|
text="Visit us at our central location or reach out via email for catering inquiries."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Email Us", href: "mailto:hello@sushiro.com" },
|
||||||
text: "Email Us", href: "mailto:hello@sushiro.com"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,18 +136,14 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "About", href: "#" },
|
||||||
label: "About", href: "#"},
|
{ label: "Menu", href: "#" },
|
||||||
{
|
|
||||||
label: "Menu", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Contact", href: "#" },
|
||||||
label: "Contact", href: "#"},
|
{ label: "Careers", href: "#" },
|
||||||
{
|
|
||||||
label: "Careers", href: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user