Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ccf3798d0 | |||
| 5e4511a932 |
170
src/app/page.tsx
170
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Főoldal",
|
name: "Főoldal", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Szolgáltatások",
|
name: "Szolgáltatások", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rólunk",
|
name: "Rólunk", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Vélemények",
|
name: "Vélemények", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kapcsolat",
|
name: "Kapcsolat", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Triatlon Kerékpár Szerviz"
|
brandName="Triatlon Kerékpár Szerviz"
|
||||||
/>
|
/>
|
||||||
@@ -56,62 +46,39 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="A kerékpárod a szenvedélyünk"
|
title="A kerékpárod a szenvedélyünk"
|
||||||
description="Prémium szintű szervizelés és gondozás, hogy minden kilométer biztonságos és élménydús legyen."
|
description="Prémium szintű szervizelés és gondozás, hogy minden kilométer biztonságos és élménydús legyen."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Foglaljon időpontot",
|
text: "Foglaljon időpontot", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2392.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2392.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg",
|
src: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg", alt: "Ügyfél 1"},
|
||||||
alt: "Ügyfél 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-thoughtful-rider-with-stubble-wearing-cycling-clothing-protective-helmet-glasses-sitting-outdoors-tree-looking-ahead-him-thinking-about-his-life_273609-283.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-thoughtful-rider-with-stubble-wearing-cycling-clothing-protective-helmet-glasses-sitting-outdoors-tree-looking-ahead-him-thinking-about-his-life_273609-283.jpg", alt: "Ügyfél 2"},
|
||||||
alt: "Ügyfél 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg", alt: "Ügyfél 3"},
|
||||||
alt: "Ügyfél 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg", alt: "Ügyfél 4"},
|
||||||
alt: "Ügyfél 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg", alt: "Ügyfél 5"},
|
||||||
alt: "Ügyfél 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Több mint 500 elégedett kerékpáros"
|
avatarText="Több mint 500 elégedett kerékpáros"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Profi Szerviz"},
|
||||||
text: "Profi Szerviz",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Gyors Határidők"},
|
||||||
text: "Gyors Határidők",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Prémium Alkatrészek"},
|
||||||
text: "Prémium Alkatrészek",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Szakértő Csapat"},
|
||||||
text: "Szakértő Csapat",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Garancia"},
|
||||||
text: "Garancia",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,53 +90,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "s1",
|
id: "s1", title: "Hajtáslánc szerviz", tags: [
|
||||||
title: "Hajtáslánc szerviz",
|
"precizitás"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-handlebar_1170-2365.jpg"},
|
||||||
"precizitás",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-handlebar_1170-2365.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s2",
|
id: "s2", title: "Fékrendszer állítás", tags: [
|
||||||
title: "Fékrendszer állítás",
|
"biztonság"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138400.jpg"},
|
||||||
"biztonság",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138400.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s3",
|
id: "s3", title: "Kerékcentírozás", tags: [
|
||||||
title: "Kerékcentírozás",
|
"stabilitás"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-folding-bike-city_23-2149064841.jpg"},
|
||||||
"stabilitás",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-folding-bike-city_23-2149064841.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s4",
|
id: "s4", title: "Felfüggesztés karbantartás", tags: [
|
||||||
title: "Felfüggesztés karbantartás",
|
"kényelem"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg"},
|
||||||
"kényelem",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s5",
|
id: "s5", title: "Teljes körű tisztítás", tags: [
|
||||||
title: "Teljes körű tisztítás",
|
"esztétika"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866684.jpg"},
|
||||||
"esztétika",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866684.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s6",
|
id: "s6", title: "Profi bike fitting", tags: [
|
||||||
title: "Profi bike fitting",
|
"ergonómia"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866685.jpg"},
|
||||||
"ergonómia",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866685.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Szolgáltatásaink"
|
title="Szolgáltatásaink"
|
||||||
description="Szakértő kezek, prémium alkatrészek, teljes körű gondoskodás."
|
description="Szakértő kezek, prémium alkatrészek, teljes körű gondoskodás."
|
||||||
@@ -190,30 +133,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Nagy Gábor", imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg"},
|
||||||
name: "Nagy Gábor",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Kovács Zsófia", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-thoughtful-rider-with-stubble-wearing-cycling-clothing-protective-helmet-glasses-sitting-outdoors-tree-looking-ahead-him-thinking-about-his-life_273609-283.jpg"},
|
||||||
name: "Kovács Zsófia",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-serious-thoughtful-rider-with-stubble-wearing-cycling-clothing-protective-helmet-glasses-sitting-outdoors-tree-looking-ahead-him-thinking-about-his-life_273609-283.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Horváth Ádám", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg"},
|
||||||
name: "Horváth Ádám",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Szabó Tamás", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg"},
|
||||||
name: "Szabó Tamás",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Varga Péter", imageSrc: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg"},
|
||||||
name: "Varga Péter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Ügyfeleink mondták"
|
cardTitle="Ügyfeleink mondták"
|
||||||
cardTag="Vélemények"
|
cardTag="Vélemények"
|
||||||
@@ -225,26 +153,18 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Kérjen időpontot"
|
title="Kérjen időpontot"
|
||||||
description="Vegye fel velünk a kapcsolatot, és szakértő kollégáink hamarosan válaszolnak."
|
description="Vegye fel velünk a kapcsolatot, vagy hívjon minket a +36 20 377 9324 számon, és szakértő kollégáink hamarosan válaszolnak."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Név", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Név",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email cím", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email cím",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-workshop_23-2149103832.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-blurry-woman-workshop_23-2149103832.jpg"
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Írja meg kérdését vagy a szervizelendő kerékpár típusát.", rows: 4,
|
||||||
placeholder: "Írja meg kérdését vagy a szervizelendő kerékpár típusát.",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@@ -259,4 +179,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user