Merge version_1 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Koti",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Koti", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Arvostelut",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Arvostelut", id: "testimonials"},
|
||||
{
|
||||
name: "Yhteystiedot",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Yhteystiedot", id: "contact"},
|
||||
]}
|
||||
brandName="Fire Döner"
|
||||
button={{
|
||||
text: "Soita",
|
||||
href: "tel:+358400000000",
|
||||
}}
|
||||
text: "Soita", href: "tel:+358400000000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,35 +51,21 @@ export default function LandingPage() {
|
||||
description="Espoon paras döner – tuoreena vartaasta. Nopea, herkullinen ja edullinen – vain 5–10€."
|
||||
buttons={[
|
||||
{
|
||||
text: "Soita ja tilaa",
|
||||
href: "tel:+358400000000",
|
||||
},
|
||||
text: "Soita ja tilaa", href: "tel:+358400000000"},
|
||||
{
|
||||
text: "Katso sijainti",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Katso sijainti", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=1",
|
||||
imageAlt: "Döner kebab plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg", imageAlt: "Döner kebab plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=2",
|
||||
imageAlt: "Döner kebab plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg", imageAlt: "Döner kebab plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=3",
|
||||
imageAlt: "Döner kebab plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg", imageAlt: "Döner kebab plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=4",
|
||||
imageAlt: "Döner kebab plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg", imageAlt: "Döner kebab plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=5",
|
||||
imageAlt: "Döner kebab plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg", imageAlt: "Döner kebab plate"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,41 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Döner Kebab",
|
||||
price: "7,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=6",
|
||||
},
|
||||
id: "1", name: "Döner Kebab", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Shawarma",
|
||||
price: "8,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=7",
|
||||
},
|
||||
id: "2", name: "Shawarma", price: "8,50 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kana Kebab",
|
||||
price: "7,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=8",
|
||||
},
|
||||
id: "3", name: "Kana Kebab", price: "7,50 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Annos riisillä",
|
||||
price: "9,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=9",
|
||||
},
|
||||
id: "4", name: "Annos riisillä", price: "9,00 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Annos ranskalaisilla",
|
||||
price: "9,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=10",
|
||||
},
|
||||
id: "5", name: "Annos ranskalaisilla", price: "9,00 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Falafel",
|
||||
price: "6,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=11",
|
||||
},
|
||||
id: "6", name: "Falafel", price: "6,50 €", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"},
|
||||
]}
|
||||
title="Menu"
|
||||
description="Tuoretta lihaa suoraan vartaasta."
|
||||
@@ -150,28 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tuore liha",
|
||||
description: "Liha vartaasta, ei pakasteita.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=12",
|
||||
imageAlt: "delicious döner kebab wrap extreme close up",
|
||||
title: "Tuore liha", description: "Liha vartaasta, ei pakasteita.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Edulliset hinnat",
|
||||
description: "Laatua 5–10€ hintaan.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CreditCard,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-pashtet-with-lettuce-leaves-tomato_114579-2534.jpg?_wi=1",
|
||||
imageAlt: "friendly kebab restaurant owner smiling",
|
||||
title: "Edulliset hinnat", description: "Laatua 5–10€ hintaan.", bentoComponent: "reveal-icon", icon: CreditCard,
|
||||
},
|
||||
{
|
||||
title: "Nopea palvelu",
|
||||
description: "Valmista hetkessä.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg?_wi=1",
|
||||
imageAlt: "smiling customer eating kebab restaurant",
|
||||
title: "Nopea palvelu", description: "Valmista hetkessä.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Miksi valita meidät?"
|
||||
@@ -184,30 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Matti M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Matti M.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543726.jpg",
|
||||
},
|
||||
id: "2", name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543726.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ville K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-holding-burgers_23-2148705553.jpg",
|
||||
},
|
||||
id: "3", name: "Ville K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-holding-burgers_23-2148705553.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tiina J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
id: "4", name: "Tiina J.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Juha H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-coffee-machine_23-2147775854.jpg",
|
||||
},
|
||||
id: "5", name: "Juha H.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-coffee-machine_23-2147775854.jpg"},
|
||||
]}
|
||||
cardTitle="Asiakkaiden arvostelut"
|
||||
cardTag="4.6 / 5"
|
||||
@@ -223,7 +145,7 @@ export default function LandingPage() {
|
||||
description="Fire Döner on pieni ja kodikas ravintola Espoon Leppävaarassa. Uskomme laadukkaisiin raaka-aineisiin ja aitoon makuun."
|
||||
subdescription="Tervetuloa maistamaan kaupungin parasta döneria."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beef-pashtet-with-lettuce-leaves-tomato_114579-2534.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beef-pashtet-with-lettuce-leaves-tomato_114579-2534.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -232,13 +154,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ota yhteyttä"
|
||||
title="Tilaa ja nouda"
|
||||
description="Sijaitsemme Leppävaarassa. Soita numeroon +358 40 000 0000 ja tilaa takeaway-annoksesi."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg?_wi=13"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11090.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -247,33 +168,21 @@ export default function LandingPage() {
|
||||
logoText="Fire Döner"
|
||||
columns={[
|
||||
{
|
||||
title: "Ravintola",
|
||||
items: [
|
||||
title: "Ravintola", items: [
|
||||
{
|
||||
label: "Etusivu",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Etusivu", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Yhteystiedot",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Yhteystiedot", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Tiedot",
|
||||
items: [
|
||||
title: "Tiedot", items: [
|
||||
{
|
||||
label: "Leppävaara, Espoo",
|
||||
href: "#",
|
||||
},
|
||||
label: "Leppävaara, Espoo", href: "#"},
|
||||
{
|
||||
label: "Puh: +358 40 000 0000",
|
||||
href: "tel:+358400000000",
|
||||
},
|
||||
label: "Puh: +358 40 000 0000", href: "tel:+358400000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user