Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6c2f5ef6a | |||
| 25f83b4844 |
151
src/app/page.tsx
151
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Etusivu",
|
||||
id: "/",
|
||||
},
|
||||
name: "Etusivu", id: "/"},
|
||||
{
|
||||
name: "Ruokalista",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Ruokalista", id: "#menu"},
|
||||
{
|
||||
name: "Tietoa meistä",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Tietoa meistä", id: "#about"},
|
||||
{
|
||||
name: "Yhteystiedot",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Yhteystiedot", id: "#contact"},
|
||||
]}
|
||||
brandName="Klaukkalan Ylägrilli"
|
||||
/>
|
||||
@@ -52,19 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Klaukkalan Ylägrilli"
|
||||
description="Maukkasta ja täyttävää grilliruokaa nopeasti ja edullisesti Klaukkalassa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Katso ruokalista",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Katso ruokalista", href: "#menu"},
|
||||
{
|
||||
text: "Yhteystiedot",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Yhteystiedot", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698302.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,41 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Ruokalista"
|
||||
description="Tutustu herkullisiin annoksiimme."
|
||||
@@ -136,59 +99,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pekka M.",
|
||||
role: "Vakioasiakas",
|
||||
company: "Klaukkala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg",
|
||||
},
|
||||
id: "1", name: "Pekka M.", role: "Vakioasiakas", company: "Klaukkala", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mari K.",
|
||||
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: "2", name: "Mari K.", 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",
|
||||
name: "Jari V.",
|
||||
role: "Asiakas",
|
||||
company: "Klaukkala",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
|
||||
},
|
||||
id: "3", name: "Jari V.", role: "Asiakas", company: "Klaukkala", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tiina S.",
|
||||
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: "4", name: "Tiina S.", 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",
|
||||
name: "Ville L.",
|
||||
role: "Asiakas",
|
||||
company: "Klaukkala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg",
|
||||
},
|
||||
id: "5", name: "Ville L.", role: "Asiakas", company: "Klaukkala", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Päivittäistä annosta",
|
||||
},
|
||||
value: "100+", label: "Päivittäistä annosta"},
|
||||
{
|
||||
value: "10v",
|
||||
label: "Kokemusta",
|
||||
},
|
||||
value: "10v", label: "Kokemusta"},
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Arvosana",
|
||||
},
|
||||
value: "4.8", label: "Arvosana"},
|
||||
]}
|
||||
title="Asiakkaiden suosikit"
|
||||
description="Tässä muutama asiakkaiden suosikki."
|
||||
@@ -199,16 +131,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Yhteystiedot"
|
||||
title="Tule herkuttelemaan!"
|
||||
description="Kiikkaistenkuja 21, 01800 Nurmijärvi | 040 021 3390 | Auki päivittäin klo 22.00 asti."
|
||||
buttons={[
|
||||
{
|
||||
text: "Soita meille",
|
||||
href: "tel:0400213390",
|
||||
},
|
||||
text: "Soita meille", href: "tel:0400213390"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,29 +147,19 @@ export default function LandingPage() {
|
||||
logoText="Klaukkalan Ylägrilli"
|
||||
columns={[
|
||||
{
|
||||
title: "Valikko",
|
||||
items: [
|
||||
title: "Valikko", items: [
|
||||
{
|
||||
label: "Etusivu",
|
||||
href: "/",
|
||||
},
|
||||
label: "Etusivu", href: "/"},
|
||||
{
|
||||
label: "Ruokalista",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Ruokalista", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yhteystiedot",
|
||||
items: [
|
||||
title: "Yhteystiedot", items: [
|
||||
{
|
||||
label: "Kiikkaistenkuja 21",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kiikkaistenkuja 21", href: "#"},
|
||||
{
|
||||
label: "040 021 3390",
|
||||
href: "tel:0400213390",
|
||||
},
|
||||
label: "040 021 3390", href: "tel:0400213390"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -250,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user