diff --git a/src/app/page.tsx b/src/app/page.tsx index 3de741a..418e43c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,16 @@ export default function LandingPage() { { text: "Call Now: (512) 441-3160", href: "tel:+15124413160" }, { text: "Request Service", href: "#contact" } ]} + mediaAnimation="none" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-toolbox-walking-smart-factory-preparing-maintenance_482257-126132.jpg", imageAlt: "HVAC Technician performing AC repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg?_wi=1", imageAlt: "Professional AC installation service" + imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg", imageAlt: "Professional AC installation service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg?_wi=1", imageAlt: "HVAC maintenance and inspection" + imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "HVAC maintenance and inspection" } ]} /> @@ -77,7 +78,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "AC Installation", description: "Energy-efficient air conditioning systems installed by experienced technicians.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg?_wi=2", imageAlt: "AC Installation Service", buttonIcon: Zap, + title: "AC Installation", description: "Energy-efficient air conditioning systems installed by experienced technicians.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg", imageAlt: "AC Installation Service", buttonIcon: Zap, buttonHref: "#contact" }, { @@ -85,7 +86,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "HVAC Maintenance", description: "Prevent breakdowns and extend the life of your system with routine service.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg?_wi=2", imageAlt: "HVAC Maintenance Service", buttonIcon: Zap, + title: "HVAC Maintenance", description: "Prevent breakdowns and extend the life of your system with routine service.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "HVAC Maintenance Service", buttonIcon: Zap, buttonHref: "#contact" } ]}