From 5e4511a9326ede3a4e62c278141fff5931bfaa24 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++++---------------------------------- 1 file changed, 45 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7815be..ae78efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,62 +46,39 @@ export default function LandingPage() {
@@ -123,53 +90,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Hajtáslánc szerviz", - tags: [ - "precizitás", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-handlebar_1170-2365.jpg", - }, + id: "s1", title: "Hajtáslánc szerviz", tags: [ + "precizitás"], + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-handlebar_1170-2365.jpg"}, { - id: "s2", - title: "Fékrendszer állítás", - tags: [ - "biztonság", - ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138400.jpg", - }, + id: "s2", title: "Fékrendszer állítás", tags: [ + "biztonság"], + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138400.jpg"}, { - id: "s3", - title: "Kerékcentírozás", - tags: [ - "stabilitás", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-folding-bike-city_23-2149064841.jpg", - }, + id: "s3", title: "Kerékcentírozás", tags: [ + "stabilitás"], + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-folding-bike-city_23-2149064841.jpg"}, { - id: "s4", - title: "Felfüggesztés karbantartás", - tags: [ - "kényelem", - ], - imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg", - }, + id: "s4", title: "Felfüggesztés karbantartás", tags: [ + "kényelem"], + imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg"}, { - id: "s5", - title: "Teljes körű tisztítás", - tags: [ - "esztétika", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866684.jpg", - }, + id: "s5", title: "Teljes körű tisztítás", tags: [ + "esztétika"], + imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866684.jpg"}, { - id: "s6", - title: "Profi bike fitting", - tags: [ - "ergonómia", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866685.jpg", - }, + id: "s6", title: "Profi bike fitting", tags: [ + "ergonómia"], + imageSrc: "http://img.b2bpic.net/free-photo/man-workshop-creating-bike_23-2148866685.jpg"}, ]} title="Szolgáltatásaink" description="Szakértő kezek, prémium alkatrészek, teljes körű gondoskodás." @@ -190,30 +133,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Nagy Gábor", - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg", - }, + id: "1", name: "Nagy Gábor", imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg"}, { - 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", - }, + 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"}, { - id: "3", - name: "Horváth Ádám", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg", - }, + id: "3", name: "Horváth Ádám", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2532.jpg"}, { - id: "4", - name: "Szabó Tamás", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg", - }, + id: "4", name: "Szabó Tamás", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cyclist-catching-his-breath_329181-8667.jpg"}, { - id: "5", - name: "Varga Péter", - imageSrc: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg", - }, + id: "5", name: "Varga Péter", imageSrc: "http://img.b2bpic.net/free-photo/young-energetic-cyclist-park_158595-2008.jpg"}, ]} cardTitle="Ügyfeleink mondták" cardTag="Vélemények" @@ -225,26 +153,18 @@ export default function LandingPage() { @@ -259,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1