From 475de33a4cae99c88131649e19114c0709a8bfe7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:06:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 85 +++++++++++++++++++++++++++++++----------------- 1 file changed, 55 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07e7e0b..3f5f623 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> -
+