Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a910764a50 | |||
| 65fa9bbddc | |||
| 3accb9593d | |||
| 665feef4da | |||
| ec5901b271 | |||
| c4c4b2f922 | |||
| 4849d65603 | |||
| 758d96714c | |||
| ca54b8ec21 |
@@ -32,7 +32,7 @@ export default function OrderConfirmationPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -56,4 +56,4 @@ export default function OrderConfirmationPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,7 @@ export default function OrderPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,4 +65,4 @@ export default function OrderPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,7 @@ export default function HvacPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Place Order", id: "/order" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,7 +55,7 @@ export default function HvacPage() {
|
||||
]}
|
||||
avatarText="Trusted by 500+ clients"
|
||||
buttons={[
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ text: "Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -90,7 +90,7 @@ export default function HvacPage() {
|
||||
<FeatureCardOne
|
||||
title="Our Services"
|
||||
description="From installations to emergency repairs, we have your comfort covered."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
buttons={[{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
@@ -127,7 +127,8 @@ export default function HvacPage() {
|
||||
title: "Quality Workmanship", description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."}
|
||||
title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -145,7 +146,8 @@ export default function HvacPage() {
|
||||
{
|
||||
title: "Expert Repair or Install", description: "We complete the work using premium parts and proven techniques — most jobs done same day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "HVAC repair in progress"},
|
||||
{
|
||||
title: "Quality Guarantee", description: "We test everything before we leave and back all work with our satisfaction guarantee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Final quality check"}
|
||||
title: "Quality Guarantee", description: "We test everything before we leave and back all work with our satisfaction guarantee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Final quality check"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -163,7 +165,8 @@ export default function HvacPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M."},
|
||||
{
|
||||
id: "3", name: "Carlos D.", handle: "Homeowner, Houston TX", testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."}
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -174,7 +177,7 @@ export default function HvacPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
buttons={[{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }]}
|
||||
buttonAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -189,7 +192,8 @@ export default function HvacPage() {
|
||||
{
|
||||
id: "4", title: "Do you offer financing options?", content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget."},
|
||||
{
|
||||
id: "5", title: "How long does a typical installation take?", content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation."}
|
||||
id: "5", title: "How long does a typical installation take?", content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,7 +205,7 @@ export default function HvacPage() {
|
||||
title="Ready to Stay Comfortable Year-Round?"
|
||||
description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote."
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ text: "Call (512) 555-1234", href: "tel:5125551234" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -212,7 +216,7 @@ export default function HvacPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="AirPro HVAC"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=1"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
columns={[
|
||||
{
|
||||
@@ -235,6 +239,7 @@ export default function HvacPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "(512) 555-1234", href: "tel:5125551234" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ label: "123 Comfort St, Austin, TX 78701" }
|
||||
]
|
||||
}
|
||||
@@ -245,4 +250,4 @@ export default function HvacPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function ProductDetailPage() {
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
<div className="container mx-auto py-16 text-center">
|
||||
@@ -64,7 +64,7 @@ export default function ProductDetailPage() {
|
||||
</div>
|
||||
<FooterMedia
|
||||
logoText="AirPro HVAC"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=2"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
columns={[
|
||||
{
|
||||
@@ -87,6 +87,7 @@ export default function ProductDetailPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "(512) 555-1234", href: "tel:5125551234" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ label: "123 Comfort St, Austin, TX 78701" }
|
||||
]
|
||||
}
|
||||
@@ -124,7 +125,7 @@ export default function ProductDetailPage() {
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" }}
|
||||
animateOnLoad={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,7 +156,7 @@ export default function ProductDetailPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="AirPro HVAC"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg?_wi=3"
|
||||
imageAlt="HVAC technician inspecting equipment"
|
||||
columns={[
|
||||
{
|
||||
@@ -178,6 +179,7 @@ export default function ProductDetailPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "(512) 555-1234", href: "tel:5125551234" },
|
||||
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
|
||||
{ label: "Chat on WhatsApp", href: "https://wa.me/message/ICLIEAFVM43DG1" },
|
||||
{ label: "123 Comfort St, Austin, TX 78701" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user