From 2e418b96863cb2790da5ebf237358b47daa1b5f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 08:46:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b901564..c65b244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-young-businessman-with-hand-chin_1262-16922.jpg", imageAlt: "Luxury mechanical watch mechanism" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025946.jpg", imageAlt: "watchmaker workshop traditional tools precision" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "watch repair service maintenance precision" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2148503402.jpg", imageAlt: "professional watch battery replacement" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg", imageAlt: "luxury watch restoration vintage modern" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=1", imageAlt: "watch repair service maintenance precision" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2148503402.jpg?_wi=1", imageAlt: "professional watch battery replacement" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg?_wi=1", imageAlt: "luxury watch restoration vintage modern" }, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/faucet-from-golden-fountain_1122-816.jpg", imageAlt: "luxury craftsmanship excellence detail" } ]} autoPlay={true} @@ -85,15 +85,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Órajavítás", description: "Mechanikus, automatikus és kvarc órák komplett javítása. Minden megbízást a legmagasabb szakmai standardok szerint végzünk.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Professional watch repair service", buttonIcon: Wrench, + title: "Órajavítás", description: "Mechanikus, automatikus és kvarc órák komplett javítása. Minden megbízást a legmagasabb szakmai standardok szerint végzünk.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=2", imageAlt: "Professional watch repair service", buttonIcon: Wrench, buttonHref: "#contact" }, { - title: "Elemcsere & Karbantartás", description: "Precíz elemcsere, szíjcsere, és rendszeres karbantartás. Az órád a folyamatos gondozást igényli – mi gondoskodunk róla.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2148503402.jpg", imageAlt: "Watch maintenance and battery replacement", buttonIcon: Zap, + title: "Elemcsere & Karbantartás", description: "Precíz elemcsere, szíjcsere, és rendszeres karbantartás. Az órád a folyamatos gondozást igényli – mi gondoskodunk róla.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2148503402.jpg?_wi=2", imageAlt: "Watch maintenance and battery replacement", buttonIcon: Zap, buttonHref: "#contact" }, { - title: "Restaurálás", description: "Antik és régi órák teljes helyreállítása eredeti fényükre. Amikor az örökség új életre kell kelnie.", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg", imageAlt: "Expert watch restoration", buttonIcon: RefreshCw, + title: "Restaurálás", description: "Antik és régi órák teljes helyreállítása eredeti fényükre. Amikor az örökség új életre kell kelnie.", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg?_wi=2", imageAlt: "Expert watch restoration", buttonIcon: RefreshCw, buttonHref: "#contact" } ]} -- 2.49.1