Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { CheckCircle, Flame, ShieldCheck, Snowflake, Sun, Wrench, Zap } from "lucide-react";
|
||||
import { CheckCircle, Flame, ShieldCheck, Snowflake, Sun, Wrench, Zap, Thermometer, Wind, Home } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -76,32 +76,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "System Repair", description: "Fast, reliable AC and heating repairs to get your system back online.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-broken-manometers_482257-80114.jpg", imageAlt: "HVAC system component repair" },
|
||||
title: "A/C & Heating Care", description: "Full suite of maintenance and repair services for year-round climate control.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-broken-manometers_482257-80114.jpg", imageAlt: "HVAC system component repair" },
|
||||
items: [
|
||||
{ icon: Wrench, text: "AC Repair" },
|
||||
{ icon: Flame, text: "Heating Repair" },
|
||||
{ icon: Snowflake, text: "A/C system maintenance" },
|
||||
{ icon: Wrench, text: "A/C system repair" },
|
||||
{ icon: Wind, text: "HVAC duct & vent installation" },
|
||||
{ icon: Sun, text: "HVAC system maintenance" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Routine Maintenance", description: "Preventive check-ups to extend equipment life and efficiency.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132396.jpg", imageAlt: "Technician performing AC tune-up" },
|
||||
title: "Heating Specialists", description: "Keep your home cozy with expert heating system services.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132396.jpg", imageAlt: "Technician performing AC tune-up" },
|
||||
items: [
|
||||
{ icon: Sun, text: "AC Tune-ups" },
|
||||
{ icon: Snowflake, text: "Winter Heating Checks" },
|
||||
{ icon: Flame, text: "Heating system installation" },
|
||||
{ icon: Thermometer, text: "Heating system maintenance" },
|
||||
{ icon: Flame, text: "Heating system repair" },
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "New Installation", description: "Professional install for modern, energy-efficient HVAC solutions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", imageAlt: "Full system install process" },
|
||||
title: "Installation & Repairs", description: "Professional upgrades and essential repairs for all home HVAC units.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", imageAlt: "Full system install process" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Thermostat Setup" },
|
||||
{ icon: Zap, text: "Full System Setup" },
|
||||
{ icon: Zap, text: "Install AC" },
|
||||
{ icon: Thermometer, text: "Install thermostat" },
|
||||
{ icon: Wrench, text: "Repair HVAC" },
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Comprehensive HVAC Services"
|
||||
description="From emergency repairs to full system installations, we keep your home climate-perfect year-round."
|
||||
description="From maintenance check-ups to full installations, we keep your home climate-perfect."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user