Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 04:06:39 +00:00

View File

@@ -31,11 +31,12 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Areas", id: "areas" },
{ name: "Areas", id: "service-areas" },
{ name: "Reviews", id: "testimonials" },
]}
button={{
text: "Call Now", href: "tel:+1-555-SERVICE"}}
text: "Call Now", href: "tel:+1-555-SERVICE"
}}
animateOnLoad={true}
className="sticky top-4 z-50"
navItemClassName="font-medium text-foreground hover:text-accent transition-colors"
@@ -73,16 +74,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Licensed & Insured", description: "All our technicians are fully licensed, background-checked, and carry comprehensive insurance for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17043.jpg", imageAlt: "Licensed professional technician"},
title: "Licensed & Insured", description: "All our technicians are fully licensed, background-checked, and carry comprehensive insurance for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17043.jpg", imageAlt: "Licensed professional technician"
},
{
id: 2,
title: "Certified Experts", description: "Our team holds industry certifications and undergoes continuous training to deliver the highest quality service standards.", imageSrc: "http://img.b2bpic.net/free-photo/nine-pendant-light-bulbs_417767-76.jpg", imageAlt: "Certified technician at work"},
title: "Certified Experts", description: "Our team holds industry certifications and undergoes continuous training to deliver the highest quality service standards.", imageSrc: "http://img.b2bpic.net/free-photo/nine-pendant-light-bulbs_417767-76.jpg", imageAlt: "Certified technician at work"
},
{
id: 3,
title: "Same-Day Response", description: "Emergency calls answered within 15 minutes during business hours. We prioritize your urgent service needs every day.", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-suit-disinfecting-city-streets-coronavirus-pandemic_637285-7908.jpg", imageAlt: "Quick emergency response team"},
title: "Same-Day Response", description: "Emergency calls answered within 15 minutes during business hours. We prioritize your urgent service needs every day.", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-suit-disinfecting-city-streets-coronavirus-pandemic_637285-7908.jpg", imageAlt: "Quick emergency response team"
},
{
id: 4,
title: "100% Satisfaction", description: "We stand behind every job with a full satisfaction guarantee. If you're not happy, we'll make it right at no cost.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Satisfied customer service"},
title: "100% Satisfaction", description: "We stand behind every job with a full satisfaction guarantee. If you're not happy, we'll make it right at no cost.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Satisfied customer service"
},
]}
title="Why Our Customers Trust Us"
description="Government-grade standards. Local expertise. Results you can count on."
@@ -91,7 +96,6 @@ export default function LandingPage() {
tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="opacity"
buttonAnimation="slide-up"
className="py-20 bg-gradient-to-b from-background via-background to-accent/10"
containerClassName="max-w-6xl mx-auto"
@@ -111,19 +115,23 @@ export default function LandingPage() {
metrics={[
{
id: "1", value: "20+", title: "Years of Local Service Excellence", items: [
"Thousands of satisfied homeowners", "Emergency response 24/7", "Transparent flat-rate pricing"],
"Thousands of satisfied homeowners", "Emergency response 24/7", "Transparent flat-rate pricing"
],
},
{
id: "2", value: "500+", title: "Jobs Completed This Year", items: [
"98% same-day completion rate", "Zero hidden charges", "Professional workmanship guarantee"],
"98% same-day completion rate", "Zero hidden charges", "Professional workmanship guarantee"
],
},
{
id: "3", value: "4.9★", title: "Average Customer Rating", items: [
"Verified customer reviews", "Industry-leading satisfaction", "Referral program active"],
"Verified customer reviews", "Industry-leading satisfaction", "Referral program active"
],
},
{
id: "4", value: "15min", title: "Average Response Time", items: [
"Same-day service available", "Urgent calls prioritized", "Rapid scheduling options"],
"Same-day service available", "Urgent calls prioritized", "Rapid scheduling options"
],
},
]}
title="Our Track Record"
@@ -143,7 +151,7 @@ export default function LandingPage() {
/>
</div>
<div id="areas" data-section="areas">
<div id="service-areas" data-section="service-areas">
<PricingCardTwo
plans={[
{
@@ -153,7 +161,8 @@ export default function LandingPage() {
{ text: "Schedule Online", href: "#contact" },
],
features: [
"Same-day emergency service available", "Upfront transparent pricing", "Licensed plumbers guaranteed", "Water line to fixture repairs"],
"Same-day emergency service available", "Upfront transparent pricing", "Licensed plumbers guaranteed", "Water line to fixture repairs"
],
},
{
id: "electrical", badge: "Electrical Services", badgeIcon: Zap,
@@ -162,7 +171,8 @@ export default function LandingPage() {
{ text: "Schedule Online", href: "#contact" },
],
features: [
"Licensed electricians on staff", "Code-compliant installation", "Safety inspections included", "Emergency power restoration"],
"Licensed electricians on staff", "Code-compliant installation", "Safety inspections included", "Emergency power restoration"
],
},
{
id: "pest-control", badge: "Pest Control", badgeIcon: Shield,
@@ -171,7 +181,8 @@ export default function LandingPage() {
{ text: "Schedule Online", href: "#contact" },
],
features: [
"Eco-friendly treatment options", "Quarterly maintenance plans", "Full satisfaction guarantee", "Free inspection included"],
"Eco-friendly treatment options", "Quarterly maintenance plans", "Full satisfaction guarantee", "Free inspection included"
],
},
{
id: "hvac", badge: "HVAC Services", badgeIcon: Zap,
@@ -180,7 +191,8 @@ export default function LandingPage() {
{ text: "Schedule Online", href: "#contact" },
],
features: [
"Certified HVAC technicians", "System maintenance programs", "Energy efficiency audits", "Emergency 24/7 support"],
"Certified HVAC technicians", "System maintenance programs", "Energy efficiency audits", "Emergency 24/7 support"
],
},
]}
title="Our Services"
@@ -208,22 +220,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Homeowner, Westside", testimonial: "They arrived within 15 minutes of my emergency call. The plumber diagnosed the issue immediately and fixed it the same day. Professional, friendly, and the price was exactly what they quoted. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", imageAlt: "Sarah Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "Business Owner, Downtown", testimonial: "We've used ServicePro for electrical maintenance at our office for 3 years. They're reliable, professional, and always respectful of our business operations. The best service provider we've found.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", imageAlt: "Michael Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Riverside", testimonial: "Called for pest control after seeing bugs in the basement. They provided a free inspection, explained everything clearly, and the treatment worked. No pests since, and they follow up regularly. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-from-bookshelf_23-2147936783.jpg", imageAlt: "Emily Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-from-bookshelf_23-2147936783.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "Homeowner, North Hills", testimonial: "My AC broke during the heatwave. ServicePro came out immediately, diagnosed the issue, and had me back up and running in 2 hours. Licensed, insured, and fair pricing. They're my go-to now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/irish-girl_1098-13859.jpg", imageAlt: "David Kim"},
imageSrc: "http://img.b2bpic.net/free-photo/irish-girl_1098-13859.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Martinez", handle: "Property Manager, Central District", testimonial: "Managing multiple properties, I need reliable service providers. ServicePro consistently delivers quality work on schedule. Their team is professional and they communicate every step of the way.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-112102.jpg", imageAlt: "Jessica Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-bearded-man-smiling-standing-against-white-background_1258-112102.jpg", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Robert Thompson", handle: "Homeowner, East Side", testimonial: "Had them fix a water heater issue. Fast response, professional installation, and they cleaned up thoroughly afterward. They even explained the maintenance tips to extend its life. Excellent service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-fist-looking-camera_23-2148179009.jpg", imageAlt: "Robert Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-fist-looking-camera_23-2148179009.jpg", imageAlt: "Robert Thompson"
},
]}
showRating={true}
title="What Our Customers Say"
@@ -248,22 +266,29 @@ export default function LandingPage() {
<ContactFaq
faqs={[
{
id: "1", title: "What areas do you serve?", content: "We proudly serve the entire metro area and surrounding communities. Check our service map or call for confirmation of your specific location."},
id: "1", title: "What areas do you serve?", content: "We proudly serve the entire metro area and surrounding communities. Check our service map or call for confirmation of your specific location."
},
{
id: "2", title: "Do you offer emergency services?", content: "Yes! We offer 24/7 emergency service for urgent issues. Emergency calls are answered within 15 minutes during business hours."},
id: "2", title: "Do you offer emergency services?", content: "Yes! We offer 24/7 emergency service for urgent issues. Emergency calls are answered within 15 minutes during business hours."
},
{
id: "3", title: "How much do your services cost?", content: "Pricing varies by service and complexity. We always provide upfront quotes with no hidden fees. You know the price before we start."},
id: "3", title: "How much do your services cost?", content: "Pricing varies by service and complexity. We always provide upfront quotes with no hidden fees. You know the price before we start."
},
{
id: "4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, background-checked, and carry comprehensive liability insurance."},
id: "4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, background-checked, and carry comprehensive liability insurance."
},
{
id: "5", title: "Do you guarantee your work?", content: "Yes. We stand behind every job with our satisfaction guarantee. If you're not happy, we'll make it right at no additional cost."},
id: "5", title: "Do you guarantee your work?", content: "Yes. We stand behind every job with our satisfaction guarantee. If you're not happy, we'll make it right at no additional cost."
},
{
id: "6", title: "How can I schedule service?", content: "Call us directly at (555) SERVICE or fill out our online form below. We'll confirm your appointment and give you a time window."},
id: "6", title: "How can I schedule service?", content: "Call us directly at (555) SERVICE or fill out our online form below. We'll confirm your appointment and give you a time window."
},
]}
ctaTitle="Request Service Now"
ctaDescription="Call us immediately or submit a quick request form. We respond within 15 minutes during business hours."
ctaButton={{
text: "Call Now", href: "tel:+1-555-773-8243"}}
text: "Call Now", href: "tel:+1-555-773-8243"
}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
@@ -299,7 +324,7 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#trust" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Service Areas", href: "#areas" },
{ label: "Service Areas", href: "#service-areas" },
{ label: "Careers", href: "#" },
],
},