From f141d60f5b754590f70cb92dcaef132251f86243 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:53:24 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 708fb74..bae9fcc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="small" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -56,19 +56,13 @@ export default function AboutPage() { { icon: TrendingUp, label: "Years in Business", value: "15+" }, { icon: Users, - label: "Satisfied Customers", - value: "5,000+", - }, + label: "Satisfied Customers", value: "5,000+"}, { icon: CheckCircle, - label: "Licenses & Certifications", - value: "NJ Licensed", - }, + label: "Licenses & Certifications", value: "NJ Licensed"}, { icon: MapPin, - label: "Service Area", - value: "Hudson County", - }, + label: "Service Area", value: "Hudson County"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -87,25 +81,16 @@ export default function AboutPage() { features={[ { id: 1, - title: "Customer First", - description: - "Your satisfaction is our top priority. We listen to your needs and provide solutions that work best for your home and budget.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=4", - }, + title: "Customer First", description: + "Your satisfaction is our top priority. We listen to your needs and provide solutions that work best for your home and budget.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"}, { id: 2, - title: "Professional Excellence", - description: - "Our team stays current with the latest plumbing technologies and best practices. Every technician is licensed, trained, and fully insured.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3", - }, + title: "Professional Excellence", description: + "Our team stays current with the latest plumbing technologies and best practices. Every technician is licensed, trained, and fully insured.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg"}, { id: 3, - title: "Transparent & Fair", - description: - "No hidden fees. We explain the problem, discuss options, and provide upfront pricing before any work begins.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=3", - }, + title: "Transparent & Fair", description: + "No hidden fees. We explain the problem, discuss options, and provide upfront pricing before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"}, ]} animationType="slide-up" textboxLayout="default" @@ -126,7 +111,7 @@ export default function AboutPage() { { text: "Get Free Estimate", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} containerClassName="mx-auto px-4 md:px-6" />