Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
167
src/app/page.tsx
167
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
@@ -30,78 +31,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Kezdőlap",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Kezdőlap", id: "#hero"},
|
||||
{
|
||||
name: "Szolgáltatások",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Szolgáltatások", id: "#services"},
|
||||
{
|
||||
name: "Vélemények",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Vélemények", id: "#testimonials"},
|
||||
{
|
||||
name: "Kapcsolat",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kapcsolat", id: "#contact"},
|
||||
]}
|
||||
brandName="AquaFix Pro"
|
||||
button={{
|
||||
text: "+36 70 255 3036",
|
||||
href: "tel:+36702553036",
|
||||
}}
|
||||
text: "+36 70 255 3036", href: "tel:+36702553036"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Gyors, megbízható vízszerelés Budakeszin és környékén"
|
||||
description="Csöpög, dugul, nem melegít? Hívjon most – akár még ma érkezünk."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hívjon most: +36 70 255 3036",
|
||||
href: "tel:+36702553036",
|
||||
},
|
||||
text: "Hívjon most: +36 70 255 3036", href: "tel:+36702553036"},
|
||||
{
|
||||
text: "Ajánlatot kérek",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ajánlatot kérek", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "slide-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=1",
|
||||
imageAlt: "Modern fürdőszoba szerelés",
|
||||
},
|
||||
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Modern fürdőszoba szerelés"},
|
||||
{
|
||||
id: "slide-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=2",
|
||||
imageAlt: "Szerelői munka",
|
||||
},
|
||||
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Szerelői munka"},
|
||||
{
|
||||
id: "slide-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=3",
|
||||
imageAlt: "Tiszta eszközök",
|
||||
},
|
||||
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Tiszta eszközök"},
|
||||
{
|
||||
id: "slide-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=4",
|
||||
imageAlt: "Budakeszi szerelés",
|
||||
},
|
||||
id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Budakeszi szerelés"},
|
||||
{
|
||||
id: "slide-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=5",
|
||||
imageAlt: "Professzionális gázszerelés",
|
||||
},
|
||||
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Professzionális gázszerelés"},
|
||||
{
|
||||
id: "slide-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=6",
|
||||
imageAlt: "Fűtésszerelés szakértelemmel",
|
||||
},
|
||||
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Fűtésszerelés szakértelemmel"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,14 +79,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google értékelés ⭐ 4,5 / 5",
|
||||
"15+ év tapasztalat",
|
||||
"Budakeszi és Pest megye",
|
||||
"Hétvégi sürgősségi hívás",
|
||||
"Garancia",
|
||||
"Profi csapat",
|
||||
"Gyors kiszállás",
|
||||
]}
|
||||
"Google értékelés ⭐ 4,5 / 5", "15+ év tapasztalat", "Budakeszi és Pest megye", "Hétvégi sürgősségi hívás", "Garancia", "Profi csapat", "Gyors kiszállás"]}
|
||||
title="Megbízhatósági mutatók"
|
||||
description="Szolgáltatásaink magas minőségét a több éves tapasztalat és elégedett ügyfeleink igazolják."
|
||||
/>
|
||||
@@ -130,34 +91,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Vízszerelés",
|
||||
description: "Csaptelepek, szifonok, csőcserék és szivárgások szakszerű javítása.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6u8pc7",
|
||||
buttonIcon: "Zap",
|
||||
title: "Vízszerelés", description: "Csaptelepek, szifonok, csőcserék és szivárgások szakszerű javítása.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6u8pc7", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Gázszerelés",
|
||||
description: "Gázkészülékek bekötése, karbantartás és biztonsági ellenőrzés.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-infographic-web-template-with-three-steps_1284-48989.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Gázszerelés", description: "Gázkészülékek bekötése, karbantartás és biztonsági ellenőrzés.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-infographic-web-template-with-three-steps_1284-48989.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fűtésszerelés",
|
||||
description: "Radiátorok, kazánok és padlófűtés telepítése, javítása.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/conditioning-icons-collection_1262-3909.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Fűtésszerelés", description: "Radiátorok, kazánok és padlófűtés telepítése, javítása.", imageSrc: "http://img.b2bpic.net/free-vector/conditioning-icons-collection_1262-3909.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Duguláselhárítás",
|
||||
description: "WC, mosdó és csatornadugulás elhárítása gépi módszerrel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-condom-white-background_23-2148259779.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Duguláselhárítás", description: "WC, mosdó és csatornadugulás elhárítása gépi módszerrel.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-condom-white-background_23-2148259779.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Lefolyótisztítás",
|
||||
description: "Megelőző karbantartás, szagtalanítás és kamerás vizsgálat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-glyph-solid-black-icon-pack-such-as-plumbing-person-plumbing-mechanic-system_1142-24904.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Lefolyótisztítás", description: "Megelőző karbantartás, szagtalanítás és kamerás vizsgálat.", imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-glyph-solid-black-icon-pack-such-as-plumbing-person-plumbing-mechanic-system_1142-24904.jpg", buttonIcon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Professzionális Szolgáltatásaink"
|
||||
@@ -171,9 +117,7 @@ export default function LandingPage() {
|
||||
title="Miért válasszon minket?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Hívjon most!",
|
||||
href: "tel:+36702553036",
|
||||
},
|
||||
text: "Hívjon most!", href: "tel:+36702553036"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -185,45 +129,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Szabó Péter",
|
||||
handle: "Ügyfél",
|
||||
testimonial: "Gyorsan jött, profi volt, rendben hagyta a fürdőszobát. Csak ajánlani tudom!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Szabó Péter", handle: "Ügyfél", testimonial: "Gyorsan jött, profi volt, rendben hagyta a fürdőszobát. Csak ajánlani tudom!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Banyai Ferenc",
|
||||
handle: "Ügyfél",
|
||||
testimonial: "Már évek óta őt hívom, mindig megbízható.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1198.jpg",
|
||||
},
|
||||
id: "t2", name: "Banyai Ferenc", handle: "Ügyfél", testimonial: "Már évek óta őt hívom, mindig megbízható.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1198.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kovács Anna",
|
||||
handle: "Ügyfél",
|
||||
testimonial: "Kiváló munkát végeztek a radiátorcserénél, minden rendben ment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
},
|
||||
id: "t3", name: "Kovács Anna", handle: "Ügyfél", testimonial: "Kiváló munkát végeztek a radiátorcserénél, minden rendben ment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Nagy Gábor",
|
||||
handle: "Ügyfél",
|
||||
testimonial: "Gyorsan elhárították a dugulást, nagyon profi csapat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-148997.jpg",
|
||||
},
|
||||
id: "t4", name: "Nagy Gábor", handle: "Ügyfél", testimonial: "Gyorsan elhárították a dugulást, nagyon profi csapat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-148997.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Tóth Eszter",
|
||||
handle: "Ügyfél",
|
||||
testimonial: "Csak ajánlani tudom őket, pontosak és precízek.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Tóth Eszter", handle: "Ügyfél", testimonial: "Csak ajánlani tudom őket, pontosak és precízek.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ügyfeleink mondták"
|
||||
@@ -238,22 +157,14 @@ export default function LandingPage() {
|
||||
description="Adja meg adatait és rövid üzenetét, hamarosan felvesszük Önnel a kapcsolatot."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Név",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Név", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefonszám",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Telefonszám", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Írja le a problémát röviden...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Írja le a problémát röviden...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-design_23-2151983215.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -264,13 +175,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="AquaFix Pro"
|
||||
leftLink={{
|
||||
text: "Adatkezelési tájékoztató",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Adatkezelési tájékoztató", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2025 AquaFix Pro",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2025 AquaFix Pro", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user