Update src/app/page.tsx
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Okami Sushi"
|
||||
/>
|
||||
@@ -56,63 +48,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Japanese Sushi in the Heart of Yerevan"
|
||||
description="Experience the delicate art of traditional Japanese cuisine with fresh, premium-grade ingredients crafted by master sushi chefs."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sushi-with-copy-space_23-2148678321.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sushi-with-copy-space_23-2148678321.jpg"
|
||||
imageAlt="Fresh premium sushi platter"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-rolls-with-smoked-salmon-dark-table_114579-2401.jpg",
|
||||
alt: "Sushi rolls with smoked salmon on dark table.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-rolls-with-smoked-salmon-dark-table_114579-2401.jpg", alt: "Sushi rolls with smoked salmon on dark table."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-roll-uguri-made-nori-pickled-rice-eel-perch-unagi-unagi-sauce_8353-6022.jpg",
|
||||
alt: "Sushi roll Uguri made of Nori, Pickled rice, eel / perch Unagi, Unagi sauce",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-roll-uguri-made-nori-pickled-rice-eel-perch-unagi-unagi-sauce_8353-6022.jpg", alt: "Sushi roll Uguri made of Nori, Pickled rice, eel / perch Unagi, Unagi sauce"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hot-rolls-with-red-caviar-sauce_114579-2114.jpg",
|
||||
alt: "Hot rolls with red caviar and sauce",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hot-rolls-with-red-caviar-sauce_114579-2114.jpg", alt: "Hot rolls with red caviar and sauce"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-set-top-view-table_140725-10001.jpg",
|
||||
alt: "Sushi set top view on the table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-set-top-view-table_140725-10001.jpg", alt: "Sushi set top view on the table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-buns_23-2147693975.jpg",
|
||||
alt: "Coffee and buns",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-buns_23-2147693975.jpg", alt: "Coffee and buns"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied sushi lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Ingredients",
|
||||
},
|
||||
type: "text", text: "Premium Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Traditional Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Catch Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Catch Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Techniques",
|
||||
},
|
||||
type: "text", text: "Authentic Techniques"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Flavors",
|
||||
},
|
||||
type: "text", text: "Exquisite Flavors"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +91,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Culinary Excellence"
|
||||
description="At Okami Sushi, we believe that great sushi is a journey of flavors, textures, and traditions. Our chefs source only the finest fresh fish, combined with artisanal vinegared rice and authentic techniques."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg"
|
||||
imageAlt="Chef preparing sushi"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,40 +103,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "We fly in fresh catch daily to ensure the highest standards of quality.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-salmon-steak-with-ingredients_23-2148440902.jpg",
|
||||
},
|
||||
title: "Premium Ingredients", description: "We fly in fresh catch daily to ensure the highest standards of quality.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-salmon-steak-with-ingredients_23-2148440902.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-with-sushi-rolls_23-2148259290.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sushi-with-copy-space_23-2148678321.jpg?_wi=2",
|
||||
imageAlt: "fresh fish ingredient quality close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-with-sushi-rolls_23-2148259290.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Traditional Craftsmanship",
|
||||
description: "Our chefs possess decades of experience in the delicate art of sushi.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-sushi-order-takeaway_23-2149050366.jpg",
|
||||
},
|
||||
title: "Traditional Craftsmanship", description: "Our chefs possess decades of experience in the delicate art of sushi.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-sushi-order-takeaway_23-2149050366.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-with-caviar-ginger-vasabi-wooden-plate_114579-40282.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=2",
|
||||
imageAlt: "fresh fish ingredient quality close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-with-caviar-ginger-vasabi-wooden-plate_114579-40282.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Exceptional Ambiance",
|
||||
description: "Relax in a setting that brings the serenity of Japan to your evening.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-freshly-cut-fish_23-2148263860.jpg",
|
||||
},
|
||||
title: "Exceptional Ambiance", description: "Relax in a setting that brings the serenity of Japan to your evening.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-freshly-cut-fish_23-2148263860.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-salmon-meat_1203-6770.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3810.jpg?_wi=1",
|
||||
imageAlt: "fresh fish ingredient quality close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-salmon-meat_1203-6770.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -184,41 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Okami Special Roll",
|
||||
price: "4,500 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3810.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Okami Special Roll", price: "4,500 AMD", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3810.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Yerevan Dragon Roll",
|
||||
price: "5,200 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-rolls-served-wooden-platter-with-pickled-ginger-chopsticks_114579-15552.jpg",
|
||||
},
|
||||
id: "2", name: "Yerevan Dragon Roll", price: "5,200 AMD", imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-rolls-served-wooden-platter-with-pickled-ginger-chopsticks_114579-15552.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tuna Sashimi Deluxe",
|
||||
price: "6,000 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sushi-rolls_23-2150771207.jpg",
|
||||
},
|
||||
id: "3", name: "Tuna Sashimi Deluxe", price: "6,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sushi-rolls_23-2150771207.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vegetarian Zen Roll",
|
||||
price: "3,800 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg",
|
||||
},
|
||||
id: "4", name: "Vegetarian Zen Roll", price: "3,800 AMD", imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tempura Shrimp Roll",
|
||||
price: "4,200 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-sauce_141793-5094.jpg",
|
||||
},
|
||||
id: "5", name: "Tempura Shrimp Roll", price: "4,200 AMD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-sauce_141793-5094.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Salmon Nigiri Platter",
|
||||
price: "5,800 AMD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873849.jpg",
|
||||
},
|
||||
id: "6", name: "Salmon Nigiri Platter", price: "5,800 AMD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873849.jpg"},
|
||||
]}
|
||||
title="Our Signature Rolls"
|
||||
description="Handcrafted rolls designed to elevate your palate."
|
||||
@@ -233,25 +160,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Expert Chefs",
|
||||
description: "Years of expertise",
|
||||
icon: Award,
|
||||
id: "m1", value: "15+", title: "Expert Chefs", description: "Years of expertise", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Happy Guests",
|
||||
description: "Satisfied diners",
|
||||
icon: Star,
|
||||
id: "m2", value: "5k+", title: "Happy Guests", description: "Satisfied diners", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40+",
|
||||
title: "Menu Items",
|
||||
description: "Authentic dishes",
|
||||
icon: Sparkles,
|
||||
id: "m3", value: "40+", title: "Menu Items", description: "Authentic dishes", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Serving Quality Since 2018"
|
||||
@@ -266,40 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aram S.",
|
||||
handle: "@aram_s",
|
||||
testimonial: "The best sushi I have ever had in Yerevan. Absolutely premium ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345029.jpg",
|
||||
},
|
||||
id: "t1", name: "Aram S.", handle: "@aram_s", testimonial: "The best sushi I have ever had in Yerevan. Absolutely premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345029.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Nare H.",
|
||||
handle: "@nareh",
|
||||
testimonial: "An incredible atmosphere and the service is top-notch. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sunny-smiling-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5225.jpg",
|
||||
},
|
||||
id: "t2", name: "Nare H.", handle: "@nareh", testimonial: "An incredible atmosphere and the service is top-notch. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-sunny-smiling-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5225.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Levon V.",
|
||||
handle: "@levonv",
|
||||
testimonial: "Authentic taste, beautifully plated. Will definitely return soon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg",
|
||||
},
|
||||
id: "t3", name: "Levon V.", handle: "@levonv", testimonial: "Authentic taste, beautifully plated. Will definitely return soon.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ani K.",
|
||||
handle: "@anik",
|
||||
testimonial: "Truly a hidden gem for sushi lovers in the city. The dragon roll is to die for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-interracial-women-meet-developing-website_273609-18141.jpg",
|
||||
},
|
||||
id: "t4", name: "Ani K.", handle: "@anik", testimonial: "Truly a hidden gem for sushi lovers in the city. The dragon roll is to die for.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-interracial-women-meet-developing-website_273609-18141.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David M.",
|
||||
handle: "@davidm",
|
||||
testimonial: "Professional, clean, and delicious. My favorite spot for business dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-learning-make-sushi_23-2151202942.jpg",
|
||||
},
|
||||
id: "t5", name: "David M.", handle: "@davidm", testimonial: "Professional, clean, and delicious. My favorite spot for business dinners.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-learning-make-sushi_23-2151202942.jpg"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="What our customers say about their Okami experience."
|
||||
@@ -312,20 +202,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer premium delivery service across Yerevan.",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we offer premium delivery service across Yerevan."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are reservations required?",
|
||||
content: "Recommended for weekend dinners, especially for larger groups.",
|
||||
},
|
||||
id: "q2", title: "Are reservations required?", content: "Recommended for weekend dinners, especially for larger groups."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you cater for events?",
|
||||
content: "Yes, we provide bespoke catering for private and corporate events.",
|
||||
},
|
||||
id: "q3", title: "Do you cater for events?", content: "Yes, we provide bespoke catering for private and corporate events."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -340,14 +221,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Join us for an unforgettable sushi journey. Book your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "tel:+37410000000",
|
||||
},
|
||||
text: "Reserve Now", href: "tel:+37410000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -356,29 +234,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user