Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-12 17:37:13 +00:00
2 changed files with 41 additions and 175 deletions

View File

@@ -40,9 +40,7 @@ export default function HomePage() {
brandName="Greene Plumbing"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(478)746-3201",
}}
text: "Call Now", href: "tel:(478)746-3201"}}
/>
</div>
@@ -53,17 +51,11 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", alt: "Satisfied customer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", alt: "Satisfied customer"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg", alt: "Satisfied customer"},
]}
avatarText="Serving Macon since 2005"
buttons={[
@@ -98,46 +90,19 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Emergency Plumbing Repairs",
description: "Burst pipes, major leaks, and urgent issues fixed fast. Available 24/7 for emergency calls. We respond quickly to minimize water damage and restore service.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-smiling-while-repairing-car_1170-1227.jpg?_wi=1",
imageAlt: "Emergency plumbing repair",
},
title: "Emergency Plumbing Repairs", description: "Burst pipes, major leaks, and urgent issues fixed fast. Available 24/7 for emergency calls. We respond quickly to minimize water damage and restore service.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-smiling-while-repairing-car_1170-1227.jpg?_wi=1", imageAlt: "Emergency plumbing repair"},
{
id: 2,
title: "Drain Cleaning & Clog Removal",
description: "Slow drains, clogged toilets, and sewer backups cleared using professional equipment. We use hydro-jetting and snake techniques for effective long-term results.",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
imageAlt: "Drain cleaning service",
},
title: "Drain Cleaning & Clog Removal", description: "Slow drains, clogged toilets, and sewer backups cleared using professional equipment. We use hydro-jetting and snake techniques for effective long-term results.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Drain cleaning service"},
{
id: 3,
title: "Water Heater Services",
description: "Repair, installation, and maintenance of water heaters. We service tankless and traditional units. Fast diagnosis and honest recommendations for replacement vs. repair.",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=1",
imageAlt: "Water heater installation",
},
title: "Water Heater Services", description: "Repair, installation, and maintenance of water heaters. We service tankless and traditional units. Fast diagnosis and honest recommendations for replacement vs. repair.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=1", imageAlt: "Water heater installation"},
{
id: 4,
title: "Pipe Replacement & Repair",
description: "Old, corroded, or burst pipes replaced with modern materials. We handle copper, PVC, PEX, and galvanized piping. Comprehensive solutions for old homes.",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg",
imageAlt: "Pipe repair work",
},
title: "Pipe Replacement & Repair", description: "Old, corroded, or burst pipes replaced with modern materials. We handle copper, PVC, PEX, and galvanized piping. Comprehensive solutions for old homes.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Pipe repair work"},
{
id: 5,
title: "Fixture Installation",
description: "Professional installation of toilets, sinks, faucets, and garbage disposals. We ensure proper connection and functionality. Upgrades available for modern, water-efficient fixtures.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-teaching-kid-how-shave_23-2149450885.jpg",
imageAlt: "Fixture installation",
},
{
id: 6,
title: "Commercial Plumbing",
description: "Full-service plumbing for businesses, offices, restaurants, and commercial buildings. Preventative maintenance, repairs, and system installations for larger systems.",
imageSrc: "http://img.b2bpic.net/free-photo/people-room-man-entering_23-2147656727.jpg?_wi=1",
imageAlt: "Commercial plumbing service",
},
title: "Fixture Installation", description: "Professional installation of toilets, sinks, faucets, and garbage disposals. We ensure proper connection and functionality. Upgrades available for modern, water-efficient fixtures.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-teaching-kid-how-shave_23-2149450885.jpg", imageAlt: "Fixture installation"},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -152,8 +117,7 @@ export default function HomePage() {
metrics={[
{ id: "1", icon: Zap, title: "Same-Day Service", value: "90%" },
{ id: "2", icon: Star, title: "Customer Satisfaction", value: "98%" },
{ id: "3", icon: MapPin, title: "Local Service Area", value: "6 Areas" },
{ id: "4", icon: Briefcase, title: "Licensed & Insured", value: "Yes" },
{ id: "3", icon: Briefcase, title: "Licensed & Insured", value: "Yes" },
]}
animationType="scale-rotate"
textboxLayout="default"
@@ -167,59 +131,17 @@ export default function HomePage() {
description="Real feedback from homeowners and businesses in Macon who trust Greene Plumbing for their plumbing needs."
testimonials={[
{
id: "1",
title: "Fast Response to Emergency Leak",
quote: "My water heater burst at midnight. Greene Plumbing answered immediately and had a technician at my door within 30 minutes. Professional, courteous, and fair pricing. Can't ask for better service.",
name: "Robert Thompson",
role: "Homeowner, East Macon",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1",
imageAlt: "Robert Thompson",
},
id: "1", title: "Fast Response to Emergency Leak", quote: "My water heater burst at midnight. Greene Plumbing answered immediately and had a technician at my door within 30 minutes. Professional, courteous, and fair pricing. Can't ask for better service.", name: "Robert Thompson", role: "Homeowner, East Macon", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1", imageAlt: "Robert Thompson"},
{
id: "2",
title: "Expert Drain Cleaning Solution",
quote: "We had chronic drain issues in our restaurant. Greene Plumbing diagnosed the problem, fixed it permanently with hydro-jetting, and hasn't recurred in two years. Great service for commercial clients.",
name: "Maria Rodriguez",
role: "Restaurant Owner, Downtown Macon",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=1",
imageAlt: "Maria Rodriguez",
},
id: "2", title: "Expert Drain Cleaning Solution", quote: "We had chronic drain issues in our restaurant. Greene Plumbing diagnosed the problem, fixed it permanently with hydro-jetting, and hasn't recurred in two years. Great service for commercial clients.", name: "Maria Rodriguez", role: "Restaurant Owner, Downtown Macon", imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=1", imageAlt: "Maria Rodriguez"},
{
id: "3",
title: "Honest and Reliable",
quote: "They came to quote water heater repair, but suggested replacement instead because it would be more cost-effective long-term. Honest advice like that is rare. They completed the installation same day.",
name: "Jennifer Lee",
role: "Homeowner, Westside",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=1",
imageAlt: "Jennifer Lee",
},
id: "3", title: "Honest and Reliable", quote: "They came to quote water heater repair, but suggested replacement instead because it would be more cost-effective long-term. Honest advice like that is rare. They completed the installation same day.", name: "Jennifer Lee", role: "Homeowner, Westside", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=1", imageAlt: "Jennifer Lee"},
{
id: "4",
title: "Professional Plumbing Team",
quote: "Greene Plumbing handled our whole-house repiping project. Clean work, minimal disruption, and they explained everything clearly. Fair pricing and finished on schedule. Highly recommend.",
name: "David Patterson",
role: "Homeowner, Byron",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-posing-blurred-brick-wall_23-2148465256.jpg?_wi=1",
imageAlt: "David Patterson",
},
id: "4", title: "Professional Plumbing Team", quote: "Greene Plumbing handled our whole-house repiping project. Clean work, minimal disruption, and they explained everything clearly. Fair pricing and finished on schedule. Highly recommend.", name: "David Patterson", role: "Homeowner, Byron", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-posing-blurred-brick-wall_23-2148465256.jpg?_wi=1", imageAlt: "David Patterson"},
{
id: "5",
title: "Trustworthy Local Business",
quote: "I've used Greene Plumbing three times over five years. Same quality, reliability, and honest pricing every time. They're my go-to for any plumbing issues. Best local plumber in Macon.",
name: "Susan Mitchell",
role: "Homeowner, Warner Robins",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1",
imageAlt: "Susan Mitchell",
},
id: "5", title: "Trustworthy Local Business", quote: "I've used Greene Plumbing three times over five years. Same quality, reliability, and honest pricing every time. They're my go-to for any plumbing issues. Best local plumber in Macon.", name: "Susan Mitchell", role: "Homeowner, Warner Robins", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Susan Mitchell"},
{
id: "6",
title: "Emergency Service That Delivers",
quote: "Sewage backup on a Sunday? Greene Plumbing was there, fixed the issue, and cleaned up thoroughly. No panic, no upsell, just professional work. That's reliability you can trust.",
name: "James Coleman",
role: "Property Manager, Bibb County",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg?_wi=1",
imageAlt: "James Coleman",
},
id: "6", title: "Emergency Service That Delivers", quote: "Sewage backup on a Sunday? Greene Plumbing was there, fixed the issue, and cleaned up thoroughly. No panic, no upsell, just professional work. That's reliability you can trust.", name: "James Coleman", role: "Property Manager, Bibb County", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg?_wi=1", imageAlt: "James Coleman"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -233,45 +155,21 @@ export default function HomePage() {
tag="Help"
faqs={[
{
id: "1",
title: "Do you offer 24/7 emergency plumbing service?",
content: "Yes, Greene Plumbing provides 24/7 emergency service for burst pipes, major leaks, water damage, and urgent plumbing issues. Call (478) 746-3201 anytime, day or night. We aim to respond within 30-45 minutes in most areas.",
},
id: "1", title: "Do you offer 24/7 emergency plumbing service?", content: "Yes, Greene Plumbing provides 24/7 emergency service for burst pipes, major leaks, water damage, and urgent plumbing issues. Call (478) 746-3201 anytime, day or night. We aim to respond within 30-45 minutes in most areas."},
{
id: "2",
title: "Are you licensed and insured?",
content: "Yes, Greene Plumbing is fully licensed, bonded, and insured. Our technicians are certified professionals trained in the latest plumbing and heating techniques. We stand behind all our work with a warranty on labor and parts.",
},
id: "2", title: "Are you licensed and insured?", content: "Yes, Greene Plumbing is fully licensed, bonded, and insured. Our technicians are certified professionals trained in the latest plumbing and heating techniques. We stand behind all our work with a warranty on labor and parts."},
{
id: "3",
title: "What areas do you serve?",
content: "We proudly serve Macon, Warner Robins, Byron, Forsyth, Centerville, and surrounding areas in Bibb County. Most service calls are completed same-day. For large projects, we provide detailed timelines upfront.",
},
id: "3", title: "What areas do you serve?", content: "We proudly serve Macon, Warner Robins, Byron, Forsyth, and Centerville. Most service calls are completed same-day. For large projects, we provide detailed timelines upfront."},
{
id: "4",
title: "How much does plumbing repair cost?",
content: "Pricing depends on the specific issue, parts needed, and labor time. We provide free estimates before starting work so you know the cost upfront. No surprise charges. We offer honest assessments and recommend cost-effective solutions.",
},
id: "4", title: "How much does plumbing repair cost?", content: "Pricing depends on the specific issue, parts needed, and labor time. We provide free estimates before starting work so you know the cost upfront. No surprise charges. We offer honest assessments and recommend cost-effective solutions."},
{
id: "5",
title: "Can you fix my water heater or should I replace it?",
content: "We evaluate each water heater based on age, performance, and repair cost. If repair will cost more than 50% of replacement, we recommend replacement for better long-term value. We service tankless, traditional, and hybrid units.",
},
id: "5", title: "Can you fix my water heater or should I replace it?", content: "We evaluate each water heater based on age, performance, and repair cost. If repair will cost more than 50% of replacement, we recommend replacement for better long-term value. We service tankless, traditional, and hybrid units."},
{
id: "6",
title: "Do you service commercial properties?",
content: "Yes, we provide comprehensive plumbing services for businesses, restaurants, offices, and commercial buildings. We schedule maintenance during off-hours to minimize disruption and offer preventative service plans.",
},
id: "6", title: "Do you service commercial properties?", content: "Yes, we provide comprehensive plumbing services for businesses, restaurants, offices, and commercial buildings. We schedule maintenance during off-hours to minimize disruption and offer preventative service plans."},
{
id: "7",
title: "What should I do if I have a burst pipe?",
content: "Turn off the main water supply immediately to minimize water damage. Call Greene Plumbing at (478) 746-3201 right away. We provide emergency response and can assess damage and provide repair solutions quickly.",
},
id: "7", title: "What should I do if I have a burst pipe?", content: "Turn off the main water supply immediately to minimize water damage. Call Greene Plumbing at (478) 746-3201 right away. We provide emergency response and can assess damage and provide repair solutions quickly."},
{
id: "8",
title: "Do you offer financing or payment plans?",
content: "We accept all major credit cards and discuss payment options for larger projects. Contact us to discuss financing for significant repairs or installations. We work with you to make service affordable.",
},
id: "8", title: "Do you offer financing or payment plans?", content: "We accept all major credit cards and discuss payment options for larger projects. Contact us to discuss financing for significant repairs or installations. We work with you to make service affordable."},
]}
textboxLayout="default"
faqsAnimation="slide-up"
@@ -297,8 +195,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Service",
items: [
title: "Service", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater", href: "/services" },
@@ -307,8 +204,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Service Area", href: "/service-area" },
{ label: "Reviews", href: "/reviews" },
@@ -317,8 +213,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(478) 746-3201", href: "tel:(478)746-3201" },
{ label: "2678 Roff Ave, Macon, GA 31204", href: "#" },
{ label: "Open Until 4 PM", href: "#" },

View File

@@ -7,7 +7,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Zap, Star, MapPin, Briefcase, Phone } from "lucide-react";
import { Zap, Star, Briefcase, Phone } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -37,9 +37,7 @@ export default function ServicesPage() {
brandName="Greene Plumbing"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(478)746-3201",
}}
text: "Call Now", href: "tel:(478)746-3201"}}
/>
</div>
@@ -52,22 +50,13 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Emergency Plumbing Repairs",
description: "Burst pipes, major leaks, and urgent issues fixed fast. Available 24/7 for emergency calls. We respond quickly to minimize water damage and restore service.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-smiling-while-repairing-car_1170-1227.jpg?_wi=2",
},
title: "Emergency Plumbing Repairs", description: "Burst pipes, major leaks, and urgent issues fixed fast. Available 24/7 for emergency calls. We respond quickly to minimize water damage and restore service.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-smiling-while-repairing-car_1170-1227.jpg?_wi=2"},
{
id: 2,
title: "Drain Cleaning & Clog Removal",
description: "Slow drains, clogged toilets, and sewer backups cleared using professional equipment. We use hydro-jetting and snake techniques for effective long-term results.",
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
},
title: "Drain Cleaning & Clog Removal", description: "Slow drains, clogged toilets, and sewer backups cleared using professional equipment. We use hydro-jetting and snake techniques for effective long-term results.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2"},
{
id: 3,
title: "Water Heater Services",
description: "Repair, installation, and maintenance of water heaters. We service tankless and traditional units. Fast diagnosis and honest recommendations for replacement vs. repair.",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=2",
},
title: "Water Heater Services", description: "Repair, installation, and maintenance of water heaters. We service tankless and traditional units. Fast diagnosis and honest recommendations for replacement vs. repair.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=2"},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -82,29 +71,14 @@ export default function ServicesPage() {
description="We maintain the highest standards of professionalism and quality in every project we undertake for our valued Macon customers."
metrics={[
{
id: "1",
icon: Zap,
title: "Same-Day Service",
value: "90%",
},
id: "1", icon: Zap,
title: "Same-Day Service", value: "90%"},
{
id: "2",
icon: Star,
title: "Customer Satisfaction",
value: "98%",
},
id: "2", icon: Star,
title: "Customer Satisfaction", value: "98%"},
{
id: "3",
icon: MapPin,
title: "Local Service Area",
value: "6 Areas",
},
{
id: "4",
icon: Briefcase,
title: "Licensed & Insured",
value: "Yes",
},
id: "3", icon: Briefcase,
title: "Licensed & Insured", value: "Yes"},
]}
animationType="scale-rotate"
textboxLayout="default"
@@ -132,8 +106,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Service",
items: [
title: "Service", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater", href: "/services" },
@@ -142,8 +115,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Service Area", href: "/service-area" },
{ label: "Reviews", href: "/reviews" },
@@ -152,8 +124,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(478) 746-3201", href: "tel:(478)746-3201" },
{ label: "2678 Roff Ave, Macon, GA 31204", href: "#" },
{ label: "Open Until 4 PM", href: "#" },