diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b72d922..c832502 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,7 +33,8 @@ export default function AboutPage() { { name: "Blog", id: "blog" }, ]} button={{ - text: "Contact Us", href: "/contact"}} + text: "Contact Us", href: "/contact" + }} animateOnLoad={true} /> @@ -46,9 +47,11 @@ export default function AboutPage() { description="Since establishing operations in Tbilisi, we have been committed to delivering premium brake safety solutions to drivers across Georgia. As the official SATO representative, we ensure every product meets international standards and our team provides expert installation and consultation services. Our focus is on quality, safety, and customer satisfaction." metrics={[ { - value: "10+", title: "Years of Trusted Service"}, + value: "10+", title: "Years of Trusted Service" + }, { - value: "5000+", title: "Satisfied Customers"}, + value: "5000+", title: "Satisfied Customers" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-customer-interaction-with-mechanic_1170-1431.jpg?_wi=2" imageAlt="modern automotive showroom professional" @@ -67,13 +70,17 @@ export default function AboutPage() { avatarsAnimation="slide-up" avatars={[ { - src: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", alt: "professional male portrait headshot"}, + src: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", alt: "professional male portrait headshot" + }, { - src: "http://img.b2bpic.net/free-photo/handsome-man-is-buyer-standing-new-car-dealer-center-looking-camera_146671-14877.jpg", alt: "professional female portrait headshot"}, + src: "http://img.b2bpic.net/free-photo/handsome-man-is-buyer-standing-new-car-dealer-center-looking-camera_146671-14877.jpg", alt: "professional female portrait headshot" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "professional male business headshot portrait"}, + src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "professional male business headshot portrait" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", alt: "professional female business portrait headshot"}, + src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", alt: "professional female business portrait headshot" + }, ]} useInvertedBackground={false} /> @@ -87,12 +94,15 @@ export default function AboutPage() { description="Contact our team today to learn more about our products, services, or to visit our Tbilisi showroom. We're here to answer all your questions about brake system solutions." buttons={[ { - text: "Call Now", href: "tel:+995322999888"}, + text: "Call Now", href: "tel:+995322999888" + }, { - text: "Visit Showroom", href: "/contact"}, + text: "Visit Showroom", href: "/contact" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -104,13 +114,16 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/satobrakesgeorgia", ariaLabel: "Facebook"}, + href: "https://facebook.com/satobrakesgeorgia", ariaLabel: "Facebook" + }, { icon: Instagram, - href: "https://instagram.com/satobrakesgeorgia", ariaLabel: "Instagram"}, + href: "https://instagram.com/satobrakesgeorgia", ariaLabel: "Instagram" + }, { icon: Phone, - href: "tel:+995322999888", ariaLabel: "Call Us"}, + href: "tel:+995322999888", ariaLabel: "Call Us" + }, ]} />