Update src/app/page.tsx
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Leak Repair", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
@@ -34,28 +33,25 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
@@ -93,9 +89,7 @@ export default function HomePage() {
|
||||
background="radial-gradient"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-6311.jpg",
|
||||
alt: "Professional plumbing team ready to serve",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/plumber-doing-surprise-gesture_1368-6311.jpg", alt: "Professional plumbing team ready to serve"},
|
||||
]}
|
||||
avatarText="Professional Plumbers on Standby"
|
||||
buttons={[
|
||||
@@ -112,53 +106,17 @@ export default function HomePage() {
|
||||
description="From emergency repairs to routine maintenance, we handle all your plumbing needs with professional expertise and customer care."
|
||||
features={[
|
||||
{
|
||||
id: "emergency",
|
||||
title: "Emergency Plumbing",
|
||||
description: "Available 24/7 for urgent plumbing emergencies. We respond quickly to prevent water damage and restore your system.",
|
||||
tag: "24/7 Available",
|
||||
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=1",
|
||||
imageAlt: "Emergency plumbing service technician",
|
||||
},
|
||||
id: "emergency", title: "Emergency Plumbing", description: "Available 24/7 for urgent plumbing emergencies. We respond quickly to prevent water damage and restore your system.", tag: "24/7 Available", 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=1", imageAlt: "Emergency plumbing service technician"},
|
||||
{
|
||||
id: "leak-repair",
|
||||
title: "Leak Repair",
|
||||
description: "Expert detection and repair of water leaks in pipes, fixtures, and walls. We prevent costly water damage.",
|
||||
tag: "Expert Detection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1",
|
||||
imageAlt: "Professional leak repair work",
|
||||
},
|
||||
id: "leak-repair", title: "Leak Repair", description: "Expert detection and repair of water leaks in pipes, fixtures, and walls. We prevent costly water damage.", tag: "Expert Detection", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1", imageAlt: "Professional leak repair work"},
|
||||
{
|
||||
id: "drain-cleaning",
|
||||
title: "Drain Cleaning",
|
||||
description: "Professional drain cleaning and unclogging services for residential and commercial properties.",
|
||||
tag: "Professional Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg?_wi=1",
|
||||
imageAlt: "Drain cleaning equipment and service",
|
||||
},
|
||||
id: "drain-cleaning", title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services for residential and commercial properties.", tag: "Professional Service", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-washing-fish-with-hose_181624-58490.jpg?_wi=1", imageAlt: "Drain cleaning equipment and service"},
|
||||
{
|
||||
id: "water-heater",
|
||||
title: "Water Heater Services",
|
||||
description: "Installation, repair, and maintenance of water heaters and tankless systems.",
|
||||
tag: "Fast Installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg",
|
||||
imageAlt: "Water heater installation service",
|
||||
},
|
||||
id: "water-heater", title: "Water Heater Services", description: "Installation, repair, and maintenance of water heaters and tankless systems.", tag: "Fast Installation", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater installation service"},
|
||||
{
|
||||
id: "pipe-repair",
|
||||
title: "Pipe Repair & Replacement",
|
||||
description: "Complete pipe repair and replacement services for all types of plumbing systems.",
|
||||
tag: "Expert Craftsmanship",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg",
|
||||
imageAlt: "Professional pipe repair and replacement",
|
||||
},
|
||||
id: "pipe-repair", title: "Pipe Repair & Replacement", description: "Complete pipe repair and replacement services for all types of plumbing systems.", tag: "Expert Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Professional pipe repair and replacement"},
|
||||
{
|
||||
id: "sewer-service",
|
||||
title: "Sewer Line Services",
|
||||
description: "Sewer line inspection, cleaning, and repair using advanced camera technology.",
|
||||
tag: "Advanced Technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg",
|
||||
imageAlt: "Sewer line inspection and repair service",
|
||||
},
|
||||
id: "sewer-service", title: "Sewer Line Services", description: "Sewer line inspection, cleaning, and repair using advanced camera technology.", tag: "Advanced Technology", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Sewer line inspection and repair service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -189,53 +147,23 @@ export default function HomePage() {
|
||||
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=1",
|
||||
},
|
||||
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=1"},
|
||||
{
|
||||
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=1",
|
||||
},
|
||||
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=1"},
|
||||
{
|
||||
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=1",
|
||||
},
|
||||
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=1"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Business Owner",
|
||||
company: "Restaurant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Business Owner", company: "Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner",
|
||||
company: "Residential Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-woman-home-with-tablet_268835-935.jpg",
|
||||
},
|
||||
id: "5", name: "Jennifer Martinez", role: "Homeowner", company: "Residential Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-woman-home-with-tablet_268835-935.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
role: "Facilities Manager",
|
||||
company: "Office Complex",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-displeased-businessman-glasses-gasping-looking-upset_1258-26399.jpg",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", role: "Facilities Manager", company: "Office Complex", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-displeased-businessman-glasses-gasping-looking-upset_1258-26399.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -250,43 +178,22 @@ export default function HomePage() {
|
||||
title="Trusted By Industry Leaders & Customers"
|
||||
description="Licensed, insured, and certified with partnerships and certifications from trusted industry organizations."
|
||||
names={[
|
||||
"Home Depot Partner",
|
||||
"Lowe's Preferred",
|
||||
"Better Business Bureau",
|
||||
"Google Verified",
|
||||
"Angi Certified",
|
||||
"Yelp Recommended",
|
||||
"Industry Certified",
|
||||
]}
|
||||
"Home Depot Partner", "Lowe's Preferred", "Better Business Bureau", "Google Verified", "Angi Certified", "Yelp Recommended", "Industry Certified"]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-old-objects-antiques-market_23-2148950899.jpg",
|
||||
alt: "Home Depot Partnership",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/arrangement-old-objects-antiques-market_23-2148950899.jpg", alt: "Home Depot Partnership"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12772.jpg",
|
||||
alt: "Lowe's Preferred Contractor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12772.jpg", alt: "Lowe's Preferred Contractor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148685866.jpg",
|
||||
alt: "Better Business Bureau Accredited",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148685866.jpg", alt: "Better Business Bureau Accredited"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148157892.jpg",
|
||||
alt: "Google Verified Business",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148157892.jpg", alt: "Google Verified Business"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/modern-gradient-handyman-solutions-bumper-sticker_742173-9460.jpg",
|
||||
alt: "Angi Certified Service Professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/modern-gradient-handyman-solutions-bumper-sticker_742173-9460.jpg", alt: "Angi Certified Service Professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/personal-information-form-identity-concept_53876-137622.jpg",
|
||||
alt: "Yelp Recommended",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/personal-information-form-identity-concept_53876-137622.jpg", alt: "Yelp Recommended"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg",
|
||||
alt: "Home Service Certification",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", alt: "Home Service Certification"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -301,35 +208,17 @@ export default function HomePage() {
|
||||
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."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer free in-home estimates for most plumbing work. Our technicians will assess your needs and provide transparent pricing.",
|
||||
},
|
||||
id: "4", title: "Do you provide free estimates?", content: "Yes, we offer free in-home estimates for most plumbing work. Our technicians will assess your needs and provide transparent pricing."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the greater metropolitan area including all surrounding neighborhoods and suburbs. Contact us to confirm service availability for your location.",
|
||||
},
|
||||
id: "5", title: "What areas do you serve?", content: "We serve the greater metropolitan area including all surrounding neighborhoods and suburbs. Contact us to confirm service availability for your location."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you guarantee your work?",
|
||||
content: "Yes, we stand behind our workmanship with a 1-year warranty on repairs and 5-year warranty on parts. Your satisfaction is guaranteed.",
|
||||
},
|
||||
id: "6", title: "Do you guarantee your work?", content: "Yes, we stand behind our workmanship with a 1-year warranty on repairs and 5-year warranty on parts. Your satisfaction is guaranteed."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user