Merge version_1 into main #2

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

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="24/7 Emergency Service Available"
tagIcon={AlertCircle}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Free Quote", href: "#contact" },
{ text: "Call Now: 267-357-5188", href: "tel:267-357-5188" }
@@ -56,10 +56,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT9jgpbMHDu7y00VHpzBPKgQ8d/uploaded-1772605939722-xqd0l8wb.jpg", imageAlt: "HVAC unit installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "AC cooling service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1", imageAlt: "Furnace heating repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg?_wi=1", imageAlt: "Mini-split system" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=1", imageAlt: "Emergency HVAC service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC cooling service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Furnace heating repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg", imageAlt: "Mini-split system" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Emergency HVAC service" }
]}
/>
</div>
@@ -90,15 +90,15 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Cooling Services", description: "AC Repair, Installation, Maintenance & Replacement for residential & commercial systems.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "AC cooling service", buttonIcon: ArrowRight,
title: "Cooling Services", description: "AC Repair, Installation, Maintenance & Replacement for residential & commercial systems.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC cooling service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Heating Services", description: "Furnace Repair, Installation, Maintenance & Replacement. Stay warm all winter.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Furnace heating service", buttonIcon: ArrowRight,
title: "Heating Services", description: "Furnace Repair, Installation, Maintenance & Replacement. Stay warm all winter.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Furnace heating service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Mini-Split Services", description: "Ductless mini-split systems for efficient heating & cooling in any space.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg?_wi=2", imageAlt: "Mini-split installation", buttonIcon: ArrowRight,
title: "Mini-Split Services", description: "Ductless mini-split systems for efficient heating & cooling in any space.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg", imageAlt: "Mini-split installation", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
@@ -110,7 +110,7 @@ export default function LandingPage() {
buttonHref: "#contact"
},
{
title: "24/7 Emergency Service", description: "Fast response when you need us most. Available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2", imageAlt: "Emergency HVAC service", buttonIcon: ArrowRight,
title: "24/7 Emergency Service", description: "Fast response when you need us most. Available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Emergency HVAC service", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}