Compare commits
3 Commits
version_8_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e2bfa502 | |||
| 57cd74714f | |||
| 0a73303e6f |
@@ -1,7 +1,7 @@
|
|||||||
import AboutText from '@/components/sections/about/AboutText';
|
import AboutText from '@/components/sections/about/AboutText';
|
||||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||||
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
|
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
|
||||||
import { Clock, ShieldCheck, DollarSign } from "lucide-react";
|
import { Clock, ShieldCheck, DollarSign } from "lucide-react";
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||||
@@ -58,20 +58,23 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<FeaturesDetailedSteps
|
<FeaturesIconCards
|
||||||
tag="Why Choose Us"
|
tag="Why Choose Us"
|
||||||
title="Experience the Difference with Our HVAC Services"
|
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."
|
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={[
|
features={[
|
||||||
{
|
{
|
||||||
|
icon: Clock,
|
||||||
title: "24/7 Emergency Service",
|
title: "24/7 Emergency Service",
|
||||||
description: "Reliable support when you need it most. Our team is available around the clock for urgent repairs.",
|
description: "Reliable support when you need it most. Our team is available around the clock for urgent repairs.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
icon: ShieldCheck,
|
||||||
title: "Certified Technicians",
|
title: "Certified Technicians",
|
||||||
description: "Our experts are fully certified and continuously trained to handle all HVAC systems with precision.",
|
description: "Our experts are fully certified and continuously trained to handle all HVAC systems with precision.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
icon: DollarSign,
|
||||||
title: "Transparent Pricing",
|
title: "Transparent Pricing",
|
||||||
description: "No hidden fees, just honest and upfront pricing. We provide clear quotes before any work begins.",
|
description: "No hidden fees, just honest and upfront pricing. We provide clear quotes before any work begins.",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user