Merge version_1 into main #1
196
src/app/page.tsx
196
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sushi Zen"
|
||||
/>
|
||||
@@ -59,37 +51,23 @@ export default function LandingPage() {
|
||||
description="Crafted with passion, served with love. Discover our fresh ingredients and traditional techniques."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beyti-kebab-served-with-ayran-pickles_141793-1870.jpg"
|
||||
imageAlt="Fresh Sushi Platter"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-served-table-with-multiple-meals-snacks_140725-11553.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-served-table-with-multiple-meals-snacks_140725-11553.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-different-dishes_23-2147680662.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-different-dishes_23-2147680662.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dish-sets-caesar-tuna-salad-prawns-chicken-legs-side-view_141793-12175.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dish-sets-caesar-tuna-salad-prawns-chicken-legs-side-view_141793-12175.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-sandwiches-plates_23-2148633424.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-sandwiches-plates_23-2148633424.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-japanese-street-food-restaurant_23-2149410174.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-japanese-street-food-restaurant_23-2149410174.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy sushi lovers"
|
||||
/>
|
||||
@@ -101,9 +79,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Freshness and Tradition"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,41 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tuna Sashimi",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-fish-clams_23-2148643648.jpg",
|
||||
},
|
||||
id: "1", name: "Tuna Sashimi", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-fish-clams_23-2148643648.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Salmon Nigiri",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-eel-avocado-cucumber-with-ginger-wasabi-plate-wood_141793-11686.jpg",
|
||||
},
|
||||
id: "2", name: "Salmon Nigiri", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-eel-avocado-cucumber-with-ginger-wasabi-plate-wood_141793-11686.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tempura Maki",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-roll_74190-2901.jpg",
|
||||
},
|
||||
id: "3", name: "Tempura Maki", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-roll_74190-2901.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "California Roll",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sushi-plate_23-2149964976.jpg",
|
||||
},
|
||||
id: "4", name: "California Roll", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sushi-plate_23-2149964976.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Spicy Tuna",
|
||||
price: "$13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg",
|
||||
},
|
||||
id: "5", name: "Spicy Tuna", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1350.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Unagi Eel",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras_74190-661.jpg",
|
||||
},
|
||||
id: "6", name: "Unagi Eel", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras_74190-661.jpg"},
|
||||
]}
|
||||
title="Signature Sushi Selection"
|
||||
description="Hand-rolled daily using premium fish and organic rice."
|
||||
@@ -163,20 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Catch",
|
||||
description: "Daily delivery of premium fish from sustainable sources.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-food-fish-pink-green_1203-4276.jpg",
|
||||
},
|
||||
title: "Fresh Catch", description: "Daily delivery of premium fish from sustainable sources.", imageSrc: "http://img.b2bpic.net/free-photo/dining-food-fish-pink-green_1203-4276.jpg"},
|
||||
{
|
||||
title: "Artisanal Technique",
|
||||
description: "Master chefs with over 20 years of experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-sushi-ready-be-served_23-2148494366.jpg",
|
||||
},
|
||||
title: "Artisanal Technique", description: "Master chefs with over 20 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-sushi-ready-be-served_23-2148494366.jpg"},
|
||||
{
|
||||
title: "Organic Ingredients",
|
||||
description: "Only the finest rice and vinegars for our rolls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22645.jpg",
|
||||
},
|
||||
title: "Organic Ingredients", description: "Only the finest rice and vinegars for our rolls.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22645.jpg"},
|
||||
]}
|
||||
title="Why Sushi Zen?"
|
||||
description="Our commitment to excellence shines in every bite."
|
||||
@@ -190,42 +133,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "The best sushi in the city, period!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-eating-home_23-2150272458.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", handle: "@alicem", testimonial: "The best sushi in the city, period!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-eating-home_23-2150272458.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob D.",
|
||||
handle: "@bobd",
|
||||
testimonial: "Absolutely fresh and perfectly seasoned.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg",
|
||||
},
|
||||
id: "2", name: "Bob D.", handle: "@bobd", testimonial: "Absolutely fresh and perfectly seasoned.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carol W.",
|
||||
handle: "@carolw",
|
||||
testimonial: "A true culinary experience every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg",
|
||||
},
|
||||
id: "3", name: "Carol W.", handle: "@carolw", testimonial: "A true culinary experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@davidl",
|
||||
testimonial: "Friendly service and delicious food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "@davidl", testimonial: "Friendly service and delicious food.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eve J.",
|
||||
handle: "@evej",
|
||||
testimonial: "My go-to spot for special occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21846.jpg",
|
||||
},
|
||||
id: "5", name: "Eve J.", handle: "@evej", testimonial: "My go-to spot for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21846.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="We pride ourselves on the positive feedback from our patrons."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,23 +155,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Years Experience", value: "20+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Daily Happy Guests",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Daily Happy Guests", value: "500+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: CheckCircle,
|
||||
title: "Sourcing Partners",
|
||||
value: "15",
|
||||
},
|
||||
id: "m3", icon: CheckCircle,
|
||||
title: "Sourcing Partners", value: "15"},
|
||||
]}
|
||||
title="Sushi Zen by Numbers"
|
||||
description="Years of craft and thousands of smiles."
|
||||
@@ -264,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer takeout?",
|
||||
content: "Yes, all menu items are available for pickup.",
|
||||
},
|
||||
id: "f1", title: "Do you offer takeout?", content: "Yes, all menu items are available for pickup."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you cater events?",
|
||||
content: "Absolutely, we specialize in event catering.",
|
||||
},
|
||||
id: "f2", title: "Can you cater events?", content: "Absolutely, we specialize in event catering."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there vegan options?",
|
||||
content: "We offer a wide selection of vegetable rolls.",
|
||||
},
|
||||
id: "f3", title: "Are there vegan options?", content: "We offer a wide selection of vegetable rolls."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -288,8 +189,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Ready to Taste the Zen?"
|
||||
description="Reserve your table today and embark on a culinary journey."
|
||||
@@ -300,29 +200,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Sushi Zen",
|
||||
items: [
|
||||
title: "Sushi Zen", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
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