Merge version_2 into main #2
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -38,19 +38,19 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Heating & Air Conditioning in Indian Trail, NC"
|
||||
description="Over 20 years of experience serving Union County with honest, fast, and professional HVAC solutions."
|
||||
buttons={[{ text: "Call Now", href: "tel:7042927834" }, { text: "Request Service", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg", imageAlt: "HVAC Technician" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "Service Van" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-observer_1098-14823.jpg", imageAlt: "Professional HVAC Team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg", imageAlt: "Learning map" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", imageAlt: "Technician with fixed AC" }
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years Serving" },
|
||||
{ value: "5,000+", label: "Happy Clients" },
|
||||
{ value: "24/7", label: "Available" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Call Now", href: "tel:7042927834" }, { text: "Request Service", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg"
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
|
||||
Reference in New Issue
Block a user