Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 20:21:53 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -78,10 +78,10 @@ export default function LandingPage() {
tag="Services"
features={[
{
id: "1", title: "Emergency Plumbing", description: "Available 24/7 for burst pipes, major leaks, and urgent issues. Rapid response guaranteed.", tag: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "emergency plumbing service 24/7 response"
id: "1", title: "Emergency Plumbing", description: "Available 24/7 for burst pipes, major leaks, and urgent issues. Rapid response guaranteed.", tag: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "emergency plumbing service 24/7 response"
},
{
id: "2", title: "Sump Pump Repair", description: "Expert installation, repair, and maintenance of sump pumps to protect your basement.", tag: "Basement", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "sump pump repair installation basement"
id: "2", title: "Sump Pump Repair", description: "Expert installation, repair, and maintenance of sump pumps to protect your basement.", tag: "Basement", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "sump pump repair installation basement"
},
{
id: "3", title: "Drain Cleaning", description: "Professional drain cleaning using advanced equipment. Removes clogs and prevents future issues.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "drain cleaning professional plumber service"
@@ -90,7 +90,7 @@ export default function LandingPage() {
id: "4", title: "Water Heater Repair", description: "Fast repair or replacement of gas and electric water heaters. Same-day service available.", tag: "Hot Water", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", imageAlt: "water heater repair installation service"
},
{
id: "5", title: "Pipe Repair & Replacement", description: "Leak detection and professional pipe repair. We handle all pipe materials and sizes.", tag: "Pipes", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "pipe repair burst pipe emergency"
id: "5", title: "Pipe Repair & Replacement", description: "Leak detection and professional pipe repair. We handle all pipe materials and sizes.", tag: "Pipes", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "pipe repair burst pipe emergency"
},
{
id: "6", title: "Gas Line Repair", description: "Licensed gas line installation, inspection, and repair. Safety certified and insured.", tag: "Licensed", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "gas line repair installation safety"
@@ -110,13 +110,13 @@ export default function LandingPage() {
tag="Why Us"
features={[
{
id: "1", title: "24/7 Emergency Service", description: "We're available anytime, day or night. Call us for immediate help with plumbing emergencies.", tag: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "emergency plumbing service 24/7 response"
id: "1", title: "24/7 Emergency Service", description: "We're available anytime, day or night. Call us for immediate help with plumbing emergencies.", tag: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", imageAlt: "emergency plumbing service 24/7 response"
},
{
id: "2", title: "Honest Pricing", description: "No hidden fees. Transparent pricing upfront so you know exactly what you're paying.", tag: "Fair Rates", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "sump pump repair installation basement"
id: "2", title: "Honest Pricing", description: "No hidden fees. Transparent pricing upfront so you know exactly what you're paying.", tag: "Fair Rates", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2", imageAlt: "sump pump repair installation basement"
},
{
id: "3", title: "Experienced Plumbers", description: "Licensed, insured, and highly trained professionals with years of local experience.", tag: "Expert Team", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "pipe repair burst pipe emergency"
id: "3", title: "Experienced Plumbers", description: "Licensed, insured, and highly trained professionals with years of local experience.", tag: "Expert Team", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "pipe repair burst pipe emergency"
}
]}
animationType="slide-up"