Update src/app/about/page.tsx

This commit is contained in:
2026-03-05 02:13:45 +00:00
parent 6467e843ab
commit 65b2109270

View File

@@ -17,8 +17,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Drain Cleaning", href: "/services" },
{ label: "Sewer Line Repair", href: "/services" },
{ label: "Emergency Service", href: "#emergency" },
@@ -26,8 +25,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Service Areas", href: "/about" },
@@ -35,8 +33,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -73,6 +70,7 @@ export default function AboutPage() {
]}
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -85,65 +83,17 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell, Homeowner",
date: "Date: January 2025",
title: "Prices are fair and would highly recommend",
quote: "Prices are fair and would highly recommend for all your plumbing needs. They were professional, courteous, and completed the work quickly.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
},
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: January 2025", title: "Prices are fair and would highly recommend", quote: "Prices are fair and would highly recommend for all your plumbing needs. They were professional, courteous, and completed the work quickly.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
{
id: "2",
name: "John Reynolds, Property Manager",
date: "Date: December 2024",
title: "They came out in a timely manner",
quote: "They came out in a timely manner and very reasonably priced. Great service and would definitely call them again for any plumbing issues.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8",
},
id: "2", name: "John Reynolds, Property Manager", date: "Date: December 2024", title: "They came out in a timely manner", quote: "They came out in a timely manner and very reasonably priced. Great service and would definitely call them again for any plumbing issues.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
{
id: "3",
name: "Michelle Torres, Business Owner",
date: "Date: November 2024",
title: "Would be out first thing the next morning",
quote: "When we had a major plumbing issue, they responded quickly and had a solution ready. Professional and trustworthy. Highly recommended!",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=9",
},
id: "3", name: "Michelle Torres, Business Owner", date: "Date: November 2024", title: "Would be out first thing the next morning", quote: "When we had a major plumbing issue, they responded quickly and had a solution ready. Professional and trustworthy. Highly recommended!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
{
id: "4",
name: "Robert Chen, Homeowner",
date: "Date: October 2024",
title: "Fixed everything within an hour",
quote: "I called at 3:30PM, they arrived at 5:45PM and fixed everything within an hour. Honest, fair pricing, and exceptional service. This is who I call for all my plumbing needs.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=10",
},
id: "4", name: "Robert Chen, Homeowner", date: "Date: October 2024", title: "Fixed everything within an hour", quote: "I called at 3:30PM, they arrived at 5:45PM and fixed everything within an hour. Honest, fair pricing, and exceptional service. This is who I call for all my plumbing needs.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
{
id: "5",
name: "Jennifer Martinez, Landlord",
date: "Date: September 2024",
title: "Same-day service every time",
quote: "Many customers report same-day service. That's been my experience too. Reliable, professional, and they stand behind their work. Highly satisfied.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=11",
},
id: "5", name: "Jennifer Martinez, Landlord", date: "Date: September 2024", title: "Same-day service every time", quote: "Many customers report same-day service. That's been my experience too. Reliable, professional, and they stand behind their work. Highly satisfied.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
{
id: "6",
name: "David Lopez, Homeowner",
date: "Date: August 2024",
title: "Honest advice I can trust",
quote: "They told me what could wait and what needed immediate attention. No upselling, just honest advice. That's rare in this business. Great people.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=12",
},
id: "6", name: "David Lopez, Homeowner", date: "Date: August 2024", title: "Honest advice I can trust", quote: "They told me what could wait and what needed immediate attention. No upselling, just honest advice. That's rare in this business. Great people.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
]}
/>
</div>