5 Commits

Author SHA1 Message Date
16b51e8391 Update src/app/page.tsx 2026-05-06 08:10:46 +00:00
1ce6dced65 Merge version_3 into main
Merge version_3 into main
2026-05-06 08:00:06 +00:00
46c1b2a423 Update src/app/page.tsx 2026-05-06 08:00:03 +00:00
edb89d3742 Merge version_2 into main
Merge version_2 into main
2026-05-06 07:57:59 +00:00
012ce2eb5c Update src/app/page.tsx 2026-05-06 07:57:56 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Kezdőlap",
id: "hero",
},
{
name: "Szolgáltatások",
id: "features",
},
{
name: "Rólunk",
id: "about",
},
{
name: "Vélemények",
id: "testimonials",
},
{
name: "Kapcsolat",
id: "contact",
},
{ name: "Kezdőlap", id: "hero" },
{ name: "Szolgáltatások", id: "features" },
{ name: "Rólunk", id: "about" },
{ name: "Vélemények", id: "testimonials" },
{ name: "Kapcsolat", id: "contact" },
]}
brandName="eNADtrick"
/>
@@ -58,42 +43,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Nádasi Attila - Profi Háztartási Gép Szerviz"
description="Mosógép, mosogatógép, szárítógép és sütő javítása rövid határidővel. Helyszíni kiszállással, precíz munkavégzéssel."
buttons={[
{
text: "Hívjon most",
href: "tel:+36301234567",
},
{
text: "Üzenetet küldök",
href: "#contact",
},
{ text: "Hívjon most", href: "tel:+36204683919" },
{ text: "Üzenetet küldök", href: "sms:+36204683919" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/barman-making-coffee_23-2147821152.jpg",
imageAlt: "professional appliance repair service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-looking-aside-with-hands-waist-uniform-looking-pensive-front-view_176474-21682.jpg",
imageAlt: "modern appliance kitchen repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176699.jpg",
imageAlt: "repairing dishwasher professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-repairman-putting-stethoscope-washing-machine-sitting-near-washer-white-wall_140725-143621.jpg",
imageAlt: "Front view of young repairman putting stethoscope on washing machine",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-repairman-putting-stethoscope-washer-sitting-near-washer-white-space_140725-106499.jpg",
imageAlt: "Front view happy repairman putting stethoscope on washer",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLEmRdMVy7ez02VmVxqeqc9k6P/uploaded-1778055022724-crdgpja4.jpg", imageAlt: "professional appliance oven repair service" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLEmRdMVy7ez02VmVxqeqc9k6P/uploaded-1778055034557-mfmumyr6.webp", imageAlt: "technician repairing washing machine" },
{ imageSrc: "http://img.b2bpic.net/free-photo/repairman-fixing-dishwasher-kitchen_23-2149176699.jpg", imageAlt: "repairing dishwasher professional" },
]}
mediaAnimation="slide-up"
/>
@@ -106,24 +66,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Mosógép javítás",
description: "Hibakód olvasás, csapágyazás és szivattyú csere.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-repairman-holding-stethoscope-sitting-near-washing-machine-wall_140725-142401.jpg",
imageAlt: "washing machine repair service",
},
{
title: "Szárítógép szerviz",
description: "Fűtéskorszerűsítés, tisztítás és panel javítás.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746333.jpg",
imageAlt: "dryer repair maintenance",
},
{
title: "Sütő és mosogatógép",
description: "Gyors hibaelhárítás minden márkás készüléknél.",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24006.jpg",
imageAlt: "oven kitchen equipment repair",
},
{ title: "Mosógép javítás", description: "Hibakód olvasás, csapágyazás és szivattyú csere.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-repairman-holding-stethoscope-sitting-near-washing-machine-wall_140725-142401.jpg", imageAlt: "washing machine repair service" },
{ title: "Szárítógép szerviz", description: "Fűtéskorszerűsítés, tisztítás és panel javítás.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746333.jpg", imageAlt: "dryer repair maintenance" },
{ title: "Sütő és mosogatógép", description: "Gyors hibaelhárítás minden márkás készüléknél.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24006.jpg", imageAlt: "oven kitchen equipment repair" },
]}
title="Szolgáltatásaink"
description="Teljes körű háztartási gép szerelés, szakszerűen és garanciával és gyors kiszállással."
@@ -146,27 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1500+",
title: "Sikeres javítás",
description: "Eddig elégedett ügyfél.",
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176700.jpg",
},
{
id: "m2",
value: "10+",
title: "Szakmai év",
description: "Több mint egy évtized tapasztalat.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-raising-stethoscope-standing-washer-white-wall_140725-142176.jpg",
},
{
id: "m3",
value: "24h",
title: "Kiszállási idő",
description: "Gyors reakcióidő.",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
},
{ id: "m1", value: "1500+", title: "Sikeres javítás", description: "Eddig elégedett ügyfél.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176700.jpg" },
{ id: "m2", value: "10+", title: "Szakmai év", description: "Több mint egy évtized tapasztalat.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-raising-stethoscope-standing-washer-white-wall_140725-142176.jpg" },
{ id: "m3", value: "24h", title: "Kiszállási idő", description: "Gyors reakcióidő.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg" },
]}
title="Mérhető szakértelem"
description="Statisztikáink a minőségi munkavégzést bizonyítják."
@@ -179,46 +106,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Kiss Péter",
handle: "@peter",
testimonial: "Nagyon gyors és megbízható szerelő, csak ajánlani tudom!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed_482257-122122.jpg",
},
{
id: "2",
name: "Nagy Eszter",
handle: "@eszter",
testimonial: "A mosógépem végre működik, precíz munka volt.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/feeling-happy-astonished-something-unbelievable_1194-406808.jpg",
},
{
id: "3",
name: "Szabó Tamás",
handle: "@tamas",
testimonial: "Korrekt árak, gyors kiszállás.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
},
{
id: "4",
name: "Tóth Mária",
handle: "@maria",
testimonial: "Segítőkész és profi szakember.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg",
},
{
id: "5",
name: "Fekete Gábor",
handle: "@gabor",
testimonial: "Nem csalódtam, profi szerviz.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
},
{ id: "1", name: "Kiss Péter", handle: "@peter", testimonial: "Nagyon gyors és megbízható szerelő, csak ajánlani tudom!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed_482257-122122.jpg" },
{ id: "2", name: "Nagy Eszter", handle: "@eszter", testimonial: "A mosógépem végre működik, precíz munka volt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/feeling-happy-astonished-something-unbelievable_1194-406808.jpg" },
]}
showRating={true}
title="Ügyfeleink mondták"
@@ -231,21 +120,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Mennyi a kiszállási díj?",
content: "A kiszállási díj a helyszíntől függ, kérem hívjon egyeztetésért.",
},
{
id: "q2",
title: "Vállal garanciát?",
content: "Igen, minden elvégzett munkára garanciát vállalok.",
},
{
id: "q3",
title: "Milyen márkákkal foglalkozik?",
content: "Szinte az összes ismertebb márka típusát szervizelem.",
},
{ id: "q1", title: "Mennyi a kiszállási díj?", content: "A kiszállási díj a helyszíntől függ, kérem hívjon egyeztetésért." },
{ id: "q2", title: "Vállal garanciát?", content: "Igen, minden elvégzett munkára garanciát vállalok." },
]}
title="Gyakori kérdések"
description="Információk a szervizelésről."
@@ -257,15 +133,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Whirlpool",
"Samsung",
"Bosch",
"LG",
"Indesit",
"Gorenje",
"Electrolux",
]}
names={["Whirlpool", "Samsung", "Bosch", "LG", "Indesit", "Gorenje", "Electrolux"]}
title="Támogatott márkák"
description="Széleskörű szakértelem a piacvezető márkákkal."
/>
@@ -274,15 +142,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
text="Kérjen ajánlatot vagy hívjon minket bizalommal. Elérhetőek vagyunk a hét minden munkanapján."
background={{ variant: "plain" }}
text="Kérjen ajánlatot vagy hívjon minket bizalommal. Elérhetőek vagyunk a hét minden munkanapján. Telefonszám: 06 20 468 3919"
buttons={[
{
text: "Hívjon fel: +36 30 123 4567",
href: "tel:+36301234567",
},
{ text: "Hívás most", href: "tel:+36204683919" },
{ text: "Üzenet (SMS/Viber)", href: "sms:+36204683919" },
]}
/>
</div>
@@ -296,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}