Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 21:26:08 +00:00

View File

@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150075316.jpg"
logoAlt="EM Mechanical NY Logo"
@@ -75,44 +59,23 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="EM Mechanical NY: Your Trusted Partner for Premium HVAC Solutions"
description="Experience unparalleled comfort and efficiency with expert HVAC installation, maintenance, and repair services across New York. Dedicated to honesty, professionalism, and fair pricing, we ensure your home or business stays comfortable year-round."
tag="NY's #1 HVAC Experts"
tagAnimation="slide-up"
buttons={[
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
{
text: "Explore Our Services",
href: "#services",
},
text: "Explore Our Services", href: "#services"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg",
imageAlt: "HVAC technician installing a unit",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg", imageAlt: "HVAC technician installing a unit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-celebrating-christmas-couch_23-2147717844.jpg",
imageAlt: "A comfortable, modern home interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg",
imageAlt: "Happy auto repairman pulling rack with car tires and looking at camera in a workshop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-taking-car-tire-form-rack-workshop_637285-7530.jpg",
imageAlt: "Happy auto repairman taking car tire form a rack in a workshop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg",
imageAlt: "Plumber doing victory gesture",
},
imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-celebrating-christmas-couch_23-2147717844.jpg", imageAlt: "A comfortable, modern home interior"}
]}
mediaAnimation="opacity"
rating={5}
@@ -128,12 +91,9 @@ export default function LandingPage() {
title="Unrivaled Expertise & Dedicated Service: The EM Mechanical NY Difference"
buttons={[
{
text: "Meet Our Team",
href: "#team",
},
text: "Meet Our Team", href: "#team"},
]}
buttonAnimation="slide-up"
description="At EM Mechanical NY, we believe in building lasting relationships through trust and exceptional service. Led by Enrique, our team is renowned for being honest, respectful, and incredibly kind. We combine extensive knowledge with a meticulous approach, ensuring every project, from routine maintenance to complex system replacements, is executed flawlessly. Our commitment to fair pricing and transparent communication means you always receive the best value and peace of mind."
/>
</div>
@@ -146,25 +106,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
accordionItems={[
{
id: "ac-install",
title: "Air Conditioning Installation & Repair",
content: "Stay cool with our expert AC services. We install and repair all types of air conditioning systems, including central air and mini-splits, ensuring efficient and reliable cooling for your space.",
},
id: "ac-install", title: "Air Conditioning Installation & Repair", content: "Stay cool with our expert AC services. We install and repair all types of air conditioning systems, including central air and mini-splits, ensuring efficient and reliable cooling for your space."},
{
id: "heating-repair",
title: "Heating System Service & Replacement",
content: "Keep warm during colder months with our heating solutions. From furnace and boiler repairs to complete system replacements, we ensure your home's heating is safe and effective.",
},
id: "heating-repair", title: "Heating System Service & Replacement", content: "Keep warm during colder months with our heating solutions. From furnace and boiler repairs to complete system replacements, we ensure your home's heating is safe and effective."},
{
id: "preventative-maintenance",
title: "Preventative Maintenance & Tune-Ups",
content: "Maximize the lifespan and efficiency of your HVAC system with our comprehensive maintenance plans. Regular tune-ups prevent costly breakdowns and ensure peak performance.",
},
id: "preventative-maintenance", title: "Preventative Maintenance & Tune-Ups", content: "Maximize the lifespan and efficiency of your HVAC system with our comprehensive maintenance plans. Regular tune-ups prevent costly breakdowns and ensure peak performance."},
{
id: "emergency-service",
title: "24/7 Emergency HVAC Services",
content: "HVAC emergencies can happen at any time. Our responsive team is available around the clock to address critical issues, restoring your comfort quickly and efficiently.",
},
id: "emergency-service", title: "24/7 Emergency HVAC Services", content: "HVAC emergencies can happen at any time. Our responsive team is available around the clock to address critical issues, restoring your comfort quickly and efficiently."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cleaning_23-2149268837.jpg"
imageAlt="HVAC technician repairing a furnace"
@@ -181,20 +129,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "years",
value: "15+",
description: "Years of Dedicated Service",
},
id: "years", value: "15+", description: "Years of Dedicated Service"},
{
id: "projects",
value: "1000+",
description: "Successful Projects Completed",
},
id: "projects", value: "1000+", description: "Successful Projects Completed"},
{
id: "satisfaction",
value: "99%",
description: "Customer Satisfaction Rate",
},
id: "satisfaction", value: "99%", description: "Customer Satisfaction Rate"},
]}
title="Building Trust, One Project at a Time"
description="Our commitment to excellence is reflected in every project we undertake and every customer we serve."
@@ -211,53 +150,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1",
name: "High-Efficiency Central AC",
price: "Starting at $4,500",
variant: "Cooling Systems",
imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg",
imageAlt: "High-efficiency central air conditioning unit",
},
id: "prod-1", name: "High-Efficiency Central AC", price: "Starting at $4,500", variant: "Cooling Systems", imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", imageAlt: "High-efficiency central air conditioning unit"},
{
id: "prod-2",
name: "Modern Boiler Systems",
price: "Starting at $3,800",
variant: "Heating Systems",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageAlt: "Modern boiler heating system",
},
id: "prod-2", name: "Modern Boiler Systems", price: "Starting at $3,800", variant: "Heating Systems", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Modern boiler heating system"},
{
id: "prod-3",
name: "Ductless Mini-Split Units",
price: "Starting at $2,200",
variant: "Flexible Cooling/Heating",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-comfortable-couch-with-white-cushions_1203-1451.jpg",
imageAlt: "Ductless mini-split unit",
},
id: "prod-3", name: "Ductless Mini-Split Units", price: "Starting at $2,200", variant: "Flexible Cooling/Heating", imageSrc: "http://img.b2bpic.net/free-photo/close-up-comfortable-couch-with-white-cushions_1203-1451.jpg", imageAlt: "Ductless mini-split unit"},
{
id: "prod-4",
name: "Smart Thermostats",
price: "Starting at $150",
variant: "Climate Control",
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036907.jpg",
imageAlt: "Smart thermostat",
},
id: "prod-4", name: "Smart Thermostats", price: "Starting at $150", variant: "Climate Control", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036907.jpg", imageAlt: "Smart thermostat"},
{
id: "prod-5",
name: "Whole-Home Air Purifiers",
price: "Starting at $700",
variant: "Air Quality",
imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg",
imageAlt: "Whole-home air purifier",
},
id: "prod-5", name: "Whole-Home Air Purifiers", price: "Starting at $700", variant: "Air Quality", imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg", imageAlt: "Whole-home air purifier"},
{
id: "prod-6",
name: "Optimized Ductwork Systems",
price: "Custom Quote",
variant: "Air Distribution",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388949.jpg",
imageAlt: "Optimized ductwork system",
},
id: "prod-6", name: "Optimized Ductwork Systems", price: "Custom Quote", variant: "Air Distribution", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388949.jpg", imageAlt: "Optimized ductwork system"},
]}
title="Quality Systems for Every Home & Budget"
description="We partner with leading manufacturers to provide robust and energy-efficient HVAC systems that meet the highest standards of quality and performance. From central air to advanced boilers, explore our range of solutions."
@@ -273,61 +176,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic-tuneup",
badge: "Value",
badgeIcon: Sparkles,
price: "$129",
subtitle: "Essential System Tune-Up",
buttons: [
id: "basic-tuneup", badge: "Value", badgeIcon: Sparkles,
price: "$129", subtitle: "Essential System Tune-Up", buttons: [
{
text: "Schedule Now",
href: "#contact",
},
text: "Schedule Now", href: "#contact"},
],
features: [
"Annual system inspection",
"Filter replacement",
"Basic cleaning",
"Efficiency check",
],
"Annual system inspection", "Filter replacement", "Basic cleaning", "Efficiency check"],
},
{
id: "premier-care",
badge: "Most Popular",
badgeIcon: Star,
price: "$249",
subtitle: "Comprehensive Maintenance Plan",
buttons: [
id: "premier-care", badge: "Most Popular", badgeIcon: Star,
price: "$249", subtitle: "Comprehensive Maintenance Plan", buttons: [
{
text: "Enroll Today",
href: "#contact",
},
text: "Enroll Today", href: "#contact"},
],
features: [
"Two annual visits (heating & cooling)",
"Priority scheduling",
"Advanced system diagnostics",
"Discount on repairs",
],
"Two annual visits (heating & cooling)", "Priority scheduling", "Advanced system diagnostics", "Discount on repairs"],
},
{
id: "custom-install",
badge: "Tailored Solution",
badgeIcon: Settings,
price: "Custom Quote",
subtitle: "New System Installation",
buttons: [
id: "custom-install", badge: "Tailored Solution", badgeIcon: Settings,
price: "Custom Quote", subtitle: "New System Installation", buttons: [
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
],
features: [
"Personalized consultation",
"System design & sizing",
"Professional installation",
"Post-installation support",
],
"Personalized consultation", "System design & sizing", "Professional installation", "Post-installation support"],
},
]}
title="Transparent Pricing for Premium HVAC Services"
@@ -344,40 +217,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "test-1",
name: "Martin C.",
handle: "@MartinC",
testimonial: "Our experience with Enrique and his crew was great for both our condenser and air handler replacement (central air) and our boiler replacement (heating). Reasonable price and excellent work!",
imageSrc: "http://img.b2bpic.net/free-photo/architect-relaxing-after-finishing-project_23-2148242970.jpg",
},
id: "test-1", name: "Martin C.", handle: "@MartinC", testimonial: "Our experience with Enrique and his crew was great for both our condenser and air handler replacement (central air) and our boiler replacement (heating). Reasonable price and excellent work!", imageSrc: "http://img.b2bpic.net/free-photo/architect-relaxing-after-finishing-project_23-2148242970.jpg"},
{
id: "test-2",
name: "Elva Leddy",
handle: "@ElvaL",
testimonial: "Enrique is not just honest, he is very respectful and kind. I can not say enough about him. His work is excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg",
},
id: "test-2", name: "Elva Leddy", handle: "@ElvaL", testimonial: "Enrique is not just honest, he is very respectful and kind. I can not say enough about him. His work is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4305.jpg"},
{
id: "test-3",
name: "Lucy Chang",
handle: "@LucyC",
testimonial: "The most exceptional service I have ever experienced for a house with a 37-year-old boiler! Enrique and his team were not only fair in pricing, their professionalism was beyond our expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
},
id: "test-3", name: "Lucy Chang", handle: "@LucyC", testimonial: "The most exceptional service I have ever experienced for a house with a 37-year-old boiler! Enrique and his team were not only fair in pricing, their professionalism was beyond our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg"},
{
id: "test-4",
name: "Amy R.",
handle: "@AmyR",
testimonial: "I rarely write reviews and I truly cannot recommend them highly enough! Enrique and his team were exceptional. I trusted Enrique the moment he said hello. Incredibly knowledgeable and forthcoming.",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-youth-joy-happiness-concept-adorable-cute-young-red-haired-freckled-woman-dressed-striped-nightwear-smiling-cheerfully-enjoying-happy-moment-while-spending-leisure-time-home_344912-2202.jpg",
},
id: "test-4", name: "Amy R.", handle: "@AmyR", testimonial: "I rarely write reviews and I truly cannot recommend them highly enough! Enrique and his team were exceptional. I trusted Enrique the moment he said hello. Incredibly knowledgeable and forthcoming.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-youth-joy-happiness-concept-adorable-cute-young-red-haired-freckled-woman-dressed-striped-nightwear-smiling-cheerfully-enjoying-happy-moment-while-spending-leisure-time-home_344912-2202.jpg"},
{
id: "test-5",
name: "Janeth Jimenez",
handle: "@JanethJ",
testimonial: "Enrique and his team were professionals every step of the way. He guided me through the process of replacing my Heating/Cooling unit and gave me full confidence that he was going to get the job done the right way.",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2834.jpg",
},
id: "test-5", name: "Janeth Jimenez", handle: "@JanethJ", testimonial: "Enrique and his team were professionals every step of the way. He guided me through the process of replacing my Heating/Cooling unit and gave me full confidence that he was going to get the job done the right way.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2834.jpg"},
]}
title="Hear From Our Happy Customers"
description="Nothing speaks louder than the words of those we've served. Discover why New Yorkers trust EM Mechanical NY for their HVAC needs."
@@ -393,33 +241,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What types of HVAC services do you offer?",
content: "We offer a full range of HVAC services including installation, repair, maintenance, and replacement of central air conditioning, heating systems (furnaces, boilers), ductless mini-splits, and smart thermostats.",
},
id: "faq-1", title: "What types of HVAC services do you offer?", content: "We offer a full range of HVAC services including installation, repair, maintenance, and replacement of central air conditioning, heating systems (furnaces, boilers), ductless mini-splits, and smart thermostats."},
{
id: "faq-2",
title: "How quickly can you respond to an emergency?",
content: "We understand that HVAC emergencies can't wait. We strive for rapid response times, often able to dispatch a technician within hours for urgent situations, especially during extreme weather conditions.",
},
id: "faq-2", title: "How quickly can you respond to an emergency?", content: "We understand that HVAC emergencies can't wait. We strive for rapid response times, often able to dispatch a technician within hours for urgent situations, especially during extreme weather conditions."},
{
id: "faq-3",
title: "Do you provide free estimates?",
content: "Yes, we offer complimentary, no-obligation estimates for new system installations and major replacements. For diagnostic calls or repairs, a service fee may apply, which is often waived if you proceed with the repair.",
},
id: "faq-3", title: "Do you provide free estimates?", content: "Yes, we offer complimentary, no-obligation estimates for new system installations and major replacements. For diagnostic calls or repairs, a service fee may apply, which is often waived if you proceed with the repair."},
{
id: "faq-4",
title: "What areas do you serve in New York?",
content: "We proudly serve homeowners and businesses across various boroughs and counties in New York. Please contact us to confirm service availability in your specific location.",
},
id: "faq-4", title: "What areas do you serve in New York?", content: "We proudly serve homeowners and businesses across various boroughs and counties in New York. Please contact us to confirm service availability in your specific location."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our HVAC services, pricing, and process."
buttons={[
{
text: "Contact Us Directly",
href: "#contact",
},
text: "Contact Us Directly", href: "#contact"},
]}
buttonAnimation="slide-up"
faqsAnimation="opacity"
@@ -432,8 +266,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Ready for Exceptional HVAC Service?"
description="Whether you need a new installation, urgent repair, or routine maintenance, our team is ready to provide prompt, professional, and reliable service. Contact EM Mechanical NY today!"
@@ -454,13 +287,9 @@ export default function LandingPage() {
logoAlt="EM Mechanical NY Logo"
logoText="EM Mechanical NY"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>