diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb62a9b..c96ecd1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function AboutPage() { { value: "Fair", title: "Honest Pricing" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg" imageAlt="Professional plumbing team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -63,21 +63,13 @@ export default function AboutPage() { author="Sarah & Mike Thompson, Grand Island Homeowner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"}, { - src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", - alt: "Customer testimonial", - }, + src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -93,7 +85,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Need a Plumber Today?" description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service" @@ -106,8 +98,7 @@ export default function AboutPage() {