Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-28 18:17:41 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Pico Rivera HVAC"
/>
@@ -55,98 +47,62 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Keep Pico Rivera Comfortable All Year Round"
description="Expert HVAC services, including repair, maintenance, and installation for residential and commercial systems."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110884.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110884.jpg"},
]}
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
{
text: "Schedule Service", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-black-man-working_23-2149546192.jpg",
alt: "Medium shot black man working",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-black-man-working_23-2149546192.jpg", alt: "Medium shot black man working"},
{
src: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg",
alt: "Close up of worker checking freon tank",
},
src: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", alt: "Close up of worker checking freon tank"},
{
src: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg",
alt: "Bike repair shop",
},
src: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", alt: "Bike repair shop"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg",
alt: "High angle woman working as plumber",
},
src: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", alt: "High angle woman working as plumber"},
{
src: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg",
alt: "Trained worker dissasembling air conditioner",
},
src: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg", alt: "Trained worker dissasembling air conditioner"},
]}
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-vector/flat-design-hurricane-logo-template_23-2149189462.jpg",
alt: "Hvac company logo set",
},
type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-hurricane-logo-template_23-2149189462.jpg", alt: "Hvac company logo set"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/realistic-4th-july-label-collection_23-2149423645.jpg",
alt: "Hvac industry certificate badge",
},
type: "image", src: "http://img.b2bpic.net/free-vector/realistic-4th-july-label-collection_23-2149423645.jpg", alt: "Hvac industry certificate badge"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zi8yb4",
alt: "Hvac manufacturer symbol",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zi8yb4", alt: "Hvac manufacturer symbol"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-labels-template_23-2149412868.jpg",
alt: "Local business association logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-labels-template_23-2149412868.jpg", alt: "Local business association logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217830.jpg",
alt: "Hvac service accreditation logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217830.jpg", alt: "Hvac service accreditation logo"},
]}
/>
</div>
@@ -159,17 +115,11 @@ export default function LandingPage() {
description="With over two decades of dedicated service, Pico Rivera HVAC provides reliable cooling and heating solutions. We prioritize efficiency, safety, and your indoor air quality."
bulletPoints={[
{
title: "24/7 Availability",
description: "Emergency HVAC services whenever you need them.",
},
title: "24/7 Availability", description: "Emergency HVAC services whenever you need them."},
{
title: "Certified Technicians",
description: "Licensed and trained professionals handling your systems.",
},
title: "Certified Technicians", description: "Licensed and trained professionals handling your systems."},
{
title: "Transparent Pricing",
description: "Clear estimates with no hidden fees.",
},
title: "Transparent Pricing", description: "Clear estimates with no hidden fees."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg"
imageAlt="Expert HVAC technician"
@@ -185,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "s1",
name: "AC Repair & Maintenance",
price: "From $89",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg",
},
id: "s1", name: "AC Repair & Maintenance", price: "From $89", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg"},
{
id: "s2",
name: "Furnace Installation",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
},
id: "s2", name: "Furnace Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg"},
{
id: "s3",
name: "Air Duct Cleaning",
price: "From $150",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg",
},
id: "s3", name: "Air Duct Cleaning", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388951.jpg"},
{
id: "s4",
name: "Heat Pump Servicing",
price: "From $120",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
},
id: "s4", name: "Heat Pump Servicing", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg"},
{
id: "s5",
name: "Thermostat Setup",
price: "From $75",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg",
},
id: "s5", name: "Thermostat Setup", price: "From $75", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg"},
{
id: "s6",
name: "System Inspections",
price: "From $99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388959.jpg",
},
id: "s6", name: "System Inspections", price: "From $99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388959.jpg"},
]}
title="Professional HVAC Services"
description="Comprehensive solutions to handle every heating and cooling challenge."
@@ -233,20 +159,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "m1",
value: "15,000+",
description: "Successful Repairs",
},
id: "m1", value: "15,000+", description: "Successful Repairs"},
{
id: "m2",
value: "25+",
description: "Years of Experience",
},
id: "m2", value: "25+", description: "Years of Experience"},
{
id: "m3",
value: "5,000+",
description: "Happy Homeowners",
},
id: "m3", value: "5,000+", description: "Happy Homeowners"},
]}
metricsAnimation="slide-up"
/>
@@ -259,40 +176,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mark D.",
role: "Resident",
testimonial: "Excellent service and quick repair on my central cooling unit.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
},
id: "1", name: "Mark D.", role: "Resident", testimonial: "Excellent service and quick repair on my central cooling unit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg"},
{
id: "2",
name: "Sarah L.",
role: "Homeowner",
testimonial: "Very professional and explained everything clearly during the furnace install.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-casual-outfit-relaxing-home-leisure-time-having-fun-smiling-listening-music-headphones-dancing-sitting-sofa-cheerful-happy-wearing-stockings-sweater_285396-5042.jpg",
},
id: "2", name: "Sarah L.", role: "Homeowner", testimonial: "Very professional and explained everything clearly during the furnace install.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-casual-outfit-relaxing-home-leisure-time-having-fun-smiling-listening-music-headphones-dancing-sitting-sofa-cheerful-happy-wearing-stockings-sweater_285396-5042.jpg"},
{
id: "3",
name: "David M.",
role: "Client",
testimonial: "Saved my weekend when the AC stopped running. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
id: "3", name: "David M.", role: "Client", testimonial: "Saved my weekend when the AC stopped running. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg"},
{
id: "4",
name: "Linda K.",
role: "Customer",
testimonial: "Reliable, affordable, and honest. That's hard to find these days.",
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
},
id: "4", name: "Linda K.", role: "Customer", testimonial: "Reliable, affordable, and honest. That's hard to find these days.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg"},
{
id: "5",
name: "Robert B.",
role: "Homeowner",
testimonial: "Great experience with duct cleaning, my home air feels fresher now.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-caucasian-guy-love-with-his-black-girlfriend_1262-20219.jpg",
},
id: "5", name: "Robert B.", role: "Homeowner", testimonial: "Great experience with duct cleaning, my home air feels fresher now.", imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-caucasian-guy-love-with-his-black-girlfriend_1262-20219.jpg"},
]}
title="What Our Neighbors Say"
description="Don't just take our word for it—check out why Pico Rivera homeowners trust us."
@@ -305,20 +197,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How often should I service my HVAC system?",
content: "We recommend bi-annual checkups to ensure peak efficiency.",
},
id: "f1", title: "How often should I service my HVAC system?", content: "We recommend bi-annual checkups to ensure peak efficiency."},
{
id: "f2",
title: "Why is my AC blowing warm air?",
content: "Could be refrigerant issues, faulty thermostat, or compressor problems.",
},
id: "f2", title: "Why is my AC blowing warm air?", content: "Could be refrigerant issues, faulty thermostat, or compressor problems."},
{
id: "f3",
title: "Do you offer financing?",
content: "Yes, we have flexible financing options for larger installations.",
},
id: "f3", title: "Do you offer financing?", content: "Yes, we have flexible financing options for larger installations."},
]}
title="Common Questions"
description="Answers to the most frequent heating and cooling concerns."
@@ -331,14 +214,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Pico Cooling Co",
"Expert Furnace Inc",
"Local Comfort HVAC",
"Safety First Air",
"Professional Duct Masters",
"Reliable Climate Solutions",
"Premier Heating Systems",
]}
"Pico Cooling Co", "Expert Furnace Inc", "Local Comfort HVAC", "Safety First Air", "Professional Duct Masters", "Reliable Climate Solutions", "Premier Heating Systems"]}
title="Industry Partners"
description="We collaborate with the industry's leading brands and organizations."
/>
@@ -348,14 +224,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
text="Ready to get started? Contact us today for a free assessment of your home's HVAC system and keep the comfort levels high."
buttons={[
{
text: "Contact Us Now",
href: "tel:+15555555555",
},
text: "Contact Us Now", href: "tel:+15555555555"},
]}
/>
</div>
@@ -369,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}