diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 6fcd6ae..2a7fae0 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -34,7 +34,8 @@ export default function ContactPage() { { name: "Opinie", id: "/testimonials" }, ]} button={{ - text: "Zadzwoń teraz", href: "tel:796554557"}} + text: "Zadzwoń teraz", href: "tel:796554557" + }} animateOnLoad={true} /> @@ -53,9 +54,11 @@ export default function ContactPage() { showDimOverlay={true} buttons={[ { - text: "📞 Zadzwoń teraz", href: "tel:796554557"}, + text: "📞 Zadzwoń teraz", href: "tel:796554557" + }, { - text: "Wiadomość email", href: "#contact-form"}, + text: "Wiadomość email", href: "#contact-form" + }, ]} buttonAnimation="slide-up" tagAnimation="opacity" @@ -108,7 +111,8 @@ export default function ContactPage() { description="Skontaktuj się z nami dzisiaj. Oferujemy szybką diagnostykę, sprawiedliwe ceny i profesjonalny serwis." tagIcon={Wrench} background={{ - variant: "gradient-bars"}} + variant: "gradient-bars" + }} useInvertedBackground={false} buttonText="Skontaktuj się" inputPlaceholder="Twój adres email" @@ -124,13 +128,16 @@ export default function ContactPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Phone, - href: "tel:796554557", ariaLabel: "Zadzwoń"}, + href: "tel:796554557", ariaLabel: "Zadzwoń" + }, { icon: MapPin, - href: "https://maps.google.com", ariaLabel: "Lokalizacja"}, + href: "https://maps.google.com", ariaLabel: "Lokalizacja" + }, ]} /> diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx index f62ede5..6ad3e16 100644 --- a/src/app/o-nas/page.tsx +++ b/src/app/o-nas/page.tsx @@ -34,7 +34,8 @@ export default function AboutPage() { { name: "Opinie", id: "/testimonials" }, ]} button={{ - text: "Zadzwoń teraz", href: "tel:796554557"}} + text: "Zadzwoń teraz", href: "tel:796554557" + }} animateOnLoad={true} /> @@ -53,9 +54,11 @@ export default function AboutPage() { showDimOverlay={true} buttons={[ { - text: "📞 Zadzwoń teraz", href: "tel:796554557"}, + text: "📞 Zadzwoń teraz", href: "tel:796554557" + }, { - text: "Poproś o wycenę", href: "/kontakt"}, + text: "Poproś o wycenę", href: "/kontakt" + }, ]} buttonAnimation="slide-up" tagAnimation="opacity" @@ -69,9 +72,11 @@ export default function AboutPage() { description="Zaufanie tysięcy klientów z Wrocławia i okolic" metrics={[ { - id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process"}, + id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process" + }, { - id: "2", value: "20+", title: "Lata doświadczenia", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner"}, + id: "2", value: "20+", title: "Lata doświadczenia", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner" + }, ]} animationType="slide-up" textboxLayout="default" @@ -127,13 +132,16 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Phone, - href: "tel:796554557", ariaLabel: "Zadzwoń"}, + href: "tel:796554557", ariaLabel: "Zadzwoń" + }, { icon: MapPin, - href: "https://maps.google.com", ariaLabel: "Lokalizacja"}, + href: "https://maps.google.com", ariaLabel: "Lokalizacja" + }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index bb38ec3..bd5649e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,9 +65,11 @@ export default function HomePage() { description="Zaufanie tysięcy klientów z Wrocławia i okolic" metrics={[ { - id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process"}, + id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process" + }, { - id: "2", value: "20 lat", title: "Wieloletnia specjalizacja", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner"}, + id: "2", value: "20 lat", title: "Wieloletnia specjalizacja", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner" + }, ]} animationType="slide-up" textboxLayout="default" @@ -150,22 +152,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Piotr Kowalski", role: "Właściciel warsztatu", company: "Auto Serwis Maja", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", imageAlt: "Piotr Kowalski"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", imageAlt: "Piotr Kowalski" + }, { id: "2", name: "Anna Lewandowska", role: "Kierowca zawodowy", company: "Transport PL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", imageAlt: "Anna Lewandowska"}, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", imageAlt: "Anna Lewandowska" + }, { id: "3", name: "Marek Sawicki", role: "Dyrektor floty", company: "Logistyka Express", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg", imageAlt: "Marek Sawicki"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg", imageAlt: "Marek Sawicki" + }, { id: "4", name: "Tomasz Nowak", role: "Właściciel warsztatu", company: "Serwis Mechaniczny", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Tomasz Nowak"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Tomasz Nowak" + }, { id: "5", name: "Katarzyna Zając", role: "Menadżer serwisu", company: "Auto Centrum", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Katarzyna Zając"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Katarzyna Zając" + }, { id: "6", name: "Janusz Borkowski", role: "Właściciel pojazdu", company: "Transport osobowy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageAlt: "Janusz Borkowski"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageAlt: "Janusz Borkowski" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"