Merge version_2_1778842093826 into main #4
@@ -3,7 +3,7 @@ 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 MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards';
|
||||
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
||||
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
|
||||
|
||||
@@ -130,16 +130,35 @@ export default function HomePage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMinimalCards
|
||||
<MetricsMediaCards
|
||||
tag="Our Impact"
|
||||
title="A Legacy of Trust & Excellence"
|
||||
description="We're proud of our journey and the milestones we've achieved in providing top-notch HVAC services."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+", description: "Years of Experience"},
|
||||
value: "20+",
|
||||
title: "Years of Experience",
|
||||
description: "Serving our community with reliable heating and cooling solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-engineer-working-air-conditioner_1303-26756.jpg"
|
||||
},
|
||||
{
|
||||
value: "5,000+", description: "Happy Customers"},
|
||||
value: "5,000+",
|
||||
title: "Happy Customers",
|
||||
description: "Thousands of satisfied homeowners and businesses trust us with their comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-new-house_23-2148924040.jpg"
|
||||
},
|
||||
{
|
||||
value: "24/7", description: "Emergency Service"},
|
||||
value: "24/7",
|
||||
title: "Emergency Service",
|
||||
description: "Always available to provide rapid response for urgent HVAC needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-air-conditioner_1303-26757.jpg"
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Guaranteed",
|
||||
description: "Our commitment to quality ensures your complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-repairing-air-conditioner_1303-26755.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user