Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
@@ -100,6 +100,7 @@ export default function LandingPage() {
|
||||
{ value: "24/7", label: "Emergency Service" },
|
||||
{ value: "5 Stars", label: "Average Rating" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="service-areas" data-section="service-areas">
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<TextAbout
|
||||
title="Ready to make your website work harder for your business?"
|
||||
description="This mockup shows how a modern site can help local customers find you, trust you, and contact you faster."
|
||||
buttons={[
|
||||
{ text: "Request Website Help", href: "https://lorensaisolutions.com" }
|
||||
]}
|
||||
@@ -148,6 +149,7 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Tell us about your HVAC needs...", rows: 4,
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user