diff --git a/src/app/page.tsx b/src/app/page.tsx index 9efa90d..c5e2d26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,15 +33,13 @@ export default function HomePage() { @@ -52,27 +50,17 @@ export default function HomePage() { description="Professional Air Conditioning & HVAC Services in Sofia. Installation, Repair & Maintenance by Trusted Local Experts. Fast Response Times. 4.3★ Rated." buttons={[ { - text: "Call Now: 02 943 1134", - href: "tel:+359294431134", - }, + text: "Call Now: 02 943 1134", href: "tel:+359294431134"}, { - text: "Request Free Quote", - href: "#contact", - }, + text: "Request Free Quote", href: "/contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg", - imageAlt: "HVAC Technician installing air conditioner", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg", imageAlt: "HVAC Technician installing air conditioner"}, { - imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", - imageAlt: "Professional AC unit installation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "Professional AC unit installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-untidy-female-male-carpenters-look-with-bugged-eyes-jaw-dropped-out_273609-8775.jpg", - imageAlt: "ClimaCom professional service team", - }, + imageSrc: "http://img.b2bpic.net/free-photo/isolated-studio-shot-untidy-female-male-carpenters-look-with-bugged-eyes-jaw-dropped-out_273609-8775.jpg", imageAlt: "ClimaCom professional service team"}, ]} autoplayDelay={4000} showDimOverlay={false} @@ -88,71 +76,35 @@ export default function HomePage() { tagIcon={Zap} features={[ { - id: "installation", - label: "Installation", - title: "Air Conditioner Installation", - items: [ - "Expert installation of premium AC units", - "Professional ductwork and placement", - "Energy-efficient system selection", - "Same-day service availability", - ], + id: "installation", label: "Installation", title: "Air Conditioner Installation", items: [ + "Expert installation of premium AC units", "Professional ductwork and placement", "Energy-efficient system selection", "Same-day service availability"], buttons: [ { - text: "Learn More", - href: "/services#installation", - }, + text: "Learn More", href: "/services#installation"}, ], }, { - id: "repair", - label: "Repair", - title: "AC Repair & Emergency Service", - items: [ - "Fast emergency response (24/7 availability)", - "Diagnosis and troubleshooting", - "Quick fixes and component replacement", - "Warranty on all repairs", - ], + id: "repair", label: "Repair", title: "AC Repair & Emergency Service", items: [ + "Fast emergency response (24/7 availability)", "Diagnosis and troubleshooting", "Quick fixes and component replacement", "Warranty on all repairs"], buttons: [ { - text: "Book Service", - href: "/services#repair", - }, + text: "Book Service", href: "/services#repair"}, ], }, { - id: "maintenance", - label: "Maintenance", - title: "HVAC Maintenance & Servicing", - items: [ - "Regular system cleaning and inspection", - "Filter replacement and optimization", - "Preventative maintenance plans", - "Extend equipment lifespan", - ], + id: "maintenance", label: "Maintenance", title: "HVAC Maintenance & Servicing", items: [ + "Regular system cleaning and inspection", "Filter replacement and optimization", "Preventative maintenance plans", "Extend equipment lifespan"], buttons: [ { - text: "Schedule Maintenance", - href: "/services#maintenance", - }, + text: "Schedule Maintenance", href: "/services#maintenance"}, ], }, { - id: "heating", - label: "Heating", - title: "Heating Systems & Solutions", - items: [ - "Professional heating system installation", - "Heat pump and boiler services", - "Year-round comfort solutions", - "Energy-efficient heating options", - ], + id: "heating", label: "Heating", title: "Heating Systems & Solutions", items: [ + "Professional heating system installation", "Heat pump and boiler services", "Year-round comfort solutions", "Energy-efficient heating options"], buttons: [ { - text: "Get More Info", - href: "/services#heating", - }, + text: "Get More Info", href: "/services#heating"}, ], }, ]} @@ -167,24 +119,15 @@ export default function HomePage() { ); -} \ No newline at end of file +}