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} />
@@ -78,7 +79,6 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#about" } ]} - description="At Montana Peak HVAC, we're deeply committed to serving our Bozeman community. Our core values ensure every customer receives top-tier service:\n\n- **Local Montana Business**: Proudly serving our neighbors with a deep understanding of local needs.\n- **Fast Response Times**: We're there when you need us most, minimizing your discomfort.\n- **Honest Pricing**: Transparent, fair, and upfront pricing with no hidden fees.\n- **Professional Service**: Our certified technicians deliver quality workmanship with respect and care.\n- **Easy Scheduling**: Convenient and flexible appointment booking to fit your busy life.\n- **Clear Communication**: Keeping you informed every step of the way, from diagnosis to completion." />
@@ -100,6 +100,7 @@ export default function LandingPage() { { value: "24/7", label: "Emergency Service" }, { value: "5 Stars", label: "Average Rating" } ]} + useInvertedBackground={false} />
@@ -116,12 +117,12 @@ export default function LandingPage() { { id: "four-corners", title: "Four Corners", subtitle: "Dedicated HVAC service in the Four Corners area.", category: "Community", value: "" }, { id: "gallatin-gateway", title: "Gallatin Gateway", subtitle: "Expert service for properties in Gallatin Gateway.", category: "Community", value: "" } ]} + useInvertedBackground={false} />