Update src/app/page.tsx
This commit is contained in:
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg", imageAlt: "Professional HVAC service in modern home" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg", imageAlt: "Modern air conditioning system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Expert technician performing repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional system maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388947.jpg", imageAlt: "Clean ventilation system" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg?_wi=1", imageAlt: "Professional HVAC service in modern home" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg?_wi=1", imageAlt: "Modern air conditioning system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Expert technician performing repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Professional system maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388947.jpg?_wi=1", imageAlt: "Clean ventilation system" }
|
||||
]}
|
||||
ariaLabel="Hero section showcasing HVAC expertise and fast service"
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{ value: "15-45 min", title: "Average Response Time" },
|
||||
{ value: "1 hour", title: "Most Repairs Completed" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg?_wi=1"
|
||||
imageAlt="Comfortable modern home with optimal climate control"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -95,19 +95,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Cooling", title: "Air Conditioning Repair", subtitle: "Rapid diagnostics and expert fixes", description: "Fast diagnostics. Clean repairs. Immediate cooling restoration. Whether it's a refrigerant leak, compressor issue, or electrical fault, we identify and fix it quickly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg", imageAlt: "Professional air conditioning unit repair"
|
||||
tag: "Cooling", title: "Air Conditioning Repair", subtitle: "Rapid diagnostics and expert fixes", description: "Fast diagnostics. Clean repairs. Immediate cooling restoration. Whether it's a refrigerant leak, compressor issue, or electrical fault, we identify and fix it quickly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg?_wi=2", imageAlt: "Professional air conditioning unit repair"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Heating", title: "Heating System Repair", subtitle: "Furnace solutions that work", description: "Furnace and heating system solutions done right the first time. From pilot light issues to thermostat problems, we restore warmth efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Expert furnace repair and maintenance"
|
||||
tag: "Heating", title: "Heating System Repair", subtitle: "Furnace solutions that work", description: "Furnace and heating system solutions done right the first time. From pilot light issues to thermostat problems, we restore warmth efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "Expert furnace repair and maintenance"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Prevention", title: "Preventative Maintenance", subtitle: "Stop problems before they start", description: "Stop inconsistent airflow before it becomes a breakdown. Regular maintenance extends system life and improves efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional preventative HVAC maintenance"
|
||||
tag: "Prevention", title: "Preventative Maintenance", subtitle: "Stop problems before they start", description: "Stop inconsistent airflow before it becomes a breakdown. Regular maintenance extends system life and improves efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4", imageAlt: "Professional preventative HVAC maintenance"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Ventilation", title: "Ventilation & Airflow Solutions", subtitle: "Balanced comfort throughout your home", description: "Ceiling ventilation issues diagnosed and corrected fast. Ensure even airflow and optimal comfort in every room.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388947.jpg", imageAlt: "Clean and efficient ventilation system"
|
||||
tag: "Ventilation", title: "Ventilation & Airflow Solutions", subtitle: "Balanced comfort throughout your home", description: "Ceiling ventilation issues diagnosed and corrected fast. Ensure even airflow and optimal comfort in every room.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388947.jpg?_wi=2", imageAlt: "Clean and efficient ventilation system"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -125,10 +125,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15", title: "Fastest Response", description: "Minutes to arrival", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg", imageAlt: "Fast HVAC service response"
|
||||
id: "1", value: "15", title: "Fastest Response", description: "Minutes to arrival", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg?_wi=2", imageAlt: "Fast HVAC service response"
|
||||
},
|
||||
{
|
||||
id: "2", value: "100%", title: "Equipped Vehicles", description: "Ready for any repair", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Fully equipped service vehicle"
|
||||
id: "2", value: "100%", title: "Equipped Vehicles", description: "Ready for any repair", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=5", imageAlt: "Fully equipped service vehicle"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -148,27 +148,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Denver, CO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Boulder Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Aurora, CO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Facility Manager", company: "Commercial Plaza", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", role: "Homeowner", company: "Littleton, CO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Thomas Wright", role: "Business Owner", company: "Wright Enterprises", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Thomas Wright"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Thomas Wright"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -186,19 +186,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "People", title: "Experienced Technicians", subtitle: "Polite and professional experts", description: "Our team combines deep mechanical expertise with a calm, customer-first approach. Every technician is licensed, trained, and committed to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional HVAC technician at work"
|
||||
tag: "People", title: "Experienced Technicians", subtitle: "Polite and professional experts", description: "Our team combines deep mechanical expertise with a calm, customer-first approach. Every technician is licensed, trained, and committed to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=6", imageAlt: "Professional HVAC technician at work"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Transparency", title: "Clear Explanations", subtitle: "No confusing jargon or surprises", description: "We explain your system's issues in plain language and present all resolution options so you can make informed decisions with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg", imageAlt: "Clear view of HVAC system"
|
||||
tag: "Transparency", title: "Clear Explanations", subtitle: "No confusing jargon or surprises", description: "We explain your system's issues in plain language and present all resolution options so you can make informed decisions with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg?_wi=3", imageAlt: "Clear view of HVAC system"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Ethics", title: "No Unnecessary Upselling", subtitle: "Honest recommendations only", description: "We recommend only what your system actually needs. No pressure tactics, no hidden fees — just straightforward, ethical service.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Honest HVAC service assessment"
|
||||
tag: "Ethics", title: "No Unnecessary Upselling", subtitle: "Honest recommendations only", description: "We recommend only what your system actually needs. No pressure tactics, no hidden fees — just straightforward, ethical service.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=7", imageAlt: "Honest HVAC service assessment"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Quality", title: "Clean & Efficient Work", subtitle: "Respectful of your home", description: "We treat your space with care, clean up after ourselves, and execute every job with precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", imageAlt: "Clean, professional service in home"
|
||||
tag: "Quality", title: "Clean & Efficient Work", subtitle: "Respectful of your home", description: "We treat your space with care, clean up after ourselves, and execute every job with precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg?_wi=2", imageAlt: "Clean, professional service in home"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user