2 Commits

Author SHA1 Message Date
d6c2f5ef6a Update src/app/page.tsx 2026-04-05 15:04:08 +00:00
25f83b4844 Merge version_1 into main
Merge version_1 into main
2026-04-05 15:03:31 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Etusivu", name: "Etusivu", id: "/"},
id: "/",
},
{ {
name: "Ruokalista", name: "Ruokalista", id: "#menu"},
id: "#menu",
},
{ {
name: "Tietoa meistä", name: "Tietoa meistä", id: "#about"},
id: "#about",
},
{ {
name: "Yhteystiedot", name: "Yhteystiedot", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Klaukkalan Ylägrilli" brandName="Klaukkalan Ylägrilli"
/> />
@@ -52,19 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
logoText="Klaukkalan Ylägrilli" logoText="Klaukkalan Ylägrilli"
description="Maukkasta ja täyttävää grilliruokaa nopeasti ja edullisesti Klaukkalassa." description="Maukkasta ja täyttävää grilliruokaa nopeasti ja edullisesti Klaukkalassa."
buttons={[ buttons={[
{ {
text: "Katso ruokalista", text: "Katso ruokalista", href: "#menu"},
href: "#menu",
},
{ {
text: "Yhteystiedot", text: "Yhteystiedot", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -88,41 +75,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Kerroshampurilainen", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=2"},
name: "Kerroshampurilainen",
price: "12 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=2",
},
{ {
id: "2", id: "2", name: "Kebab annos", price: "11 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=3"},
name: "Kebab annos",
price: "11 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=3",
},
{ {
id: "3", id: "3", name: "Makkaraperunat", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=4"},
name: "Makkaraperunat",
price: "10 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=4",
},
{ {
id: "4", id: "4", name: "Pariloitu porsaanleike", price: "14 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=5"},
name: "Pariloitu porsaanleike",
price: "14 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=5",
},
{ {
id: "5", id: "5", name: "Vohveli", price: "6 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=6"},
name: "Vohveli",
price: "6 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=6",
},
{ {
id: "6", id: "6", name: "Mexican Burger", price: "13 €", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=7"},
name: "Mexican Burger",
price: "13 €",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=7",
},
]} ]}
title="Ruokalista" title="Ruokalista"
description="Tutustu herkullisiin annoksiimme." description="Tutustu herkullisiin annoksiimme."
@@ -136,59 +99,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Pekka M.", role: "Vakioasiakas", company: "Klaukkala", rating: 5,
name: "Pekka M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg"},
role: "Vakioasiakas",
company: "Klaukkala",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg",
},
{ {
id: "2", id: "2", name: "Mari K.", role: "Asiakas", company: "Nurmijärvi", rating: 5,
name: "Mari K.", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg"},
role: "Asiakas",
company: "Nurmijärvi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
},
{ {
id: "3", id: "3", name: "Jari V.", role: "Asiakas", company: "Klaukkala", rating: 4,
name: "Jari V.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
role: "Asiakas",
company: "Klaukkala",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
},
{ {
id: "4", id: "4", name: "Tiina S.", role: "Asiakas", company: "Nurmijärvi", rating: 5,
name: "Tiina S.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-eating-pastry-product-while-stretching-hand-questioning-gesture-shirt-looking-delighted-front-view_176474-54947.jpg"},
role: "Asiakas",
company: "Nurmijärvi",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-eating-pastry-product-while-stretching-hand-questioning-gesture-shirt-looking-delighted-front-view_176474-54947.jpg",
},
{ {
id: "5", id: "5", name: "Ville L.", role: "Asiakas", company: "Klaukkala", rating: 5,
name: "Ville L.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg"},
role: "Asiakas",
company: "Klaukkala",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "100+", value: "100+", label: "Päivittäistä annosta"},
label: "Päivittäistä annosta",
},
{ {
value: "10v", value: "10v", label: "Kokemusta"},
label: "Kokemusta",
},
{ {
value: "4.8", value: "4.8", label: "Arvosana"},
label: "Arvosana",
},
]} ]}
title="Asiakkaiden suosikit" title="Asiakkaiden suosikit"
description="Tässä muutama asiakkaiden suosikki." description="Tässä muutama asiakkaiden suosikki."
@@ -199,16 +131,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Yhteystiedot" tag="Yhteystiedot"
title="Tule herkuttelemaan!" title="Tule herkuttelemaan!"
description="Kiikkaistenkuja 21, 01800 Nurmijärvi | 040 021 3390 | Auki päivittäin klo 22.00 asti." description="Kiikkaistenkuja 21, 01800 Nurmijärvi | 040 021 3390 | Auki päivittäin klo 22.00 asti."
buttons={[ buttons={[
{ {
text: "Soita meille", text: "Soita meille", href: "tel:0400213390"},
href: "tel:0400213390",
},
]} ]}
/> />
</div> </div>
@@ -218,29 +147,19 @@ export default function LandingPage() {
logoText="Klaukkalan Ylägrilli" logoText="Klaukkalan Ylägrilli"
columns={[ columns={[
{ {
title: "Valikko", title: "Valikko", items: [
items: [
{ {
label: "Etusivu", label: "Etusivu", href: "/"},
href: "/",
},
{ {
label: "Ruokalista", label: "Ruokalista", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
title: "Yhteystiedot", title: "Yhteystiedot", items: [
items: [
{ {
label: "Kiikkaistenkuja 21", label: "Kiikkaistenkuja 21", href: "#"},
href: "#",
},
{ {
label: "040 021 3390", label: "040 021 3390", href: "tel:0400213390"},
href: "tel:0400213390",
},
], ],
}, },
]} ]}