Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 19:52:00 +00:00
parent 734022a269
commit eaa2254d62

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repairs", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -30,8 +29,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -39,8 +37,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (01) 287 8952", href: "tel:+353128788952" },
{ label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow", href: "#" },
{ label: "plumbergreystones.ie", href: "https://plumbergreystones.ie" },
@@ -80,10 +77,11 @@ export default function AboutPage() {
{ value: "26+", title: "Google Reviews (4.7 Stars)" },
{ value: "Local", title: "Greystones-Based & Trusted" },
]}
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg"
imageAlt="professional plumbing team portrait"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -91,12 +89,8 @@ export default function AboutPage() {
<FeatureCardTen
features={[
{
id: "1",
title: "Emergency Plumbing",
description: "24/7 emergency plumbing response for burst pipes, leaks, and urgent issues. Fast response times in Greystones and surrounding areas.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg?_wi=3",
},
id: "1", title: "Emergency Plumbing", description: "24/7 emergency plumbing response for burst pipes, leaks, and urgent issues. Fast response times in Greystones and surrounding areas.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg"},
items: [
{ icon: Clock, text: "Same-day emergency service" },
{ icon: Phone, text: "Call anytime for urgent issues" },
@@ -105,12 +99,8 @@ export default function AboutPage() {
reverse: false,
},
{
id: "2",
title: "Leak Detection & Repair",
description: "Expert leak detection and repair services to prevent water damage and wastage. We locate and fix leaks quickly and efficiently.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=3",
},
id: "2", title: "Leak Detection & Repair", description: "Expert leak detection and repair services to prevent water damage and wastage. We locate and fix leaks quickly and efficiently.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg"},
items: [
{ icon: Droplet, text: "Advanced leak detection" },
{ icon: Wrench, text: "Expert repair work" },
@@ -119,12 +109,8 @@ export default function AboutPage() {
reverse: true,
},
{
id: "3",
title: "Shower Installation & Repair",
description: "Professional shower installation, replacement, and repair services. From fixing low pressure to installing modern shower systems.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=3",
},
id: "3", title: "Shower Installation & Repair", description: "Professional shower installation, replacement, and repair services. From fixing low pressure to installing modern shower systems.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg"},
items: [
{ icon: Droplet, text: "Modern shower systems" },
{ icon: Zap, text: "Fix low water pressure" },
@@ -146,25 +132,13 @@ export default function AboutPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Homeowner",
testimonial: "Excellent service, very professional. Ken has attended to multiple issues at our house over the years and the quality of work has always been excellent.",
icon: Star,
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Excellent service, very professional. Ken has attended to multiple issues at our house over the years and the quality of work has always been excellent.", icon: Star,
},
{
id: "2",
name: "Michael Chen",
role: "Property Manager",
testimonial: "Ken fitted a new shower unit and fixed the low pressure in my tap. Really neat finish and very accommodating.",
icon: Star,
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Ken fitted a new shower unit and fixed the low pressure in my tap. Really neat finish and very accommodating.", icon: Star,
},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
testimonial: "Fast response time for our emergency plumbing issue. Professional, knowledgeable, and fairly priced. Highly recommended!",
icon: Star,
id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "Fast response time for our emergency plumbing issue. Professional, knowledgeable, and fairly priced. Highly recommended!", icon: Star,
},
]}
title="What Our Customers Say"