Update src/app/page.tsx

This commit is contained in:
2026-06-10 03:34:29 +00:00
parent 0870b0bfb7
commit 98a9ef9148

View File

@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Why Us", name: "Why Us", id: "#why-conejo"},
id: "#why-conejo",
},
{ {
name: "Reviews", name: "Reviews", id: "#reviews"},
id: "#reviews",
},
{ {
name: "Membership", name: "Membership", id: "#membership"},
id: "#membership",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg" logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
logoAlt="Conejo Services Logo" logoAlt="Conejo Services Logo"
@@ -66,113 +54,63 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Beverly Hills' Most Trusted Home Services — Since 1977" title="Beverly Hills' Most Trusted Home Services — Since 1977"
description="HVAC · Plumbing · Electrical · Available 24/7\n\n⭐ 4.9 Stars (2,663 Reviews) | ✅ Licensed & Background Checked | 🏠 Family-Owned 47+ Years" description="HVAC · Plumbing · Electrical · Available 24/7\n\n⭐ 4.9 Stars (2,663 Reviews) | ✅ Licensed & Background Checked | 🏠 Family-Owned 47+ Years"
testimonials={[ testimonials={[
{ {
name: "Sarah P.", name: "Sarah P.", handle: "@sarahp", testimonial: "Conejo Services is simply the best! Professional, prompt, and truly cared for my home.", rating: 5,
handle: "@sarahp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Sarah P. avatar"},
testimonial: "Conejo Services is simply the best! Professional, prompt, and truly cared for my home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
imageAlt: "Sarah P. avatar",
},
{ {
name: "Michael L.", name: "Michael L.", handle: "@michaell", testimonial: "Impeccable service! They fixed our AC quickly and efficiently. Highly recommend.", rating: 5,
handle: "@michaell", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", imageAlt: "Michael L. avatar"},
testimonial: "Impeccable service! They fixed our AC quickly and efficiently. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg",
imageAlt: "Michael L. avatar",
},
{ {
name: "Emily R.", name: "Emily R.", handle: "@emilyr", testimonial: "Friendly, knowledgeable technicians. Our plumbing issue was resolved with ease.", rating: 5,
handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg", imageAlt: "Emily R. avatar"},
testimonial: "Friendly, knowledgeable technicians. Our plumbing issue was resolved with ease.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg",
imageAlt: "Emily R. avatar",
},
{ {
name: "David K.", name: "David K.", handle: "@davidk", testimonial: "Prompt and transparent pricing. No surprises and excellent electrical work.", rating: 5,
handle: "@davidk", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "David K. avatar"},
testimonial: "Prompt and transparent pricing. No surprises and excellent electrical work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
imageAlt: "David K. avatar",
},
{ {
name: "Jessica M.", name: "Jessica M.", handle: "@jessicam", testimonial: "Consistently reliable. They are our go-to for all home service needs in Conejo Valley.", rating: 5,
handle: "@jessicam", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116283.jpg", imageAlt: "Jessica M. avatar"},
testimonial: "Consistently reliable. They are our go-to for all home service needs in Conejo Valley.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116283.jpg",
imageAlt: "Jessica M. avatar",
},
]} ]}
tag="$100 OFF Emergency Dispatch Fees — Limited Time" tag="$100 OFF Emergency Dispatch Fees — Limited Time"
buttons={[ buttons={[
{ {
text: "Call Now: (805) 398-0659", text: "Call Now: (805) 398-0659", href: "tel:+18053980659"},
href: "tel:+18053980659",
},
{ {
text: "Get a Free Estimate", text: "Get a Free Estimate", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg"
imageAlt="HVAC technician working in a modern home interior" imageAlt="HVAC technician working in a modern home interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg", src: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg", alt: "Satisfied Customer"},
alt: "Satisfied Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg", src: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg", alt: "Happy Homeowner"},
alt: "Happy Homeowner",
},
{ {
src: "http://img.b2bpic.net/free-vector/systems-control-smart-house_98292-2531.jpg", src: "http://img.b2bpic.net/free-vector/systems-control-smart-house_98292-2531.jpg", alt: "Local Resident"},
alt: "Local Resident",
},
{ {
src: "http://img.b2bpic.net/free-vector/creative-plumber-25-glyph-solid-black-icon-pack-such-as-plumbing-person-plumbing-mechanic-system_1142-24904.jpg", src: "http://img.b2bpic.net/free-vector/creative-plumber-25-glyph-solid-black-icon-pack-such-as-plumbing-person-plumbing-mechanic-system_1142-24904.jpg", alt: "Trusted Client"},
alt: "Trusted Client",
},
{ {
src: "http://img.b2bpic.net/free-vector/electricity-label-set_98292-5471.jpg", src: "http://img.b2bpic.net/free-vector/electricity-label-set_98292-5471.jpg", alt: "Valued Customer"},
alt: "Valued Customer",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
text: "24/7 Emergency Service",
icon: Clock,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
text: "Licensed & Insured",
icon: ShieldCheck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Family-Owned Since 1977", icon: Home,
text: "Family-Owned Since 1977",
icon: Home,
}, },
{ {
type: "text-icon", type: "text-icon", text: "4.9 Star Reviews", icon: Star,
text: "4.9 Star Reviews",
icon: Star,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Free Estimates", icon: ListChecks,
text: "Free Estimates",
icon: ListChecks,
}, },
]} ]}
/> />
@@ -185,32 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Heating & Air Conditioning", 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: Cog,
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.", imageSrc: "http://img.b2bpic.net/free-vector/systems-control-smart-house_98292-2531.jpg", imageAlt: "air conditioning unit icon"},
bentoComponent: "reveal-icon",
icon: Cog,
imageSrc: "http://img.b2bpic.net/free-vector/systems-control-smart-house_98292-2531.jpg",
imageAlt: "air conditioning unit icon",
},
{ {
title: "Plumbing Services", 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,
description: "Water heater installation, leak repairs, garbage disposal, drain cleaning, and full-service plumbing. Fast same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg", imageAlt: "air conditioning unit icon"},
bentoComponent: "reveal-icon",
icon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg",
imageAlt: "air conditioning unit icon",
},
{ {
title: "Electrical Services", title: "Electrical Services", description: "Outlets, panel upgrades, wiring, and more. Our licensed electricians handle everything safely and to code.", bentoComponent: "reveal-icon", icon: Zap,
description: "Outlets, panel upgrades, wiring, and more. Our licensed electricians handle everything safely and to code.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg", imageAlt: "air conditioning unit icon"},
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23922.jpg?_wi=2",
imageAlt: "air conditioning unit icon",
},
]} ]}
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"
/> />
</div> </div>
@@ -236,25 +159,15 @@ export default function LandingPage() {
author="Jane M. (Verified Google Review)" author="Jane M. (Verified Google Review)"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/excited-handsome-blonde-man-looking-front-isolated-purple-wall_141793-66160.jpg", src: "http://img.b2bpic.net/free-photo/excited-handsome-blonde-man-looking-front-isolated-purple-wall_141793-66160.jpg", alt: "Jane M. avatar"},
alt: "Jane M. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", src: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", alt: "Jenny J. avatar"},
alt: "Jenny J. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/african-american-man-white-t-shirt_273609-14766.jpg", src: "http://img.b2bpic.net/free-photo/african-american-man-white-t-shirt_273609-14766.jpg", alt: "K. Thompson avatar"},
alt: "K. Thompson avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285284.jpg", src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285284.jpg", alt: "J. Will avatar"},
alt: "J. Will avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Customer avatar"},
alt: "Customer avatar",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -268,42 +181,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "standard", id: "standard", badge: "Value", badgeIcon: Sparkles,
badge: "Value", price: "Call for Quote", name: "Standard Service Plan", buttons: [
badgeIcon: Sparkles,
price: "Call for Quote",
name: "Standard Service Plan",
buttons: [
{ {
text: "Learn More", text: "Learn More", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Annual System Check", "Annual System Check", "Basic Priority", "10% Off Repairs"],
"Basic Priority",
"10% Off Repairs",
],
}, },
{ {
id: "platinum", id: "platinum", badge: "Most Popular", badgeIcon: Star,
badge: "Most Popular", price: "Call for Quote", name: "Conejo Platinum Service Plan", buttons: [
badgeIcon: Star,
price: "Call for Quote",
name: "Conejo Platinum Service Plan",
buttons: [
{ {
text: "Get Plan Details", text: "Get Plan Details", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Annual HVAC & Plumbing Tune-ups", "Annual HVAC & Plumbing Tune-ups", "Priority Scheduling", "Exclusive Member Discounts", "Extended Warranty Options", "Peace of Mind Coverage"],
"Priority Scheduling",
"Exclusive Member Discounts",
"Extended Warranty Options",
"Peace of Mind Coverage",
],
}, },
]} ]}
title="The Conejo Platinum Service Plan" title="The Conejo Platinum Service Plan"
@@ -319,12 +212,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ {
id: "family", id: "family", name: "The Conejo Services Family", role: "Owners & Operators", imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg", imageAlt: "Family photo of Conejo Services owners"},
name: "The Conejo Services Family",
role: "Owners & Operators",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg",
imageAlt: "Family photo of Conejo Services owners",
},
]} ]}
title="Family-Owned. Neighbor-Trusted. Since 1977." title="Family-Owned. Neighbor-Trusted. Since 1977."
description="For over 47 years, Conejo Services has been the name Conejo Valley and Beverly Hills families call when it matters most. We're not a call center — we're your neighbors. Every technician is background-checked, licensed, and trained to treat your home with the same care they'd give their own. When you call us, a real person answers. When we arrive, you'll know our name." description="For over 47 years, Conejo Services has been the name Conejo Valley and Beverly Hills families call when it matters most. We're not a call center — we're your neighbors. Every technician is background-checked, licensed, and trained to treat your home with the same care they'd give their own. When you call us, a real person answers. When we arrive, you'll know our name."
@@ -335,20 +223,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Your Local Experts" tag="Your Local Experts"
title="Ready When You Are — Day or Night" title="Ready When You Are — Day or Night"
description="Emergency? Maintenance? New install? We've got you. Serves Beverly Hills & Conejo Valley | Open 24 Hours | Free Estimates | $100 Off Emergency Dispatch" description="Emergency? Maintenance? New install? We've got you. Serves Beverly Hills & Conejo Valley | Open 24 Hours | Free Estimates | $100 Off Emergency Dispatch"
buttons={[ buttons={[
{ {
text: "📞 Call (805) 398-0659", text: "📞 Call (805) 398-0659", href: "tel:+18053980659"},
href: "tel:+18053980659",
},
{ {
text: "📋 Request a Free Estimate", text: "📋 Request a Free Estimate", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -360,58 +243,35 @@ export default function LandingPage() {
logoText="CONEJO SERVICES" logoText="CONEJO SERVICES"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "HVAC", label: "HVAC", href: "#services"},
href: "#services",
},
{ {
label: "Plumbing", label: "Plumbing", href: "#services"},
href: "#services",
},
{ {
label: "Electrical", label: "Electrical", href: "#services"},
href: "#services",
},
{ {
label: "Emergency Service", label: "Emergency Service", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Why Conejo", label: "Why Conejo", href: "#why-conejo"},
href: "#why-conejo",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
{ {
label: "Membership", label: "Membership", href: "#membership"},
href: "#membership",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Get a Quote", label: "Get a Quote", href: "#contact"},
href: "#contact",
},
{ {
label: "Call Us", label: "Call Us", href: "tel:+18053980659"},
href: "tel:+18053980659",
},
], ],
}, },
]} ]}