Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-06-10 03:48:27 +00:00

View File

@@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { AirConditioning, Wrench, Zap, ShieldCheck, Sparkles, Star } from "lucide-react"; import { Thermometer, Wrench, Zap, ShieldCheck, Sparkles, Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -69,7 +69,7 @@ export default function LandingPage() {
title="Our Comprehensive Home Services" title="Our Comprehensive Home Services"
description="From heating and cooling to plumbing and electrical, Conejo Services covers all your home needs. Experienced technicians, quality work, and reliable solutions. 24/7 Emergency Service Available — We Answer Every Call" description="From heating and cooling to plumbing and electrical, Conejo Services covers all your home needs. Experienced technicians, quality work, and reliable solutions. 24/7 Emergency Service Available — We Answer Every Call"
features={[ features={[
{ title: "Heating & Air Conditioning", description: "Installation, repair, and maintenance for all makes and models. AC tune-ups, duct cleaning, ductless systems, thermostat installation. We keep your home comfortable year-round.", bentoComponent: "reveal-icon", icon: AirConditioning }, { title: "Heating & Air Conditioning", description: "Installation, repair, and maintenance for all makes and models. AC tune-ups, duct cleaning, ductless systems, thermostat installation. We keep your home comfortable year-round.", bentoComponent: "reveal-icon", icon: Thermometer },
{ title: "Plumbing Services", description: "Water heater installation, leak repairs, garbage disposal, drain cleaning, and full-service plumbing. Fast same-day service available.", bentoComponent: "reveal-icon", icon: Wrench }, { title: "Plumbing Services", description: "Water heater installation, leak repairs, garbage disposal, drain cleaning, and full-service plumbing. Fast same-day service available.", bentoComponent: "reveal-icon", icon: Wrench },
{ title: "Electrical Services", description: "Outlets, panel upgrades, wiring, and more. Our licensed electricians handle everything safely and to code.", bentoComponent: "reveal-icon", icon: Zap } { title: "Electrical Services", description: "Outlets, panel upgrades, wiring, and more. Our licensed electricians handle everything safely and to code.", bentoComponent: "reveal-icon", icon: Zap }
]} ]}