diff --git a/src/app/page.tsx b/src/app/page.tsx index 695eb1a..9c88bfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+14065551234" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=1", imageAlt: "HVAC technician working on a unit in Montana" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=2", imageAlt: "Professional air conditioning installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=3", imageAlt: "Technician checking a furnace in a modern home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=4", imageAlt: "HVAC unit on the side of a Montana home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=5", imageAlt: "Residential heating system maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=6", imageAlt: "Hands-on HVAC repair with tools" } + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "HVAC technician working on a unit in Montana" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "Professional air conditioning installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "Technician checking a furnace in a modern home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "HVAC unit on the side of a Montana home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "Residential heating system maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "Hands-on HVAC repair with tools" } ]} showDimOverlay={true} autoplayDelay={4000} @@ -70,6 +70,7 @@ export default function LandingPage() { { id: "inspections", title: "System Inspections", subtitle: "Thorough inspections for safety, efficiency, and real estate transactions.", category: "HVAC", value: "Safety" }, { id: "estimates", title: "Free Estimates", subtitle: "Transparent, no-obligation quotes for all our services.", category: "HVAC", value: "Transparent" } ]} + useInvertedBackground={false} />