Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 03:46:06 +00:00
parent bf0985284d
commit 7aa97a9823

View File

@@ -24,7 +24,7 @@ export default function AboutPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="medium" sizing="medium"
background="noise" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -43,10 +43,7 @@ export default function AboutPage() {
<TextSplitAbout <TextSplitAbout
title="About Clog Kings Tampa" title="About Clog Kings Tampa"
description={[ description={[
"Clog Kings Tampa is a family-owned and operated plumbing company proudly serving Tampa and surrounding areas. Founded with a commitment to exceptional customer service, we've become the trusted choice for over 10,000 satisfied customers.", "Clog Kings Tampa is a family-owned and operated plumbing company proudly serving Tampa and surrounding areas. Founded with a commitment to exceptional customer service, we've become the trusted choice for over 10,000 satisfied customers.", "Our mission is simple: provide fast, affordable, and reliable plumbing solutions with complete transparency. We believe in building long-term relationships with our customers by delivering outstanding results every single time.", "With a 4.9-star rating from 75+ verified Google reviews, our reputation speaks for itself. Every team member is fully licensed, background checked, and Google Verified. We're available 24/7 because emergencies don't wait for business hours."]}
"Our mission is simple: provide fast, affordable, and reliable plumbing solutions with complete transparency. We believe in building long-term relationships with our customers by delivering outstanding results every single time.",
"With a 4.9-star rating from 75+ verified Google reviews, our reputation speaks for itself. Every team member is fully licensed, background checked, and Google Verified. We're available 24/7 because emergencies don't wait for business hours.",
]}
buttons={[ buttons={[
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" }, { text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "View Our Services", href: "/services" }, { text: "View Our Services", href: "/services" },
@@ -66,41 +63,17 @@ export default function AboutPage() {
cardAnimation="slide-up" cardAnimation="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Sarah Johnson - satisfied customer"},
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=3",
imageAlt: "Sarah Johnson - satisfied customer",
},
{ {
id: "2", id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen - happy homeowner"},
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "Michael Chen - happy homeowner",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez - customer testimonial"},
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Emily Rodriguez - customer testimonial",
},
{ {
id: "4", id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim - verified review"},
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageAlt: "David Kim - verified review",
},
{ {
id: "5", id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Jessica Martinez - trusted customer"},
name: "Jessica Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=4",
imageAlt: "Jessica Martinez - trusted customer",
},
{ {
id: "6", id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Robert Thompson - 5-star review"},
name: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2",
imageAlt: "Robert Thompson - 5-star review",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Customer testimonials and reviews" ariaLabel="Customer testimonials and reviews"