Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 21:08:00 +00:00
parent 1216015a0e
commit 1795feefb0

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -115,8 +106,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -124,8 +114,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -133,8 +122,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },