Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 04:11:59 +00:00

View File

@@ -28,26 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Reviews",
id: "/reviews",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Reviews", id: "/reviews" },
]}
brandName="MoeDoesHVAC"
/>
@@ -58,40 +43,16 @@ export default function LandingPage() {
logoText="MOEDOESHVAC"
description="Precision HVAC. Built different. Serving Michigan with reliable, high-performance heating & cooling solutions."
buttons={[
{
text: "Get Free Estimate",
href: "#contact",
},
{
text: "Call Now",
href: "tel:5555555555",
},
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Call Now", href: "tel:5555555555" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=1",
imageAlt: "MoeDoesHVAC Van",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=2",
imageAlt: "Service Tech Precision",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=3",
imageAlt: "Furnace Installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=4",
imageAlt: "AC Repair Work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=5",
imageAlt: "Commercial HVAC Setup",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=6",
imageAlt: "Precision Diagnostics",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "MoeDoesHVAC Van" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "Service Tech Precision" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "Furnace Installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "AC Repair Work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "Commercial HVAC Setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "Precision Diagnostics" },
]}
/>
</div>
@@ -102,61 +63,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Precision Work",
author: "Elite Standard",
description: "No shortcuts. Every job done right the first time.",
tags: [
"Reliable",
"Precise",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=7",
},
{
id: "f2",
title: "Fast Response",
author: "Ready Anytime",
description: "We show up ready with the right tools and parts.",
tags: [
"Fast",
"Emergency",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=8",
},
{
id: "f3",
title: "Transparent Pricing",
author: "No Surprises",
description: "Clear estimates before we start work.",
tags: [
"Fair",
"Honest",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=9",
},
{
id: "f4",
title: "Certified Techs",
author: "Licensed Experts",
description: "Our team holds the highest certifications in the state.",
tags: [
"Expert",
"Safe",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=10",
},
{
id: "f5",
title: "24/7 Support",
author: "Always Available",
description: "We are available day or night for emergencies.",
tags: [
"Support",
"Always-On",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=11",
},
{ id: "f1", title: "Precision Work", author: "Elite Standard", description: "No shortcuts. Every job done right the first time.", tags: ["Reliable", "Precise"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" },
{ id: "f2", title: "Fast Response", author: "Ready Anytime", description: "We show up ready with the right tools and parts.", tags: ["Fast", "Emergency"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" },
{ id: "f3", title: "Transparent Pricing", author: "No Surprises", description: "Clear estimates before we start work.", tags: ["Fair", "Honest"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" },
{ id: "f4", title: "Certified Techs", author: "Licensed Experts", description: "Our team holds the highest certifications in the state.", tags: ["Expert", "Safe"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" },
{ id: "f5", title: "24/7 Support", author: "Always Available", description: "We are available day or night for emergencies.", tags: ["Support", "Always-On"], imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg" },
]}
title="Why Homeowners Trust MoeDoesHVAC"
description="We deliver uncompromising quality."
@@ -165,49 +76,15 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah M.",
handle: "@GrandRapids",
testimonial: "Professional, on-time, and honest pricing. MoeDoesHVAC fixed our AC same day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1",
},
{
id: "2",
name: "Mark D.",
handle: "@Homeowner",
testimonial: "Best HVAC service we've used in years. Fast and clean.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1",
},
{
id: "3",
name: "Jessica L.",
handle: "@Detroit",
testimonial: "Responsive and skilled technicians. Definitely recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
},
{
id: "4",
name: "Tom K.",
handle: "@Client",
testimonial: "Fair pricing and very knowledgeable team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg?_wi=1",
},
{
id: "5",
name: "Elena R.",
handle: "@Local",
testimonial: "Great experience with their furnace repair service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
},
{ id: "1", name: "Sarah M.", handle: "@GrandRapids", testimonial: "Professional, on-time, and honest pricing. MoeDoesHVAC fixed our AC same day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "2", name: "Mark D.", handle: "@Homeowner", testimonial: "Best HVAC service we've used in years. Fast and clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
{ id: "3", name: "Jessica L.", handle: "@Detroit", testimonial: "Responsive and skilled technicians. Definitely recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ id: "4", name: "Tom K.", handle: "@Client", testimonial: "Fair pricing and very knowledgeable team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg" },
{ id: "5", name: "Elena R.", handle: "@Local", testimonial: "Great experience with their furnace repair service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg" },
]}
showRating={true}
title="What Our Customers Say"
@@ -223,38 +100,8 @@ export default function LandingPage() {
title="Transparent Service Plans"
description="Choose the level of comfort that suits your home."
plans={[
{
id: "basic",
title: "Essential Tune-Up",
price: "$99",
period: "/year",
features: [
"Full inspection",
"Filter change",
"Performance test",
],
button: {
text: "Book Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=12",
imageAlt: "hvac service van blue glow",
},
{
id: "pro",
title: "Premium Care",
price: "$299",
period: "/year",
features: [
"Everything in Basic",
"Priority support",
"No overtime fees",
],
button: {
text: "Book Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{ id: "basic", title: "Essential Tune-Up", price: "$99", period: "/year", features: ["Full inspection", "Filter change", "Performance test"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg", imageAlt: "hvac service van blue glow" },
{ id: "pro", title: "Premium Care", price: "$299", period: "/year", features: ["Everything in Basic", "Priority support", "No overtime fees"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", imageAlt: "happy customer portrait" },
]}
/>
</div>
@@ -265,26 +112,11 @@ export default function LandingPage() {
title="Get a Free Estimate"
description="Ready to improve your home comfort? Reach out today."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
},
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg?_wi=13"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11787.jpg"
imageAlt="Service Van"
/>
</div>
@@ -292,40 +124,16 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services",
items: [
{
label: "AC Repair",
href: "/services",
},
{
label: "Furnace Installation",
href: "/services",
},
{
label: "Commercial HVAC",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Services", items: [
{ label: "AC Repair", href: "/services" },
{ label: "Furnace Installation", href: "/services" },
{ label: "Commercial HVAC", href: "/services" },
] },
{ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "#contact" },
] },
]}
bottomLeftText="© 2024 MoeDoesHVAC. All rights reserved."
bottomRightText="Built in Michigan"