Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 290c1cb1d9 | |||
| ccc9fb6012 | |||
| 12f9b4c500 | |||
| 179df93ce0 | |||
| 054af97f3e | |||
| 7ce315d654 | |||
| a14156a8de | |||
| b68737ab1f | |||
| 1fbbd1ce9d | |||
| c15483afd8 | |||
| 82aebd6aa2 | |||
| 5380ab1ab0 | |||
| cde8ce2a1f |
@@ -3,9 +3,10 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
|
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
@@ -42,15 +43,21 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroSplitKpi
|
||||||
title="Your Comfort Is Our Priority"
|
title="Your Comfort Is Our Priority"
|
||||||
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
|
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
kpis={[
|
||||||
|
{ value: "2.5k+", label: "Units Installed" },
|
||||||
|
{ value: "98%", label: "Customer Satisfaction" },
|
||||||
|
{ value: "20+ Yrs", label: "Industry Experience" }
|
||||||
|
]}
|
||||||
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "#contact" },
|
{ text: "Schedule Service", href: "#contact" },
|
||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Our Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
||||||
showDimOverlay={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -96,18 +103,18 @@ export default function HvacPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<ProductCardFour
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Comprehensive solutions for every season."
|
description="Comprehensive solutions for every season."
|
||||||
features={[
|
products={[
|
||||||
{ title: "AC Installation", description: "Energy-efficient systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2" },
|
{ id: "1", name: "AC Installation", price: "From $2,500", variant: "Best Selling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2" },
|
||||||
{ title: "Heating Systems", description: "Expert furnace care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=2" },
|
{ id: "2", name: "Heating Systems", price: "From $1,800", variant: "Energy Efficient", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg?_wi=2" },
|
||||||
{ title: "Maintenance", description: "System longevity plans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg" },
|
{ id: "3", name: "Maintenance", price: "From $150", variant: "Routine Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg" },
|
||||||
{ title: "Emergency Repair", description: "24/7 rapid response.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg" }
|
{ id: "4", name: "Emergency Repair", price: "Custom Quote", variant: "24/7 Available", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg" }
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user