Compare commits
6 Commits
version_7_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e2bfa502 | |||
| 57cd74714f | |||
| 0a73303e6f | |||
|
|
96c6d3547a | ||
| cde1406f2f | |||
| 887a2a1ee1 |
@@ -1,8 +1,8 @@
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesAlternatingSplit from '@/components/sections/features/FeaturesAlternatingSplit';
|
||||
|
||||
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
|
||||
import { Clock, ShieldCheck, DollarSign } from "lucide-react";
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import ProductVariantCards from '@/components/sections/product/ProductVariantCards';
|
||||
@@ -58,25 +58,25 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeaturesAlternatingSplit
|
||||
<FeaturesIconCards
|
||||
tag="Why Choose Us"
|
||||
title="Experience the Difference with Our HVAC Services"
|
||||
description="We stand out by prioritizing your comfort and budget. Our commitment to quality and transparency makes us the preferred choice for HVAC solutions in LA."
|
||||
features={[
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Emergency Service",
|
||||
description: "Reliable support when you need it most. Our team is available around the clock for urgent repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worried-woman-calling-mechanic-car-service-sitting-front-broken-car-with-open-hood-holding-phone-her-hand_482257-31932.jpg",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Certified Technicians",
|
||||
description: "Our experts are fully certified and continuously trained to handle all HVAC systems with precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-repairman-doing-air-conditioner-service_1303-26529.jpg",
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, just honest and upfront pricing. We provide clear quotes before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-writing-their-notebook_23-2148469902.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user