diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3dac172..d025085 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,7 +20,8 @@ export default function AboutPage() { ]; const navButton = { - text: "📞 +420 777 038 440", href: "tel:+420777038440"}; + text: "📞 +420 777 038 440", href: "tel:+420777038440" + }; return ( diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fd6bb47..1b1ba10 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,7 +36,8 @@ export default function ContactPage() { navItems={navItems} brandName="XtremeBikes" button={{ - text: "📞 +420 777 038 440", href: "tel:+420777038440"}} + text: "📞 +420 777 038 440", href: "tel:+420777038440" + }} /> @@ -50,7 +51,8 @@ export default function ContactPage() { background={{ variant: "radial-gradient" }} buttons={[ { - text: "📞 Call Now", href: "tel:+420777038440"}, + text: "📞 Call Now", href: "tel:+420777038440" + }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uzc2cb" imageAlt="XtremeBikes Workshop Contact" @@ -71,7 +73,8 @@ export default function ContactPage() { description="Fill out the form below and we'll respond as quickly as possible. For urgent issues, call directly at +420 777 038 440." buttons={[ { - text: "📞 Call Instead", href: "tel:+420777038440"}, + text: "📞 Call Instead", href: "tel:+420777038440" + }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -88,16 +91,19 @@ export default function ContactPage() { tag="Quick Info" tagIcon={Info} tagAnimation="slide-up" - textboxLayout="spread" + textboxLayout="default" useInvertedBackground={false} animationType="opacity" metrics={[ { - id: "info-1", category: "Address", title: "Husova 909", subtitle: "Planá nad Lužnicí", value: "39111 Czech Republic"}, + id: "info-1", category: "Address", title: "Husova 909", subtitle: "Planá nad Lužnicí", value: "39111 Czech Republic" + }, { - id: "info-2", category: "Phone", title: "+420 777 038 440", subtitle: "Direct Line", value: "Call Anytime"}, + id: "info-2", category: "Phone", title: "+420 777 038 440", subtitle: "Direct Line", value: "Call Anytime" + }, { - id: "info-3", category: "Hours", title: "Monday - Friday", subtitle: "8:00 - 18:00", value: "Saturday by Appointment"}, + id: "info-3", category: "Hours", title: "Monday - Friday", subtitle: "8:00 - 18:00", value: "Saturday by Appointment" + }, ]} textBoxTitleClassName="text-3xl md:text-4xl font-bold" textBoxDescriptionClassName="text-lg text-foreground/70" @@ -111,10 +117,12 @@ export default function ContactPage() { socialLinks={[ { icon: Phone, - href: "tel:+420777038440", ariaLabel: "Call XtremeBikes"}, + href: "tel:+420777038440", ariaLabel: "Call XtremeBikes" + }, { icon: MapPin, - href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Google Maps Directions"}, + href: "https://maps.google.com/?q=Husova+909+Planá+nad+Lužnicí", ariaLabel: "Google Maps Directions" + }, ]} ariaLabel="Site footer with contact information" containerClassName="bg-card border-t border-accent/30"