Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-03-21 03:06:39 +00:00
4 changed files with 74 additions and 161 deletions

View File

@@ -10,27 +10,25 @@ import { Award, CheckCircle, Zap, Users } from "lucide-react";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
{ label: "Emergency Plumbing", href: "/" },
{ label: "Leak Repair", href: "/" },
{ label: "Drain Cleaning", href: "/" },
{ label: "Water Heater Service", href: "/" },
{ label: "Pipe Repair", href: "/" },
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater Service", href: "/services" },
{ label: "Pipe Repair", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "/about" },
{ label: "Testimonials", href: "/" },
@@ -39,8 +37,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: info@plumber.local", href: "mailto:info@plumber.local" },
{ label: "24/7 Emergency", href: "tel:+15551234567" },
@@ -49,8 +46,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -87,24 +83,16 @@ export default function AboutPage() {
metrics={[
{
icon: Award,
label: "Years Experience",
value: "25+",
},
label: "Years Experience", value: "25+"},
{
icon: CheckCircle,
label: "Licensed & Insured",
value: "Certified",
},
label: "Licensed & Insured", value: "Certified"},
{
icon: Zap,
label: "Emergency Response",
value: "24/7",
},
label: "Emergency Response", value: "24/7"},
{
icon: Users,
label: "Satisfied Customers",
value: "5000+",
},
label: "Satisfied Customers", value: "5000+"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -117,32 +105,14 @@ export default function AboutPage() {
description="Trusted by homeowners and businesses throughout the region for professional, reliable plumbing service."
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Residential Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-kitchen-decorated-christmas_93675-133749.jpg?_wi=2",
imageAlt: "happy homeowner smiling at home portrait",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Residential Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-kitchen-decorated-christmas_93675-133749.jpg?_wi=2", imageAlt: "happy homeowner smiling at home portrait"},
{
id: "2",
name: "Michael Chen",
role: "Property Manager",
company: "Commercial Building",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/research-agency-employee-sitting-office-while-using-work-computer-review-startup-project-marketing-strategy-sales-department-team-leader-developing-financial-plan-order-stabilize-budget_482257-38918.jpg?_wi=2",
imageAlt: "portrait business owner at office desk",
},
id: "2", name: "Michael Chen", role: "Property Manager", company: "Commercial Building", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/research-agency-employee-sitting-office-while-using-work-computer-review-startup-project-marketing-strategy-sales-department-team-leader-developing-financial-plan-order-stabilize-budget_482257-38918.jpg?_wi=2", imageAlt: "portrait business owner at office desk"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Residential Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947467.jpg?_wi=2",
imageAlt: "young homeowner portrait natural light",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Residential Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947467.jpg?_wi=2", imageAlt: "young homeowner portrait natural light"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -161,4 +131,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,27 +10,25 @@ import { Phone } from "lucide-react";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
{ label: "Emergency Plumbing", href: "/" },
{ label: "Leak Repair", href: "/" },
{ label: "Drain Cleaning", href: "/" },
{ label: "Water Heater Service", href: "/" },
{ label: "Pipe Repair", href: "/" },
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater Service", href: "/services" },
{ label: "Pipe Repair", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "/about" },
{ label: "Testimonials", href: "/" },
@@ -39,8 +37,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: info@plumber.local", href: "mailto:info@plumber.local" },
{ label: "24/7 Emergency", href: "tel:+15551234567" },
@@ -49,8 +46,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -86,26 +82,15 @@ export default function ContactPage() {
ctaTitle="Ready to Solve Your Plumbing Problem?"
ctaDescription="Contact us today for fast, professional plumbing service. Call anytime - we're here 24/7."
ctaButton={{
text: "Call (555) 123-4567",
href: "tel:+15551234567",
}}
text: "Call (555) 123-4567", href: "tel:+15551234567"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Hours of Operation",
content: "Monday - Friday: 8am - 6pm\nSaturday: 9am - 4pm\nSunday & Holidays: Emergency Service Only\n\nEmergency line available 24/7/365",
},
id: "1", title: "Hours of Operation", content: "Monday - Friday: 8am - 6pm\nSaturday: 9am - 4pm\nSunday & Holidays: Emergency Service Only\n\nEmergency line available 24/7/365"},
{
id: "2",
title: "Service Area",
content: "We proudly serve the following areas:\n- Downtown District\n- Suburban Communities\n- Commercial Centers\n- Industrial Parks\n\nCall to confirm service for your location.",
},
id: "2", title: "Service Area", content: "We proudly serve the following areas:\n- Downtown District\n- Suburban Communities\n- Commercial Centers\n- Industrial Parks\n\nCall to confirm service for your location."},
{
id: "3",
title: "Payment Options",
content: "We accept all major credit cards, checks, and digital payment methods. Flexible financing available for larger projects. Ask about our monthly maintenance plans.",
},
id: "3", title: "Payment Options", content: "We accept all major credit cards, checks, and digital payment methods. Flexible financing available for larger projects. Ask about our monthly maintenance plans."},
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -119,20 +104,11 @@ export default function ContactPage() {
sideDescription="Find answers to frequently asked questions about our plumbing services, pricing, and emergency availability."
faqs={[
{
id: "1",
title: "Do you offer emergency services?",
content: "Yes, we offer 24/7 emergency plumbing services. Call (555) 123-4567 anytime for urgent plumbing needs. Emergency service fees apply outside regular business hours.",
},
id: "1", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing services. Call (555) 123-4567 anytime for urgent plumbing needs. Emergency service fees apply outside regular business hours."},
{
id: "2",
title: "Are you licensed and insured?",
content: "Yes, all our plumbers are fully licensed, bonded, and insured. We maintain comprehensive insurance coverage to protect your home and our work.",
},
id: "2", title: "Are you licensed and insured?", content: "Yes, all our plumbers are fully licensed, bonded, and insured. We maintain comprehensive insurance coverage to protect your home and our work."},
{
id: "3",
title: "How quickly can you respond?",
content: "We aim to respond to emergency calls within 30-45 minutes in most areas. Response times vary by location. Call us to check availability for your area.",
},
id: "3", title: "How quickly can you respond?", content: "We aim to respond to emergency calls within 30-45 minutes in most areas. Response times vary by location. Call us to check availability for your area."},
]}
faqsAnimation="slide-up"
useInvertedBackground={false}
@@ -150,4 +126,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -15,11 +15,11 @@ import { Award, CheckCircle, Zap, Users, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
@@ -94,7 +94,7 @@ export default function HomePage() {
avatarText="Professional Plumbers on Standby"
buttons={[
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
{ text: "Request a Quote", href: "/services" },
{ text: "Request a Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
@@ -236,4 +236,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,17 +11,16 @@ import { Phone } from "lucide-react";
export default function ServicesPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -30,28 +29,25 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/" },
{ label: "Why Choose Us", href: "/" },
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "/about" },
{ label: "Testimonials", href: "/" },
{ label: "Contact", href: "/" },
{ label: "Request Quote", href: "/" },
{ label: "Contact", href: "/contact" },
{ label: "Request Quote", href: "/contact" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: info@plumber.local", href: "mailto:info@plumber.local" },
{ label: "24/7 Emergency", href: "tel:+15551234567" },
{ label: "Service Areas", href: "/" },
{ label: "Business Hours", href: "/" },
{ label: "Service Areas", href: "/about" },
{ label: "Business Hours", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -89,14 +85,12 @@ export default function ServicesPage() {
background="radial-gradient"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-6311.jpg",
alt: "Professional plumbing services team",
},
src: "http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-6311.jpg", alt: "Professional plumbing services team"},
]}
avatarText="Comprehensive Plumbing Solutions"
buttons={[
{ text: "Request Service", href: "tel:+15551234567" },
{ text: "Get Free Quote", href: "/" },
{ text: "Get Free Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
@@ -108,29 +102,11 @@ export default function ServicesPage() {
description="Each service is performed by certified plumbers using advanced techniques and quality materials. We stand behind all our work with comprehensive warranties."
features={[
{
id: "emergency",
title: "24/7 Emergency Plumbing",
description: "Immediate response to burst pipes, major leaks, and other urgent plumbing emergencies. We're available anytime, day or night, to prevent water damage and restore your system.",
tag: "Immediate Response",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-afro-american-barber-wearing-uniform-holding-clock-looking-camera-doing-ok-sign-isolated-olive-green-background_141793-107862.jpg?_wi=2",
imageAlt: "24/7 emergency plumbing service",
},
id: "emergency", title: "24/7 Emergency Plumbing", description: "Immediate response to burst pipes, major leaks, and other urgent plumbing emergencies. We're available anytime, day or night, to prevent water damage and restore your system.", tag: "Immediate Response", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-afro-american-barber-wearing-uniform-holding-clock-looking-camera-doing-ok-sign-isolated-olive-green-background_141793-107862.jpg?_wi=2", imageAlt: "24/7 emergency plumbing service"},
{
id: "leak-detection",
title: "Advanced Leak Detection",
description: "Using state-of-the-art equipment, we locate hidden leaks before they cause damage. Our detection technology identifies problems in walls, under slabs, and hard-to-reach areas.",
tag: "Advanced Technology",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2",
imageAlt: "Professional leak detection service",
},
id: "leak-detection", title: "Advanced Leak Detection", description: "Using state-of-the-art equipment, we locate hidden leaks before they cause damage. Our detection technology identifies problems in walls, under slabs, and hard-to-reach areas.", tag: "Advanced Technology", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2", imageAlt: "Professional leak detection service"},
{
id: "drain-service",
title: "Professional Drain Services",
description: "From routine drain cleaning to major blockage removal, we use hydro-jetting and mechanical cleaning methods. Regular maintenance prevents backups and extends system life.",
tag: "Preventive Care",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg?_wi=2",
imageAlt: "Professional drain cleaning",
},
id: "drain-service", title: "Professional Drain Services", description: "From routine drain cleaning to major blockage removal, we use hydro-jetting and mechanical cleaning methods. Regular maintenance prevents backups and extends system life.", tag: "Preventive Care", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg?_wi=2", imageAlt: "Professional drain cleaning"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -149,20 +125,11 @@ export default function ServicesPage() {
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Service Guarantees",
content: "1-Year Warranty on Labor: All repairs backed by our quality guarantee.\n5-Year Warranty on Parts: Extended protection on water heaters and major equipment.\nSatisfaction Guarantee: If you're not satisfied, we'll make it right.",
},
id: "1", title: "Service Guarantees", content: "1-Year Warranty on Labor: All repairs backed by our quality guarantee.\n5-Year Warranty on Parts: Extended protection on water heaters and major equipment.\nSatisfaction Guarantee: If you're not satisfied, we'll make it right."},
{
id: "2",
title: "Pricing & Estimates",
content: "Free estimates on all projects.\nNo hidden fees or surprise charges.\nTransparent pricing with detailed written quotes.\nFlexible payment options and financing available.",
},
id: "2", title: "Pricing & Estimates", content: "Free estimates on all projects.\nNo hidden fees or surprise charges.\nTransparent pricing with detailed written quotes.\nFlexible payment options and financing available."},
{
id: "3",
title: "How to Schedule",
content: "Call us at (555) 123-4567 to book online or by phone.\nEmergency? Call anytime - we respond quickly.\nSchedule routine maintenance appointments at your convenience.\nMultiple time slots available throughout the week.",
},
id: "3", title: "How to Schedule", content: "Call us at (555) 123-4567 to book online or by phone.\nEmergency? Call anytime - we respond quickly.\nSchedule routine maintenance appointments at your convenience.\nMultiple time slots available throughout the week."},
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -179,4 +146,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}