Merge version_7_1778842490155 into main #9

Merged
bender merged 1 commits from version_7_1778842490155 into main 2026-05-15 10:55:52 +00:00

View File

@@ -2,7 +2,7 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesBento from '@/components/sections/features/FeaturesBento';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
@@ -14,7 +14,7 @@ export default function HomePage() {
<>
<div id="home" data-section="home">
<SectionErrorBoundary name="home">
<HeroOverlay
<HeroBillboardCarousel
tag="Your Comfort, Our Priority"
title="Expert HVAC Solutions for a Perfect Climate"
description="Keeping your home or business comfortable year-round with reliable heating, cooling, and air quality services. Trust ArcticFlow HVAC for exceptional service and lasting comfort."
@@ -22,20 +22,13 @@ export default function HomePage() {
text: "Schedule Service", href: "#contact"}}
secondaryButton={{
text: "Explore Services", href: "#services"}}
imageSrc="http://img.b2bpic.net/free-photo/trans-couple-sharing-tender-moments_23-2149445736.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-hipster-with-dreads-has-pleasant-smile-has-white-teeth-happy-hear-good-news-wears-bright-clothes_273609-33580.jpg"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-relaxing-home_23-2150307056.jpg"},
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg"},
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-sharing-tender-moments_23-2149445736.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-touching-vintage-machine_23-2148180331.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-digital-thermometer_53876-42015.jpg" },
]}
avatarsLabel="Trusted by 5,000+ happy customers"
/>
</SectionErrorBoundary>
</div>