3 Commits

Author SHA1 Message Date
fa3357a331 Merge version_2 into main
Merge version_2 into main
2026-05-01 10:49:14 +00:00
c782281374 Update src/app/page.tsx 2026-05-01 10:49:08 +00:00
2bd45e23e9 Merge version_1 into main
Merge version_1 into main
2026-05-01 10:28:41 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -43,18 +43,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Reliable HVAC Service for Your Home"
description="Keep your home comfortable year-round with our expert heating and cooling solutions. Fast response and quality work guaranteed."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", imageAlt: "hvac technician working on unit" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-home_23-2149308983.jpg", imageAlt: "ac unit on residential home" },
{ 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: "clean air vent in modern house" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881692.jpg", imageAlt: "hvac technician working on unit" },
{ imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg", imageAlt: "ac unit on residential home" }
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg"
imageAlt="hvac technician working on unit"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", alt: "HVAC System 1" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-home_23-2149308983.jpg", alt: "HVAC System 2" },
{ type: "image", src: "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", alt: "HVAC System 3" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881692.jpg", alt: "HVAC System 4" }
]}
/>
</div>