Merge version_1 into main #1
227
src/app/page.tsx
227
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Signature",
|
||||
id: "signature",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Signature", id: "signature" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Zen Fusion"
|
||||
/>
|
||||
@@ -52,64 +40,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Eksperienca Supreme e Sushi-t"
|
||||
description="Shijoni kombinimet më të mira të Asian Fusion në një ambient modern dhe relaksues."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fingers-with-blood_24837-431.jpg",
|
||||
alt: "Sushi Art",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sushi-rolls-with-chopsticks-slate_23-2148461682.jpg",
|
||||
alt: "Sushi rolls with chopsticks on slate",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg",
|
||||
alt: "Cream cheese sushi rolls with ginger on a leaf",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-sushi-rolls-slate-with-copy-space_23-2148461745.jpg",
|
||||
alt: "High angle of sushi rolls on slate with copy space",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-slate_23-2148461763.jpg",
|
||||
alt: "Top view of sushi roll on slate",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/fingers-with-blood_24837-431.jpg", alt: "Sushi Art" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sushi-rolls-with-chopsticks-slate_23-2148461682.jpg", alt: "Sushi rolls with chopsticks on slate" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg", alt: "Cream cheese sushi rolls with ginger on a leaf" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-sushi-rolls-slate-with-copy-space_23-2148461745.jpg", alt: "High angle of sushi rolls on slate with copy space" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-slate_23-2148461763.jpg", alt: "Top view of sushi roll on slate" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervo Tavolinën",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Porosit Online",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Rezervo Tavolinën", href: "#contact" },
|
||||
{ text: "Porosit Online", href: "#menu" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Përbërës Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambient Modern",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kuzhinierë Master",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Porosi në Shtëpi",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Përvoja Zen",
|
||||
},
|
||||
{ type: "text", text: "Përbërës Premium" },
|
||||
{ type: "text", text: "Ambient Modern" },
|
||||
{ type: "text", text: "Kuzhinierë Master" },
|
||||
{ type: "text", text: "Porosi në Shtëpi" },
|
||||
{ type: "text", text: "Përvoja Zen" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,24 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dragon Roll",
|
||||
description: "Tempura karkalec, avokado dhe salcë unagi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-sushi-rolls-table_23-2148505610.jpg",
|
||||
imageAlt: "Dragon Roll",
|
||||
},
|
||||
{
|
||||
title: "Rainbow Roll",
|
||||
description: "Peshk i freskët i zgjedhur dhe perime sezonale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14433.jpg",
|
||||
imageAlt: "Rainbow Roll",
|
||||
},
|
||||
{
|
||||
title: "Volcano Roll",
|
||||
description: "Salcë pikante, gaforre dhe topa tempura.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-crab-avocado-covered-with-red-caviar-with-ginger-wasabi-plate_141793-11683.jpg",
|
||||
imageAlt: "Volcano Roll",
|
||||
},
|
||||
{ title: "Dragon Roll", description: "Tempura karkalec, avokado dhe salcë unagi.", imageSrc: "http://img.b2bpic.net/free-photo/three-sushi-rolls-table_23-2148505610.jpg", imageAlt: "Dragon Roll" },
|
||||
{ title: "Rainbow Roll", description: "Peshk i freskët i zgjedhur dhe perime sezonale.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14433.jpg", imageAlt: "Rainbow Roll" },
|
||||
{ title: "Volcano Roll", description: "Salcë pikante, gaforre dhe topa tempura.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-crab-avocado-covered-with-red-caviar-with-ginger-wasabi-plate_141793-11683.jpg", imageAlt: "Volcano Roll" },
|
||||
]}
|
||||
title="Signature Rolls"
|
||||
description="Krijimet tona më të veçanta, përgatitur me përbërës të freskët dhe teknikë artizanale."
|
||||
@@ -147,25 +82,11 @@ export default function LandingPage() {
|
||||
<TeamCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "img1",
|
||||
name: "Salla Kryesore",
|
||||
role: "Ambienti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugared-peers-table_140725-4083.jpg",
|
||||
},
|
||||
{
|
||||
id: "img2",
|
||||
name: "Zona Lounge",
|
||||
role: "Relaks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15228.jpg",
|
||||
},
|
||||
{
|
||||
id: "img3",
|
||||
name: "Sushi Bar",
|
||||
role: "Kreativiteti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg",
|
||||
},
|
||||
{ id: "img1", name: "Salla Kryesore", role: "Ambienti", imageSrc: "http://img.b2bpic.net/free-photo/sugared-peers-table_140725-4083.jpg" },
|
||||
{ id: "img2", name: "Zona Lounge", role: "Relaks", imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15228.jpg" },
|
||||
{ id: "img3", name: "Sushi Bar", role: "Kreativiteti", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg" },
|
||||
]}
|
||||
title="Ambient Modern"
|
||||
description="Një hapësirë e qetë dhe minimalist për një drekë apo darkë të paharrueshme."
|
||||
@@ -179,42 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sushi Set",
|
||||
price: "2500 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-raw-fish-plate_23-2148862986.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sashimi Mix",
|
||||
price: "3200 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3844.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ramen Tonkotsu",
|
||||
price: "1800 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-ramen-dish_23-2151874102.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fusion Cocktails",
|
||||
price: "900 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-garnished-glass-cocktail-with-green-decorations_140725-8740.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vegetarian Rolls",
|
||||
price: "1200 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-soy-sauce-inside-blue-plate_114579-3241.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tempura Ebi",
|
||||
price: "1500 Lek",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-classic-japanese-sushi-with-red-caviar-bamboo-leaf-served-with-ginger-wasabi-sauce-plate_141793-11791.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Sushi Set", price: "2500 Lek", imageSrc: "http://img.b2bpic.net/free-photo/view-raw-fish-plate_23-2148862986.jpg" },
|
||||
{ id: "p2", name: "Sashimi Mix", price: "3200 Lek", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3844.jpg" },
|
||||
{ id: "p3", name: "Ramen Tonkotsu", price: "1800 Lek", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-ramen-dish_23-2151874102.jpg" },
|
||||
{ id: "p4", name: "Fusion Cocktails", price: "900 Lek", imageSrc: "http://img.b2bpic.net/free-photo/man-garnished-glass-cocktail-with-green-decorations_140725-8740.jpg" },
|
||||
{ id: "p5", name: "Vegetarian Rolls", price: "1200 Lek", imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-soy-sauce-inside-blue-plate_114579-3241.jpg" },
|
||||
{ id: "p6", name: "Tempura Ebi", price: "1500 Lek", imageSrc: "http://img.b2bpic.net/free-photo/top-view-classic-japanese-sushi-with-red-caviar-bamboo-leaf-served-with-ginger-wasabi-sauce-plate_141793-11791.jpg" },
|
||||
]}
|
||||
title="Menuja Digjitale"
|
||||
description="Zgjidhni nga gamë e gjerë e pjatave tona të kuruara me kujdes."
|
||||
@@ -226,21 +117,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "A keni opsione vegane?",
|
||||
content: "Po, menuja jonë përfshin një gamë të gjerë të pjatave vegjetariane dhe vegane.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Si mund të porosis?",
|
||||
content: "Mund të porosisni direkt përmes faqes sonë ose duke na shkruar në WhatsApp.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "A bëni dërgesa në shtëpi?",
|
||||
content: "Po, ne ofrojmë dërgesë në të gjithë zonën e Tiranës.",
|
||||
},
|
||||
{ id: "f1", title: "A keni opsione vegane?", content: "Po, menuja jonë përfshin një gamë të gjerë të pjatave vegjetariane dhe vegane." },
|
||||
{ id: "f2", title: "Si mund të porosis?", content: "Mund të porosisni direkt përmes faqes sonë ose duke na shkruar në WhatsApp." },
|
||||
{ id: "f3", title: "A bëni dërgesa në shtëpi?", content: "Po, ne ofrojmë dërgesë në të gjithë zonën e Tiranës." },
|
||||
]}
|
||||
title="Pyetje të Shpeshta"
|
||||
description="Gjithçka që duhet të dini për shërbimet tona."
|
||||
@@ -254,24 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Chef Kenji",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865319.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Chef Hana",
|
||||
role: "Sushi Master",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1410.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Chef Sato",
|
||||
role: "Fusion Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-glass-cup-served-with-tea_140725-8402.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Chef Kenji", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865319.jpg" },
|
||||
{ id: "c2", name: "Chef Hana", role: "Sushi Master", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1410.jpg" },
|
||||
{ id: "c3", name: "Chef Sato", role: "Fusion Expert", imageSrc: "http://img.b2bpic.net/free-photo/dessert-glass-cup-served-with-tea_140725-8402.jpg" },
|
||||
]}
|
||||
title="Ekipi ynë"
|
||||
description="Masterat e kuzhinës pas shijes suaj të preferuar."
|
||||
@@ -281,17 +145,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontakt"
|
||||
title="Rezervo tani"
|
||||
description="Na kontaktoni për çdo pyetje apo rezervim. Jemi gati t'ju shërbejmë."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp na shkruani",
|
||||
href: "https://wa.me/355690000000",
|
||||
},
|
||||
{ text: "WhatsApp na shkruani", href: "https://wa.me/355690000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -299,14 +158,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Zen Fusion"
|
||||
leftLink={{
|
||||
text: "Politikat e Privatësisë",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2024 Zen Fusion",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Politikat e Privatësisë", href: "#" }}
|
||||
rightLink={{ text: "© 2024 Zen Fusion", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user