Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-08 19:52:05 +00:00
4 changed files with 145 additions and 368 deletions

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"

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Clock, Phone, CheckCircle, Award, Star } from "lucide-react";
import { Clock, Phone, CheckCircle, Award, Star, Droplet, Wrench, Shield, Zap, Flame, ThermometerSun } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -38,9 +38,7 @@ export default function HomePage() {
brandName="Greystones Plumbing"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+353128788952",
}}
text: "Call Now", href: "tel:+353128788952"}}
/>
</div>
@@ -50,13 +48,9 @@ export default function HomePage() {
description="Professional plumbing and heating services for homes across Wicklow. Same-day emergency response available."
buttons={[
{
text: "Call Now: (01) 287 8952",
href: "tel:+353128788952",
},
text: "Call Now: (01) 287 8952", href: "tel:+353128788952"},
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg"
imageAlt="Professional plumber fixing a kitchen sink"
@@ -69,102 +63,74 @@ export default function HomePage() {
<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: {
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=1",
},
"http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg"},
items: [
{
icon: Clock,
text: "Same-day emergency service",
},
text: "Same-day emergency service"},
{
icon: Phone,
text: "Call anytime for urgent issues",
},
text: "Call anytime for urgent issues"},
{
icon: CheckCircle,
text: "Professional and reliable",
},
text: "Professional and reliable"},
],
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: {
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=1",
},
"http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg"},
items: [
{
icon: Clock,
text: "Advanced leak detection",
},
text: "Advanced leak detection"},
{
icon: Phone,
text: "Expert repair work",
},
text: "Expert repair work"},
{
icon: CheckCircle,
text: "Prevent costly water damage",
},
text: "Prevent costly water damage"},
],
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: {
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=1",
},
"http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg"},
items: [
{
icon: Clock,
text: "Modern shower systems",
},
text: "Modern shower systems"},
{
icon: Phone,
text: "Fix low water pressure",
},
text: "Fix low water pressure"},
{
icon: CheckCircle,
text: "Professional installation",
},
text: "Professional installation"},
],
reverse: false,
},
{
id: "4",
title: "Boiler & Heating Repairs",
description:
"Complete boiler and heating system services including repair, maintenance, and replacement. Keep your home warm and comfortable.",
media: {
id: "4", title: "Boiler & Heating Repairs", description:
"Complete boiler and heating system services including repair, maintenance, and replacement. Keep your home warm and comfortable.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg",
},
"http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg"},
items: [
{
icon: Clock,
text: "Emergency boiler repair",
},
text: "Emergency boiler repair"},
{
icon: Phone,
text: "System maintenance",
},
text: "System maintenance"},
{
icon: CheckCircle,
text: "Heating efficiency checks",
},
text: "Heating efficiency checks"},
],
reverse: true,
},
@@ -186,18 +152,15 @@ export default function HomePage() {
description="With years of experience serving Greystones, Delgany, Bray, and across Wicklow, we've built our reputation on reliable service, quality workmanship, and fast response times. Our team is committed to solving your plumbing and heating problems professionally and affordably."
metrics={[
{
value: "26+",
title: "Google Reviews (4.7 Stars)",
},
value: "26+", title: "Google Reviews (4.7 Stars)"},
{
value: "Local",
title: "Greystones-Based & Trusted",
},
value: "Local", title: "Greystones-Based & Trusted"},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg"
imageAlt="Professional plumbing team at work"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -205,52 +168,28 @@ export default function HomePage() {
<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,
},
{
id: "4",
name: "David Kim",
role: "Landlord",
testimonial:
"Reliable and trustworthy. Always punctual and does excellent work. My tenants have been very happy with the service provided.",
icon: Star,
id: "4", name: "David Kim", role: "Landlord", testimonial:
"Reliable and trustworthy. Always punctual and does excellent work. My tenants have been very happy with the service provided.", icon: Star,
},
{
id: "5",
name: "Linda Walsh",
role: "Homeowner",
testimonial:
"Great local plumber. Fixed our boiler quickly and explained everything clearly. Will definitely use again.",
icon: Star,
id: "5", name: "Linda Walsh", role: "Homeowner", testimonial:
"Great local plumber. Fixed our boiler quickly and explained everything clearly. Will definitely use again.", icon: Star,
},
{
id: "6",
name: "James O'Brien",
role: "Property Owner",
testimonial:
"Professional service from start to finish. Ken is always friendly and gets the job done right. Five stars!",
icon: Star,
id: "6", name: "James O'Brien", role: "Property Owner", testimonial:
"Professional service from start to finish. Ken is always friendly and gets the job done right. Five stars!", icon: Star,
},
]}
title="Customer Reviews"
@@ -266,46 +205,28 @@ export default function HomePage() {
<FaqSplitMedia
faqs={[
{
id: "1",
title: "Do you offer emergency plumbing services?",
content:
"Yes! We provide 24/7 emergency plumbing services for urgent issues like burst pipes, leaks, and blocked drains. Call (01) 287 8952 anytime for immediate assistance.",
},
id: "1", title: "Do you offer emergency plumbing services?", content:
"Yes! We provide 24/7 emergency plumbing services for urgent issues like burst pipes, leaks, and blocked drains. Call (01) 287 8952 anytime for immediate assistance."},
{
id: "2",
title: "What areas do you serve?",
content:
"We proudly serve Greystones, Delgany, Bray, Kilcoole, Wicklow Town, and throughout South Dublin. We're your local trusted plumber in Wicklow.",
},
id: "2", title: "What areas do you serve?", content:
"We proudly serve Greystones, Delgany, Bray, Kilcoole, Wicklow Town, and throughout South Dublin. We're your local trusted plumber in Wicklow."},
{
id: "3",
title: "How quickly can you respond to an emergency call?",
content:
"We prioritize emergency calls and aim for same-day response in most cases. Call us immediately at (01) 287 8952 and we'll assess your situation.",
},
id: "3", title: "How quickly can you respond to an emergency call?", content:
"We prioritize emergency calls and aim for same-day response in most cases. Call us immediately at (01) 287 8952 and we'll assess your situation."},
{
id: "4",
title: "Do you provide free quotes?",
content:
"Yes, we offer free quotes for all plumbing and heating work. Contact us via phone at (01) 287 8952 or use our online quote request form.",
},
id: "4", title: "Do you provide free quotes?", content:
"Yes, we offer free quotes for all plumbing and heating work. Contact us via phone at (01) 287 8952 or use our online quote request form."},
{
id: "5",
title: "Do you handle boiler repairs?",
content:
"Absolutely! We provide boiler repair, servicing, and replacement services. Whether it's a breakdown or routine maintenance, we can help keep your heating system running smoothly.",
},
id: "5", title: "Do you handle boiler repairs?", content:
"Absolutely! We provide boiler repair, servicing, and replacement services. Whether it's a breakdown or routine maintenance, we can help keep your heating system running smoothly."},
{
id: "6",
title: "Can you fix low water pressure?",
content:
"Yes, we specialize in diagnosing and fixing low water pressure issues. This could be related to pipes, fixtures, or your main water supply. We'll find the cause and provide a solution.",
},
id: "6", title: "Can you fix low water pressure?", content:
"Yes, we specialize in diagnosing and fixing low water pressure issues. This could be related to pipes, fixtures, or your main water supply. We'll find the cause and provide a solution."},
]}
title="Frequently Asked Questions"
description="Find answers to common plumbing and heating questions"
tag="Help"
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg"
imageAlt="Professional plumber answering questions"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -321,10 +242,9 @@ export default function HomePage() {
title="Request Your Free Plumbing Quote"
description="Contact us today for a free consultation and quote. Fill out the form below or call us directly at (01) 287 8952."
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg"
imageAlt="Friendly plumber ready to help"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -338,70 +258,41 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Emergency Plumbing",
href: "#services",
},
label: "Emergency Plumbing", href: "#services"},
{
label: "Leak Repairs",
href: "#services",
},
label: "Leak Repairs", href: "#services"},
{
label: "Shower Installation",
href: "#services",
},
label: "Shower Installation", href: "#services"},
{
label: "Boiler Repairs",
href: "#services",
},
label: "Boiler Repairs", href: "#services"},
{
label: "Heating Systems",
href: "#services",
},
label: "Heating Systems", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/services",
},
label: "About Us", href: "/services"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Service Areas",
href: "#services",
},
label: "Service Areas", href: "#services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (01) 287 8952",
href: "tel:+353128788952",
},
label: "Call: (01) 287 8952", href: "tel:+353128788952"},
{
label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow",
href: "#",
},
label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow", href: "#"},
{
label: "plumbergreystones.ie",
href: "https://plumbergreystones.ie",
},
label: "plumbergreystones.ie", href: "https://plumbergreystones.ie"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}

View File

@@ -19,8 +19,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repairs", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function ReviewsPage() {
],
},
{
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" },
@@ -79,10 +76,11 @@ export default function ReviewsPage() {
{ value: "4.7★", title: "Google Rating" },
{ value: "26+", title: "Verified Reviews" },
]}
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg"
imageAlt="plumber explaining work to homeowner"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -90,46 +88,22 @@ export default function ReviewsPage() {
<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,
},
{
id: "4",
name: "David Kim",
role: "Landlord",
testimonial: "Reliable and trustworthy. Always punctual and does excellent work. My tenants have been very happy with the service provided.",
icon: Star,
id: "4", name: "David Kim", role: "Landlord", testimonial: "Reliable and trustworthy. Always punctual and does excellent work. My tenants have been very happy with the service provided.", icon: Star,
},
{
id: "5",
name: "Linda Walsh",
role: "Homeowner",
testimonial: "Great local plumber. Fixed our boiler quickly and explained everything clearly. Will definitely use again.",
icon: Star,
id: "5", name: "Linda Walsh", role: "Homeowner", testimonial: "Great local plumber. Fixed our boiler quickly and explained everything clearly. Will definitely use again.", icon: Star,
},
{
id: "6",
name: "James O'Brien",
role: "Property Owner",
testimonial: "Professional service from start to finish. Ken is always friendly and gets the job done right. Five stars!",
icon: Star,
id: "6", name: "James O'Brien", role: "Property Owner", testimonial: "Professional service from start to finish. Ken is always friendly and gets the job done right. Five stars!", icon: Star,
},
]}
title="Customer Reviews"

View File

@@ -6,7 +6,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Clock, Phone, CheckCircle, Droplet, Zap, Shield, Flame, ThermometerSun } from "lucide-react";
import { Clock, Phone, CheckCircle, Droplet, Zap, Shield, Flame, ThermometerSun, Wrench } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -35,9 +35,7 @@ export default function ServicesPage() {
brandName="Greystones Plumbing"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+353128788952",
}}
text: "Call Now", href: "tel:+353128788952"}}
/>
</div>
@@ -45,77 +43,56 @@ export default function ServicesPage() {
<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. Our emergency team is always on standby to handle urgent situations.",
media: {
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. Our emergency team is always on standby to handle urgent situations.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg"},
items: [
{
icon: Clock,
text: "Same-day emergency service",
},
text: "Same-day emergency service"},
{
icon: Phone,
text: "Call anytime for urgent issues",
},
text: "Call anytime for urgent issues"},
{
icon: CheckCircle,
text: "Professional and reliable",
},
text: "Professional and reliable"},
],
reverse: false,
},
{
id: "2",
title: "Leak Detection & Repair",
description:
"Expert leak detection and repair services to prevent water damage and wastage. We use advanced technology to locate hidden leaks and fix them quickly and efficiently. Protect your home from costly water damage.",
media: {
id: "2", title: "Leak Detection & Repair", description:
"Expert leak detection and repair services to prevent water damage and wastage. We use advanced technology to locate hidden leaks and fix them quickly and efficiently. Protect your home from costly water damage.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg"},
items: [
{
icon: Droplet,
text: "Advanced leak detection",
},
text: "Advanced leak detection"},
{
icon: Wrench,
text: "Expert repair work",
},
text: "Expert repair work"},
{
icon: Shield,
text: "Prevent costly water damage",
},
text: "Prevent costly water damage"},
],
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. We handle all brands and types of shower installations.",
media: {
id: "3", title: "Shower Installation & Repair", description:
"Professional shower installation, replacement, and repair services. From fixing low pressure to installing modern shower systems. We handle all brands and types of shower installations.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=2",
},
"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",
},
text: "Modern shower systems"},
{
icon: Zap,
text: "Fix low water pressure",
},
text: "Fix low water pressure"},
{
icon: CheckCircle,
text: "Professional installation",
},
text: "Professional installation"},
],
reverse: false,
},
@@ -133,28 +110,19 @@ export default function ServicesPage() {
<FaqSplitMedia
faqs={[
{
id: "1",
title: "What's the typical cost of a plumbing service call?",
content:
"Service call costs vary depending on the issue and complexity. We offer free quotes for all work, so contact us to discuss your specific needs and get an accurate estimate.",
},
id: "1", title: "What's the typical cost of a plumbing service call?", content:
"Service call costs vary depending on the issue and complexity. We offer free quotes for all work, so contact us to discuss your specific needs and get an accurate estimate."},
{
id: "2",
title: "How often should I have my boiler serviced?",
content:
"We recommend annual boiler servicing to ensure optimal performance and safety. Regular maintenance helps prevent breakdowns and extends the life of your system.",
},
id: "2", title: "How often should I have my boiler serviced?", content:
"We recommend annual boiler servicing to ensure optimal performance and safety. Regular maintenance helps prevent breakdowns and extends the life of your system."},
{
id: "3",
title: "What should I do if I have a burst pipe?",
content:
"Turn off the water supply immediately at the main stopcock. Then call us right away at (01) 287 8952. We provide emergency response and can usually attend within hours.",
},
id: "3", title: "What should I do if I have a burst pipe?", content:
"Turn off the water supply immediately at the main stopcock. Then call us right away at (01) 287 8952. We provide emergency response and can usually attend within hours."},
]}
title="Service-Related FAQs"
description="Common questions about our plumbing and heating services"
tag="Help"
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg"
imageAlt="Professional plumber answering questions"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -170,10 +138,9 @@ export default function ServicesPage() {
title="Book Your Service Today"
description="Contact us for a free consultation or to schedule your plumbing service. Our experienced team is ready to help solve your issues professionally."
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg"
imageAlt="Friendly plumber ready to help"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -187,70 +154,41 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Emergency Plumbing",
href: "#services",
},
label: "Emergency Plumbing", href: "#services"},
{
label: "Leak Repairs",
href: "#services",
},
label: "Leak Repairs", href: "#services"},
{
label: "Shower Installation",
href: "#services",
},
label: "Shower Installation", href: "#services"},
{
label: "Boiler Repairs",
href: "#services",
},
label: "Boiler Repairs", href: "#services"},
{
label: "Heating Systems",
href: "#services",
},
label: "Heating Systems", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/",
},
label: "About Us", href: "/"},
{
label: "Reviews",
href: "/",
},
label: "Reviews", href: "/"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (01) 287 8952",
href: "tel:+353128788952",
},
label: "Call: (01) 287 8952", href: "tel:+353128788952"},
{
label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow",
href: "#",
},
label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow", href: "#"},
{
label: "plumbergreystones.ie",
href: "https://plumbergreystones.ie",
},
label: "plumbergreystones.ie", href: "https://plumbergreystones.ie"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}