feat: replace hero section with a multi-image grid
This commit is contained in:
@@ -2,7 +2,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
|
||||
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
@@ -13,7 +13,7 @@ export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroSplitMediaGrid
|
||||
tag="Your Comfort, Our Priority"
|
||||
title="Reliable HVAC Services for a Perfect Climate"
|
||||
description="At ComfortFlow HVAC, we ensure your home or business maintains optimal temperature and air quality year-round. From expert installations to prompt repairs, we're dedicated to your comfort."
|
||||
@@ -25,7 +25,24 @@ export default function HomePage() {
|
||||
text: "Learn More About Us",
|
||||
href: "#about",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg"
|
||||
images={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg",
|
||||
alt: "HVAC technician working on a unit",
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/air-conditioner-repairman-working-latest-model_23-2148995950.jpg",
|
||||
alt: "Technician servicing an air conditioner",
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/technician-services-maintaining-air-conditioner_117023-965.jpg",
|
||||
alt: "Close-up of an air conditioner being repaired",
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15102.jpg",
|
||||
alt: "Electrician working on a switchboard",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user