From 9e0f99d3baba841e75f2ba8f650b98bd2062916f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:40:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 79 +++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4f243f..4e0cbef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,11 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, + { name: "FAQ", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+1-555-0123"}} + text: "Call Now", href: "tel:+1-555-0123" + }} /> @@ -46,7 +47,7 @@ export default function LandingPage() { tag="Trusted Local Experts" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Call Now", href: "tel:+1-555-0123" }, { text: "Get a Quote", href: "#contact" }, @@ -69,36 +70,44 @@ export default function LandingPage() { title: "Emergency Response", description: "24/7 availability for urgent issues. Fast response times guaranteed.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg?_wi=1", imageAlt: "Emergency service"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg", imageAlt: "Emergency service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg?_wi=1", imageAlt: "Quick response"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg", imageAlt: "Quick response" + }, ], }, { title: "Preventive Maintenance", description: "Regular maintenance to prevent costly problems. Save money long-term.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg?_wi=2", imageAlt: "Maintenance work"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg", imageAlt: "Maintenance work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=1", imageAlt: "Professional care"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Professional care" + }, ], }, { title: "Expert Repairs", description: "Skilled technicians with years of experience. Quality workmanship guaranteed.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg?_wi=2", imageAlt: "Expert repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg", imageAlt: "Expert repair" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=2", imageAlt: "Professional repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Professional repair" + }, ], }, { title: "Licensed & Insured", description: "All work meets local codes and regulations. Your peace of mind assured.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg?_wi=3", imageAlt: "Certified work"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67175.jpg", imageAlt: "Certified work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=3", imageAlt: "Licensed service"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Licensed service" + }, ], }, ]} @@ -136,17 +145,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 November 2024", title: "Excellent work and friendly service", quote: "They arrived on time, fixed the problem quickly, and cleaned up after themselves. Very professional and fair pricing. Would definitely call them again!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"}, + id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 November 2024", title: "Excellent work and friendly service", quote: "They arrived on time, fixed the problem quickly, and cleaned up after themselves. Very professional and fair pricing. Would definitely call them again!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" + }, { - id: "2", name: "Michael Chen, Business Owner", date: "Date: 22 October 2024", title: "Reliable partner for our maintenance needs", quote: "We've been using their services for 3 years now. Always responsive, professional, and they help us stay on top of preventive maintenance.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"}, + id: "2", name: "Michael Chen, Business Owner", date: "Date: 22 October 2024", title: "Reliable partner for our maintenance needs", quote: "We've been using their services for 3 years now. Always responsive, professional, and they help us stay on top of preventive maintenance.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + }, { - id: "3", name: "Emily Rodriguez, Homeowner", date: "Date: 8 October 2024", title: "Best service in town", quote: "Had an emergency late at night and they responded within the hour. Fixed everything and explained what was wrong in detail. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + id: "3", name: "Emily Rodriguez, Homeowner", date: "Date: 8 October 2024", title: "Best service in town", quote: "Had an emergency late at night and they responded within the hour. Fixed everything and explained what was wrong in detail. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, { - id: "4", name: "David Kim, Property Manager", date: "Date: 25 September 2024", title: "Professional and cost-effective", quote: "Managing multiple properties is easier knowing we have a reliable service provider. They handle everything with care and attention to detail.", tag: "Property Management", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + id: "4", name: "David Kim, Property Manager", date: "Date: 25 September 2024", title: "Professional and cost-effective", quote: "Managing multiple properties is easier knowing we have a reliable service provider. They handle everything with care and attention to detail.", tag: "Property Management", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + }, { - id: "5", name: "Jessica Martinez, Homeowner", date: "Date: 12 September 2024", title: "Outstanding customer service", quote: "From the first call to final inspection, they were incredibly attentive and communicative. This is a team that truly cares about their work.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"}, + id: "5", name: "Jessica Martinez, Homeowner", date: "Date: 12 September 2024", title: "Outstanding customer service", quote: "From the first call to final inspection, they were incredibly attentive and communicative. This is a team that truly cares about their work.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + }, { - id: "6", name: "Robert Thompson, Facility Manager", date: "Date: 30 August 2024", title: "Trusted vendor for years", quote: "They've earned our trust through consistent, quality service. I never worry about maintenance anymore knowing they're on the job.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + id: "6", name: "Robert Thompson, Facility Manager", date: "Date: 30 August 2024", title: "Trusted vendor for years", quote: "They've earned our trust through consistent, quality service. I never worry about maintenance anymore knowing they're on the job.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, ]} /> @@ -156,23 +171,30 @@ export default function LandingPage() { ctaTitle="Ready to Get Started?" ctaDescription="Call us today for a free estimate or to schedule an appointment. Available 24/7." ctaButton={{ - text: "Call: (555) 0123", href: "tel:+1-555-0123"}} + text: "Call: (555) 0123", href: "tel:+1-555-0123" + }} ctaIcon={Phone} useInvertedBackground={false} animationType="slide-up" faqs={[ { - id: "1", title: "Are you available for emergency calls?", content: "Yes! We offer 24/7 emergency service for urgent issues. Call us anytime and we'll respond as quickly as possible, typically within 1-2 hours in our service area."}, + id: "1", title: "Are you available for emergency calls?", content: "Yes! We offer 24/7 emergency service for urgent issues. Call us anytime and we'll respond as quickly as possible, typically within 1-2 hours in our service area." + }, { - id: "2", title: "Do you offer free estimates?", content: "Absolutely. We provide free estimates for all services so you know exactly what to expect before we begin any work. No hidden fees or surprises."}, + id: "2", title: "Do you offer free estimates?", content: "Absolutely. We provide free estimates for all services so you know exactly what to expect before we begin any work. No hidden fees or surprises." + }, { - id: "3", title: "Are your technicians licensed and insured?", content: "Yes, all our technicians are fully licensed, insured, and bonded. We maintain all required certifications and stay current with industry standards."}, + id: "3", title: "Are your technicians licensed and insured?", content: "Yes, all our technicians are fully licensed, insured, and bonded. We maintain all required certifications and stay current with industry standards." + }, { - id: "4", title: "What warranty do you offer?", content: "We stand behind our work with a comprehensive warranty covering materials and labor. We're confident in the quality of our service and want you to have complete peace of mind."}, + id: "4", title: "What warranty do you offer?", content: "We stand behind our work with a comprehensive warranty covering materials and labor. We're confident in the quality of our service and want you to have complete peace of mind." + }, { - id: "5", title: "Do you serve our area?", content: "We proudly serve the greater local area and surrounding communities. Call us to confirm we service your specific location, and we'll be happy to help!"}, + id: "5", title: "Do you serve our area?", content: "We proudly serve the greater local area and surrounding communities. Call us to confirm we service your specific location, and we'll be happy to help!" + }, { - id: "6", title: "What's your response time?", content: "For emergency calls, we typically respond within 1-2 hours. For scheduled appointments, we offer flexible timing options to fit your schedule."}, + id: "6", title: "What's your response time?", content: "For emergency calls, we typically respond within 1-2 hours. For scheduled appointments, we offer flexible timing options to fit your schedule." + }, ]} /> @@ -184,13 +206,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Linkedin, - href: "https://linkedin.com", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com", ariaLabel: "LinkedIn" + }, { icon: Phone, - href: "tel:+1-555-0123", ariaLabel: "Call us"}, + href: "tel:+1-555-0123", ariaLabel: "Call us" + }, ]} /> -- 2.49.1