diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2d3f3c8..60e8879 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -70,7 +70,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Experience" }, { value: "5000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg" imageAlt="JMJ Sewer Service team" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -90,37 +90,19 @@ export default function AboutPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Robert Martinez", - role: "Homeowner", - testimonial: - "JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", - imageAlt: "Robert Martinez", - icon: ThumbsUp, + id: "1", name: "Robert Martinez", role: "Homeowner", testimonial: + "JMJ responded to my emergency sewer backup within an hour. The technician was professional, knowledgeable, and fixed the problem quickly. Highly recommend!", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Martinez", icon: ThumbsUp, }, { - id: "2", - name: "Sarah Thompson", - role: "Property Manager", - testimonial: - "We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.", - imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", - imageAlt: "Sarah Thompson", - icon: ThumbsUp, + id: "2", name: "Sarah Thompson", role: "Property Manager", testimonial: + "We use JMJ for all our property maintenance. Their preventive drain cleaning program has saved us from expensive repairs. Excellent service.", imageSrc: + "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Thompson", icon: ThumbsUp, }, { - id: "3", - name: "James Anderson", - role: "Business Owner", - testimonial: - "Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!", - imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", - imageAlt: "James Anderson", - icon: ThumbsUp, + id: "3", name: "James Anderson", role: "Business Owner", testimonial: + "Reliable, professional, and affordable. JMJ fixed our commercial sewer line without disrupting our business. Outstanding work!", imageSrc: + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Anderson", icon: ThumbsUp, }, ]} />