Compare commits
7 Commits
version_5_
...
version_8_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96c6d3547a | ||
| cde1406f2f | |||
| 887a2a1ee1 | |||
|
|
6ea57ef6f4 | ||
| 2a6aa7ceee | |||
|
|
5ce0f916ab | ||
| e2c6d770f0 |
@@ -1,7 +1,8 @@
|
|||||||
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 FeaturesComparison from '@/components/sections/features/FeaturesComparison';
|
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
|
||||||
|
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';
|
||||||
import ProductVariantCards from '@/components/sections/product/ProductVariantCards';
|
import ProductVariantCards from '@/components/sections/product/ProductVariantCards';
|
||||||
@@ -57,23 +58,23 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<FeaturesComparison
|
<FeaturesDetailedSteps
|
||||||
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."
|
||||||
negativeItems={[
|
features={[
|
||||||
"Hidden Fees & Surprises",
|
{
|
||||||
"Unreliable & Untrained Technicians",
|
title: "24/7 Emergency Service",
|
||||||
"Slow Response Times in Emergencies",
|
description: "Reliable support when you need it most. Our team is available around the clock for urgent repairs.",
|
||||||
"Outdated & Inefficient Equipment",
|
},
|
||||||
"Poor Communication & Follow-Up",
|
{
|
||||||
]}
|
title: "Certified Technicians",
|
||||||
positiveItems={[
|
description: "Our experts are fully certified and continuously trained to handle all HVAC systems with precision.",
|
||||||
"Transparent & Upfront Pricing",
|
},
|
||||||
"Certified & Experienced Professionals",
|
{
|
||||||
"24/7 Emergency Service Availability",
|
title: "Transparent Pricing",
|
||||||
"Energy-Efficient & Modern Solutions",
|
description: "No hidden fees, just honest and upfront pricing. We provide clear quotes before any work begins.",
|
||||||
"Clear & Timely Communication",
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user