Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b68737ab1f | |||
| c15483afd8 | |||
| 82aebd6aa2 | |||
| 5380ab1ab0 | |||
| cde8ce2a1f |
@@ -3,7 +3,7 @@
|
|||||||
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 TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
@@ -42,15 +42,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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user