Merge version_2 into main #4
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { AlertCircle, CheckCircle, Wrench, TrendingUp, Star, HelpCircle, Zap, Droplet, Home, Settings, Shield, ThumbsUp } from "lucide-react";
|
||||
import { AlertCircle, CheckCircle, Wrench, TrendingUp, Star, HelpCircle, Zap, Droplet, Home, Settings, Shield, ThumbsUp, Phone } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
@@ -54,17 +54,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jennifer Martinez", handle: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. Professional and affordable!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jennifer Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
name: "Robert Chen", handle: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=1", imageAlt: "Robert Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=1", imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
name: "Sarah Williams", handle: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything. No hidden fees, just great service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=1", imageAlt: "Sarah Williams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=1", imageAlt: "Sarah Williams"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "contact" },
|
||||
{ text: "Call Now", href: "tel:+19725550123" },
|
||||
{ text: "Schedule Service", href: "contact" },
|
||||
{ text: "Call Now (972) 555-0123", href: "tel:+19725550123" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -93,22 +97,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Emergency Repairs", description: "24/7 emergency response for burst pipes, leaks, and urgent issues with guaranteed rapid arrival."},
|
||||
title: "Emergency Repairs", description: "24/7 emergency response for burst pipes, leaks, and urgent issues with guaranteed rapid arrival."
|
||||
},
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Water Heater Installation", description: "Professional installation and repair of traditional and tankless water heaters for optimal performance."},
|
||||
title: "Water Heater Installation", description: "Professional installation and repair of traditional and tankless water heaters for optimal performance."
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Drain Cleaning", description: "Advanced drain cleaning using modern equipment to clear clogs and prevent future blockages."},
|
||||
title: "Drain Cleaning", description: "Advanced drain cleaning using modern equipment to clear clogs and prevent future blockages."
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Bathroom Remodeling", description: "Complete bathroom plumbing solutions including fixture installation and pipe routing."},
|
||||
title: "Bathroom Remodeling", description: "Complete bathroom plumbing solutions including fixture installation and pipe routing."
|
||||
},
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Maintenance Plans", description: "Preventive maintenance programs to keep your plumbing system running smoothly year-round."},
|
||||
title: "Maintenance Plans", description: "Preventive maintenance programs to keep your plumbing system running smoothly year-round."
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Leak Detection", description: "Professional leak detection and repair using advanced technology to save water and money."},
|
||||
title: "Leak Detection", description: "Professional leak detection and repair using advanced technology to save water and money."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -126,19 +136,23 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5000+", title: "Satisfied Customers", items: [
|
||||
"Homes and businesses served", "Trusted by Dallas community", "Repeat customer rate 95%"],
|
||||
"Homes and businesses served", "Trusted by Dallas community", "Repeat customer rate 95%"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "14+", title: "Years of Experience", items: [
|
||||
"Licensed and insured professionals", "Industry certifications current", "Continuous training programs"],
|
||||
"Licensed and insured professionals", "Industry certifications current", "Continuous training programs"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "99%", title: "Customer Satisfaction", items: [
|
||||
"Same-day service availability", "Transparent pricing guaranteed", "Warranty on all repairs"],
|
||||
"Same-day service availability", "Transparent pricing guaranteed", "Warranty on all repairs"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", title: "Emergency Response", items: [
|
||||
"Always available when needed", "Rapid arrival guaranteed", "Weekend and holiday service"],
|
||||
"Always available when needed", "Rapid arrival guaranteed", "Weekend and holiday service"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -183,17 +197,23 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes! We provide 24/7 emergency plumbing services for Dallas residents and businesses. Our technicians respond rapidly to burst pipes, leaks, and urgent plumbing issues. Call us anytime, and we'll be there to help."},
|
||||
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes! We provide 24/7 emergency plumbing services for Dallas residents and businesses. Our technicians respond rapidly to burst pipes, leaks, and urgent plumbing issues. Call us anytime, and we'll be there to help."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How quickly can you respond to emergencies?", content: "We guarantee arrival within 30-45 minutes of your call in the Dallas area. Our dispatch team prioritizes emergency calls, and our technicians maintain fully stocked service vehicles for immediate assistance."},
|
||||
id: "2", title: "How quickly can you respond to emergencies?", content: "We guarantee arrival within 30-45 minutes of your call in the Dallas area. Our dispatch team prioritizes emergency calls, and our technicians maintain fully stocked service vehicles for immediate assistance."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you provide upfront pricing quotes?", content: "Absolutely. We believe in transparent pricing with no hidden fees. Most service calls include a diagnostic fee that's waived if you proceed with repairs. We'll provide a detailed estimate before any work begins."},
|
||||
id: "3", title: "Do you provide upfront pricing quotes?", content: "Absolutely. We believe in transparent pricing with no hidden fees. Most service calls include a diagnostic fee that's waived if you proceed with repairs. We'll provide a detailed estimate before any work begins."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, insured, and bonded. All our technicians are certified professionals with current industry certifications and continuing education."},
|
||||
id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, insured, and bonded. All our technicians are certified professionals with current industry certifications and continuing education."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you warranty your work?", content: "We stand behind all our repairs with a comprehensive warranty. Most repairs include a 1-year warranty on parts and labor, with extended warranties available for major installations."},
|
||||
id: "5", title: "Do you warranty your work?", content: "We stand behind all our repairs with a comprehensive warranty. Most repairs include a 1-year warranty on parts and labor, with extended warranties available for major installations."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What areas of Dallas do you serve?", content: "We service the entire Dallas metropolitan area including North Dallas, South Dallas, East Dallas, West Dallas, Downtown, and surrounding suburbs. Contact us to confirm service availability for your specific location."},
|
||||
id: "6", title: "What areas of Dallas do you serve?", content: "We service the entire Dallas metropolitan area including North Dallas, South Dallas, East Dallas, West Dallas, Downtown, and surrounding suburbs. Contact us to confirm service availability for your specific location."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user