Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-06-11 20:36:23 +00:00
4 changed files with 144 additions and 414 deletions

View File

@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/book",
}}
text: "Book Now", href: "/book"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpxt4t"
logoAlt="Stanevich Heating & Air Conditioning Logo"
brandName="Stanevich"
@@ -56,20 +46,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Easy Scheduling"
title="Book Your Service Appointment"
description="Select your desired service, date, and time. Provide your contact details, and we'll confirm your booking promptly. For emergency services, please call us directly."
buttons={[
{
text: "Start Booking Process",
href: "#",
},
text: "Start Booking Process", href: "#"},
{
text: "Call for Emergency",
href: "tel:+14405857171",
},
text: "Call for Emergency", href: "tel:+14405857171"},
]}
/>
</div>
@@ -84,32 +69,17 @@ export default function LandingPage() {
tag="Simple Steps"
features={[
{
id: "step-1",
title: "1. Select Your Service",
descriptions: [
"Choose the type of service you need, whether it's maintenance, repair, or a new installation.",
],
imageSrc: "http://img.b2bpic.net/free-vector/planning-element-collection_23-2147941233.jpg",
imageAlt: "Calendar icon for scheduling",
},
id: "step-1", title: "1. Select Your Service", descriptions: [
"Choose the type of service you need, whether it's maintenance, repair, or a new installation."],
imageSrc: "http://img.b2bpic.net/free-vector/planning-element-collection_23-2147941233.jpg", imageAlt: "Calendar icon for scheduling"},
{
id: "step-2",
title: "2. Pick a Date & Time",
descriptions: [
"Browse our availability and select a convenient time slot that fits your schedule.",
],
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-right-side-with-white-background_187299-39871.jpg",
imageAlt: "Form icon for details",
},
id: "step-2", title: "2. Pick a Date & Time", descriptions: [
"Browse our availability and select a convenient time slot that fits your schedule."],
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-right-side-with-white-background_187299-39871.jpg", imageAlt: "Form icon for details"},
{
id: "step-3",
title: "3. Confirm Your Appointment",
descriptions: [
"Provide your contact details, and we'll send you a confirmation with all the appointment specifics.",
],
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-tick-mark-icon_53876-63740.jpg",
imageAlt: "Confirmation checkmark",
},
id: "step-3", title: "3. Confirm Your Appointment", descriptions: [
"Provide your contact details, and we'll send you a confirmation with all the appointment specifics."],
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-tick-mark-icon_53876-63740.jpg", imageAlt: "Confirmation checkmark"},
]}
/>
</div>
@@ -118,66 +88,41 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "A/C Repair",
href: "/services#ac-repair",
},
label: "A/C Repair", href: "/services#ac-repair"},
{
label: "Heating Repair",
href: "/services#heating-repair",
},
label: "Heating Repair", href: "/services#heating-repair"},
{
label: "Maintenance Plans",
href: "/services#maintenance",
},
label: "Maintenance Plans", href: "/services#maintenance"},
{
label: "Installations",
href: "/services#installations",
},
label: "Installations", href: "/services#installations"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Our Work",
href: "/gallery",
},
label: "Our Work", href: "/gallery"},
{
label: "Testimonials",
href: "/#testimonials-home",
},
label: "Testimonials", href: "/#testimonials-home"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Book Service",
href: "/book",
},
label: "Book Service", href: "/book"},
{
label: "Emergency Service",
href: "tel:+14405857171",
},
label: "Emergency Service", href: "tel:+14405857171"},
{
label: "FAQs",
href: "#",
},
label: "FAQs", href: "#"},
{
label: "Admin Login",
href: "/admin-login",
},
label: "Admin Login", href: "/admin-login"},
{
label: "Admin Sign-Up", href: "/admin-signup"},
],
},
]}
@@ -190,4 +135,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -123,6 +123,9 @@ export default function LandingPage() {
label: "FAQs", href: "#"},
{
label: "Admin Login", href: "/admin-login"},
{
label: "Admin Sign-Up", href: "/admin-signup"
},
],
},
]}
@@ -135,4 +138,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,26 +26,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/book",
}}
text: "Book Now", href: "/book"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpxt4t"
logoAlt="Stanevich Heating & Air Conditioning Logo"
brandName="Stanevich"
@@ -60,53 +50,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "gallery-1",
name: "New Furnace Installation",
price: "Project 1",
variant: "Heating Solutions",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg",
imageAlt: "Newly installed furnace",
},
id: "gallery-1", name: "New Furnace Installation", price: "Project 1", variant: "Heating Solutions", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Newly installed furnace"},
{
id: "gallery-2",
name: "AC Unit Replacement",
price: "Project 2",
variant: "Cooling Systems",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg",
imageAlt: "Outdoor AC unit replacement",
},
id: "gallery-2", name: "AC Unit Replacement", price: "Project 2", variant: "Cooling Systems", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg", imageAlt: "Outdoor AC unit replacement"},
{
id: "gallery-3",
name: "Commercial Boiler Service",
price: "Project 3",
variant: "Commercial HVAC",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg",
imageAlt: "Technician servicing a commercial boiler",
},
id: "gallery-3", name: "Commercial Boiler Service", price: "Project 3", variant: "Commercial HVAC", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg", imageAlt: "Technician servicing a commercial boiler"},
{
id: "gallery-4",
name: "Duct Cleaning & Air Quality",
price: "Project 4",
variant: "Air Quality",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg",
imageAlt: "HVAC technician cleaning air ducts",
},
id: "gallery-4", name: "Duct Cleaning & Air Quality", price: "Project 4", variant: "Air Quality", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg", imageAlt: "HVAC technician cleaning air ducts"},
{
id: "gallery-5",
name: "Team at Work",
price: "Project 5",
variant: "Professional Service",
imageSrc: "http://img.b2bpic.net/free-photo/women-looking-digital-tablet-blueprints-plan-building-layout-construction-colleagues-working-together-design-structure-architectural-development-architects-work_482257-38843.jpg",
imageAlt: "Stanevich team working on HVAC installation",
},
id: "gallery-5", name: "Team at Work", price: "Project 5", variant: "Professional Service", imageSrc: "http://img.b2bpic.net/free-photo/women-looking-digital-tablet-blueprints-plan-building-layout-construction-colleagues-working-together-design-structure-architectural-development-architects-work_482257-38843.jpg", imageAlt: "Stanevich team working on HVAC installation"},
{
id: "gallery-6",
name: "Precision Tools",
price: "Project 6",
variant: "Quality Assurance",
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg",
imageAlt: "HVAC technician tools",
},
id: "gallery-6", name: "Precision Tools", price: "Project 6", variant: "Quality Assurance", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-498.jpg", imageAlt: "HVAC technician tools"},
]}
title="Our Commitment to Quality Work"
description="Explore a gallery of our completed projects, showcasing our expertise in installations, repairs, and maintenance for both residential and commercial clients."
@@ -118,20 +72,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Ready for Your Project?"
title="Let's Bring Comfort to Your Home"
description="Inspired by our work? Contact us today to discuss your heating, cooling, or air quality project. We offer free estimates and expert advice."
buttons={[
{
text: "Request a Free Estimate",
href: "/book",
},
text: "Request a Free Estimate", href: "/book"},
{
text: "Speak to an Expert",
href: "tel:+14405857171",
},
text: "Speak to an Expert", href: "tel:+14405857171"},
]}
/>
</div>
@@ -140,66 +89,41 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "A/C Repair",
href: "/services#ac-repair",
},
label: "A/C Repair", href: "/services#ac-repair"},
{
label: "Heating Repair",
href: "/services#heating-repair",
},
label: "Heating Repair", href: "/services#heating-repair"},
{
label: "Maintenance Plans",
href: "/services#maintenance",
},
label: "Maintenance Plans", href: "/services#maintenance"},
{
label: "Installations",
href: "/services#installations",
},
label: "Installations", href: "/services#installations"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Our Work",
href: "/gallery",
},
label: "Our Work", href: "/gallery"},
{
label: "Testimonials",
href: "/#testimonials-home",
},
label: "Testimonials", href: "/#testimonials-home"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Book Service",
href: "/book",
},
label: "Book Service", href: "/book"},
{
label: "Emergency Service",
href: "tel:+14405857171",
},
label: "Emergency Service", href: "tel:+14405857171"},
{
label: "FAQs",
href: "#",
},
label: "FAQs", href: "#"},
{
label: "Admin Login",
href: "/admin-login",
},
label: "Admin Login", href: "/admin-login"},
{
label: "Admin Sign-Up", href: "/admin-signup"},
],
},
]}
@@ -212,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -30,26 +30,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/book",
}}
text: "Book Now", href: "/book"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpxt4t"
logoAlt="Stanevich Heating & Air Conditioning Logo"
brandName="Stanevich"
@@ -60,82 +50,47 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
imagePosition="right"
title="Your Trusted Partner for Heating & AC Comfort"
description="Stanevich provides expert HVAC maintenance, repair, and installation services in Willowick, OH. We ensure your home stays comfortable year-round with reliable and efficient solutions, available 24/7."
testimonials={[
{
name: "Momma",
handle: "@HappyClient",
testimonial: "Jeff came out within 24 hours and fixed our AC before heatwave. He has serviced our heat and AC for at least 30 years. Would not call anyone else. Honest and upfront. Thank you Jeff and your Son for all you do. Cowies appreciate you.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441358.jpg",
},
name: "Momma", handle: "@HappyClient", testimonial: "Jeff came out within 24 hours and fixed our AC before heatwave. He has serviced our heat and AC for at least 30 years. Would not call anyone else. Honest and upfront. Thank you Jeff and your Son for all you do. Cowies appreciate you.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441358.jpg"},
{
name: "Annette S.",
handle: "@NextdoorReview",
testimonial: "Highly recommend. Extremely efficient, professional, honest, and just an overall great customer experience. Jeff the owner is very pleasant as well as his son. He now has my heat/central air annual maintenance contracts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
},
name: "Annette S.", handle: "@NextdoorReview", testimonial: "Highly recommend. Extremely efficient, professional, honest, and just an overall great customer experience. Jeff the owner is very pleasant as well as his son. He now has my heat/central air annual maintenance contracts.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"},
{
name: "John Suman",
handle: "@VerifiedReviewer",
testimonial: "Shout out to Cory and Jeff. I had a problem with my thermostat and they were prompt and professional. They were eager to resolve the problem. I highly recommend Stanevich Heating and Air Conditioning.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg",
},
name: "John Suman", handle: "@VerifiedReviewer", testimonial: "Shout out to Cory and Jeff. I had a problem with my thermostat and they were prompt and professional. They were eager to resolve the problem. I highly recommend Stanevich Heating and Air Conditioning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg"},
{
name: "Joanne Kristoff",
handle: "@SatisfiedCustomer",
testimonial: "They came out within 30 minutes & worked efficiently and professionally to repair my furnace. It was 9:30pm & 20° out so I am very grateful for their reasonably priced service. Will use again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-view-man-wearing-make-up-half-his-face_23-2148784398.jpg",
},
name: "Joanne Kristoff", handle: "@SatisfiedCustomer", testimonial: "They came out within 30 minutes & worked efficiently and professionally to repair my furnace. It was 9:30pm & 20° out so I am very grateful for their reasonably priced service. Will use again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-view-man-wearing-make-up-half-his-face_23-2148784398.jpg"},
{
name: "Cat Matkovic",
handle: "@LongTermClient",
testimonial: "I've had Stanevich come out for years. Had to have a new system installed a few weeks ago, Jeff and his son did a great job! Would highly recommend them!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-against-blur-backdrop_23-2148130407.jpg",
},
name: "Cat Matkovic", handle: "@LongTermClient", testimonial: "I've had Stanevich come out for years. Had to have a new system installed a few weeks ago, Jeff and his son did a great job! Would highly recommend them!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-against-blur-backdrop_23-2148130407.jpg"},
]}
testimonialRotationInterval={5000}
tag="HVAC Experts"
tagIcon={Sparkles}
buttons={[
{
text: "Book Service Now",
href: "/book",
},
text: "Book Service Now", href: "/book"},
{
text: "Call for Emergency",
href: "tel:+14405857171",
},
text: "Call for Emergency", href: "tel:+14405857171"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
alt: "John Suman",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "John Suman"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-cabbage-dress_23-2150539811.jpg",
alt: "Annette Sudberry",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-cabbage-dress_23-2150539811.jpg", alt: "Annette Sudberry"},
{
src: "http://img.b2bpic.net/free-photo/smiling-pretty-blonde-slavic-woman-looks-front-isolated-orange-wall_141793-65778.jpg",
alt: "Momma",
},
src: "http://img.b2bpic.net/free-photo/smiling-pretty-blonde-slavic-woman-looks-front-isolated-orange-wall_141793-65778.jpg", alt: "Momma"},
{
src: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-grey-uniform-looking-confident_176474-35548.jpg",
alt: "Jeff's Son",
},
src: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-grey-uniform-looking-confident_176474-35548.jpg", alt: "Jeff's Son"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg",
alt: "Aaron Omlor",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg", alt: "Aaron Omlor"},
]}
avatarText="Trusted by 17+ local customers"
imageSrc="http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg"
@@ -143,29 +98,19 @@ export default function LandingPage() {
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "24/7 Emergency Service",
icon: Zap,
type: "text-icon", text: "24/7 Emergency Service", icon: Zap,
},
{
type: "text-icon",
text: "Certified Technicians",
icon: Award,
type: "text-icon", text: "Certified Technicians", icon: Award,
},
{
type: "text-icon",
text: "Family Owned & Operated",
icon: Home,
type: "text-icon", text: "Family Owned & Operated", icon: Home,
},
{
type: "text-icon",
text: "Customer Satisfaction Guaranteed",
icon: CheckCircle,
type: "text-icon", text: "Customer Satisfaction Guaranteed", icon: CheckCircle,
},
{
type: "text-icon",
text: "Serving Willowick, OH",
icon: MapPin,
type: "text-icon", text: "Serving Willowick, OH", icon: MapPin,
},
]}
/>
@@ -190,32 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "A/C System Maintenance & Repair",
descriptions: [
"Keep your cooling system running efficiently with our comprehensive maintenance plans and swift repair services.",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg",
imageAlt: "AC outdoor unit undergoing maintenance",
},
id: "1", title: "A/C System Maintenance & Repair", descriptions: [
"Keep your cooling system running efficiently with our comprehensive maintenance plans and swift repair services."],
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg", imageAlt: "AC outdoor unit undergoing maintenance"},
{
id: "2",
title: "Heating System Maintenance & Repair",
descriptions: [
"Ensure warmth and safety during colder months with our expert heating system tune-ups and emergency repairs.",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg",
imageAlt: "Technician repairing a furnace in a home",
},
id: "2", title: "Heating System Maintenance & Repair", descriptions: [
"Ensure warmth and safety during colder months with our expert heating system tune-ups and emergency repairs."],
imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg", imageAlt: "Technician repairing a furnace in a home"},
{
id: "3",
title: "HVAC System Installation & Upgrades",
descriptions: [
"From new installations to system upgrades, we provide energy-efficient solutions tailored to your property's needs.",
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg",
imageAlt: "New HVAC system installation in a residential basement",
},
id: "3", title: "HVAC System Installation & Upgrades", descriptions: [
"From new installations to system upgrades, we provide energy-efficient solutions tailored to your property's needs."],
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg", imageAlt: "New HVAC system installation in a residential basement"},
]}
title="Comprehensive HVAC Solutions for Every Season"
description="Stanevich offers a full range of heating and air conditioning services to maintain your home's optimal comfort and efficiency."
@@ -230,73 +160,31 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Momma",
role: "Homeowner",
company: "Willowick Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-woman-posing-medium-shot_23-2149419290.jpg",
imageAlt: "Momma",
},
id: "1", name: "Momma", role: "Homeowner", company: "Willowick Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-woman-posing-medium-shot_23-2149419290.jpg", imageAlt: "Momma"},
{
id: "2",
name: "Annette S.",
role: "Local Guide",
company: "Nextdoor User",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg",
imageAlt: "Annette S.",
},
id: "2", name: "Annette S.", role: "Local Guide", company: "Nextdoor User", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg", imageAlt: "Annette S."},
{
id: "3",
name: "John Suman",
role: "Customer",
company: "Willowick Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",
imageAlt: "John Suman",
},
id: "3", name: "John Suman", role: "Customer", company: "Willowick Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "John Suman"},
{
id: "4",
name: "Joanne Kristoff",
role: "Satisfied Client",
company: "Willowick Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186102.jpg",
imageAlt: "Joanne Kristoff",
},
id: "4", name: "Joanne Kristoff", role: "Satisfied Client", company: "Willowick Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186102.jpg", imageAlt: "Joanne Kristoff"},
{
id: "5",
name: "Cat Matkovic",
role: "Long-Term Client",
company: "Willowick Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034103.jpg",
imageAlt: "Cat Matkovic",
},
id: "5", name: "Cat Matkovic", role: "Long-Term Client", company: "Willowick Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034103.jpg", imageAlt: "Cat Matkovic"},
{
id: "6",
name: "Aaron Omlor",
role: "Local Guide",
company: "Satisfied Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
imageAlt: "Aaron Omlor",
},
id: "6", name: "Aaron Omlor", role: "Local Guide", company: "Satisfied Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", imageAlt: "Aaron Omlor"},
]}
kpiItems={[
{
value: "4.9",
label: "Average Rating",
},
value: "4.9", label: "Average Rating"},
{
value: "17+",
label: "Positive Reviews",
},
value: "17+", label: "Positive Reviews"},
{
value: "30+",
label: "Years in Service",
},
value: "30+", label: "Years in Service"},
]}
title="Hear From Our Happy Customers"
description="Our clients consistently praise our prompt, professional, and honest service. Their comfort and satisfaction are our greatest rewards."
@@ -308,20 +196,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready for Comfort?"
title="Schedule Your HVAC Service Today"
description="Whether it's routine maintenance, an urgent repair, or a new system installation, our team is ready to help. Book your service online or call us for immediate assistance."
buttons={[
{
text: "Book Online",
href: "/book",
},
text: "Book Online", href: "/book"},
{
text: "Call Now (24/7)",
href: "tel:+14405857171",
},
text: "Call Now (24/7)", href: "tel:+14405857171"},
]}
/>
</div>
@@ -330,66 +213,41 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "A/C Repair",
href: "/services#ac-repair",
},
label: "A/C Repair", href: "/services#ac-repair"},
{
label: "Heating Repair",
href: "/services#heating-repair",
},
label: "Heating Repair", href: "/services#heating-repair"},
{
label: "Maintenance Plans",
href: "/services#maintenance",
},
label: "Maintenance Plans", href: "/services#maintenance"},
{
label: "Installations",
href: "/services#installations",
},
label: "Installations", href: "/services#installations"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Our Work",
href: "/gallery",
},
label: "Our Work", href: "/gallery"},
{
label: "Testimonials",
href: "/#testimonials-home",
},
label: "Testimonials", href: "/#testimonials-home"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Book Service",
href: "/book",
},
label: "Book Service", href: "/book"},
{
label: "Emergency Service",
href: "tel:+14405857171",
},
label: "Emergency Service", href: "tel:+14405857171"},
{
label: "FAQs",
href: "#",
},
label: "FAQs", href: "#"},
{
label: "Admin Login",
href: "/admin-login",
},
label: "Admin Login", href: "/admin-login"},
{
label: "Admin Sign-Up", href: "/admin-signup"},
],
},
]}
@@ -402,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}