Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-22 08:46:05 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
description="Prémium órajavítás Pécs szívében. Minden óra, minden megbízás, legmagasabb szakértelemmel."
tag="Pethes Óra Luxus Időmérés"
tagAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Időpontot foglalok", href: "#contact" }
]}
@@ -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?_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-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-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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Expert watch restoration", buttonIcon: RefreshCw,
buttonHref: "#contact"
}
]}