From da8f363fec8912c1c4aaea051e507fa8a2acc8e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:49 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 128 +++++++++++------------------------------ 1 file changed, 32 insertions(+), 96 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6f99686..09fec68 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get a Free Quote", - href: "/contact", - }} + text: "Get a Free Quote", href: "/contact"}} animateOnLoad={true} /> @@ -49,24 +47,16 @@ export default function AboutPage() { imageAlt="Precision Exterior Services professional team" buttons={[ { - text: "Contact Us", - href: "/contact", - }, + text: "Contact Us", href: "/contact"}, ]} testimonials={[ { - name: "Our Mission", - handle: "Excellence in Service", - testimonial: - "To provide exceptional exterior services that transform properties and exceed customer expectations. We're committed to reliability, quality, and building lasting relationships.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg?_wi=3", - imageAlt: "Our mission", - }, + name: "Our Mission", handle: "Excellence in Service", testimonial: + "To provide exceptional exterior services that transform properties and exceed customer expectations. We're committed to reliability, quality, and building lasting relationships.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg", imageAlt: "Our mission"}, ]} background={{ - variant: "aurora", - }} + variant: "glowing-orb"}} useInvertedBackground={false} mediaAnimation="slide-up" tagAnimation="slide-up" @@ -78,15 +68,11 @@ export default function AboutPage() {