Merge version_1 into main #2
454
src/app/page.tsx
454
src/app/page.tsx
@@ -29,322 +29,162 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Orlando HVAC"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Orlando HVAC"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Orlando’s Premier AC & Heating Specialists"
|
||||
description="Providing rapid, professional, and reliable HVAC services to the Orlando community for over 20 years. From tune-ups to full installations, we keep your home perfectly comfortable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (689) 698-5010",
|
||||
href: "tel:6896985010",
|
||||
},
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Orlando’s Premier AC & Heating Specialists"
|
||||
description="Providing rapid, professional, and reliable HVAC services to the Orlando community for over 20 years. From tune-ups to full installations, we keep your home perfectly comfortable."
|
||||
buttons={[
|
||||
{ text: "Call Now (689) 698-5010", href: "tel:6896985010" },
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Over 20 Years of Trusted Service"
|
||||
description={[
|
||||
"Specialized Air Conditioning is dedicated to providing high-quality, professional HVAC solutions to Orlando families and businesses. Our team is punctual, honest, and committed to transparency.",
|
||||
"Whether you need a simple tune-up, a part replacement, or a complete system overhaul, David and his crew bring the expertise to ensure your home environment stays perfect all year round.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Over 20 Years of Trusted Service"
|
||||
description={[
|
||||
"Specialized Air Conditioning is dedicated to providing high-quality, professional HVAC solutions to Orlando families and businesses. Our team is punctual, honest, and committed to transparency.", "Whether you need a simple tune-up, a part replacement, or a complete system overhaul, David and his crew bring the expertise to ensure your home environment stays perfect all year round."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Professional AC Tune-Ups",
|
||||
description: "Routine maintenance to ensure your system runs efficiently, saves money, and extends lifespan.",
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg?_wi=2",
|
||||
imageAlt: "hvac digital diagnostic tool",
|
||||
},
|
||||
{
|
||||
title: "Fast Unit Replacement",
|
||||
description: "Need a change? We install new heating and cooling units in under 24 hours at affordable prices.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-installing-spring-wire_1170-1343.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "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",
|
||||
imageAlt: "hvac digital diagnostic tool",
|
||||
},
|
||||
{
|
||||
title: "Ducting & Repair",
|
||||
description: "From forced-air system repairs to complex ductwork replacements, we handle it all with care.",
|
||||
icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg?_wi=1",
|
||||
imageAlt: "hvac digital diagnostic tool",
|
||||
},
|
||||
]}
|
||||
title="Our HVAC Solutions"
|
||||
description="Comprehensive cooling and heating services delivered by expert technicians."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Professional AC Tune-Ups", description: "Routine maintenance to ensure your system runs efficiently, saves money, and extends lifespan.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fast Unit Replacement", description: "Need a change? We install new heating and cooling units in under 24 hours at affordable prices.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-installing-spring-wire_1170-1343.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ducting & Repair", description: "From forced-air system repairs to complex ductwork replacements, we handle it all with care.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our HVAC Solutions"
|
||||
description="Comprehensive cooling and heating services delivered by expert technicians."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Serving Orlando families with integrity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "response",
|
||||
value: "24h",
|
||||
title: "Rapid Response",
|
||||
description: "Most installs completed in 24 hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg",
|
||||
},
|
||||
{
|
||||
id: "satisfied",
|
||||
value: "100%",
|
||||
title: "Customer Focus",
|
||||
description: "Always professional and reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-man_482257-18758.jpg",
|
||||
},
|
||||
]}
|
||||
title="Why Orlando Trusts Us"
|
||||
description="Proven results for home and business owners in Central Florida."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "years", value: "20+", title: "Years Experience", description: "Serving Orlando families with integrity.", imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg" },
|
||||
{ id: "response", value: "24h", title: "Rapid Response", description: "Most installs completed in 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/young-company-analyst-office-watching-business-presentation-pc_482257-118998.jpg" },
|
||||
{ id: "satisfied", value: "100%", title: "Customer Focus", description: "Always professional and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-with-beard-working-hard-his-desk-office-motivated-man_482257-18758.jpg" },
|
||||
]}
|
||||
title="Why Orlando Trusts Us"
|
||||
description="Proven results for home and business owners in Central Florida."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The entire Specialized Air crew was professional, knowledgeable, and fast. They re-ducted our entire home in one day. They are punctual, honest, and consistently provide top-notch work."
|
||||
rating={5}
|
||||
author="Robin Montgomery"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-interior-design-with-many-plants_23-2149155749.jpg",
|
||||
alt: "Michelle",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
|
||||
alt: "Pamela",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051746.jpg",
|
||||
alt: "Dean",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The entire Specialized Air crew was professional, knowledgeable, and fast. They re-ducted our entire home in one day. They are punctual, honest, and consistently provide top-notch work."
|
||||
rating={5}
|
||||
author="Robin Montgomery"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg", alt: "Sarah" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "John" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-interior-design-with-many-plants_23-2149155749.jpg", alt: "Michelle" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg", alt: "Pamela" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051746.jpg", alt: "Dean" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How fast can you repair my AC?",
|
||||
content: "We offer same-day service and most repairs are completed promptly as technicians carry common parts.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you install units quickly?",
|
||||
content: "Yes, we often install new units within 24 hours of your initial request.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your quotes fair?",
|
||||
content: "We take pride in offering reasonable, competitive, and transparent quotes for all our work.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers about our installation and repair services."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How fast can you repair my AC?", content: "We offer same-day service and most repairs are completed promptly as technicians carry common parts." },
|
||||
{ id: "2", title: "Can you install units quickly?", content: "Yes, we often install new units within 24 hours of your initial request." },
|
||||
{ id: "3", title: "Are your quotes fair?", content: "We take pride in offering reasonable, competitive, and transparent quotes for all our work." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers about our installation and repair services."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Latest HVAC Tips"
|
||||
description="Expert advice to help you maintain your cooling system efficiently."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Maintenance",
|
||||
title: "How to Clean Your AC Filters",
|
||||
excerpt: "Keep your air clean and unit efficient with these simple steps.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning_23-2149268837.jpg",
|
||||
authorName: "David Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-while-making-video-call-laptop-office_637285-6774.jpg",
|
||||
date: "May 20, 2024",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Energy",
|
||||
title: "Optimizing Your Thermostat",
|
||||
excerpt: "Save on monthly energy bills with optimal settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-bedroom_1098-21725.jpg",
|
||||
authorName: "Taz",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg",
|
||||
date: "May 15, 2024",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: "Service",
|
||||
title: "What to expect from an AC Tune-up",
|
||||
excerpt: "A deep dive into why your AC needs annual inspections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg",
|
||||
authorName: "David Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-laptop-table-with-plants_23-2149155725.jpg",
|
||||
date: "May 10, 2024",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Latest HVAC Tips"
|
||||
description="Expert advice to help you maintain your cooling system efficiently."
|
||||
blogs={[
|
||||
{ id: "1", category: "Maintenance", title: "How to Clean Your AC Filters", excerpt: "Keep your air clean and unit efficient with these simple steps.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning_23-2149268837.jpg", authorName: "David Smith", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-drinking-coffee-while-making-video-call-laptop-office_637285-6774.jpg", date: "May 20, 2024" },
|
||||
{ id: "2", category: "Energy", title: "Optimizing Your Thermostat", excerpt: "Save on monthly energy bills with optimal settings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-bedroom_1098-21725.jpg", authorName: "Taz", authorAvatar: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg", date: "May 15, 2024" },
|
||||
{ id: "3", category: "Service", title: "What to expect from an AC Tune-up", excerpt: "A deep dive into why your AC needs annual inspections.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg", authorName: "David Smith", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-laptop-table-with-plants_23-2149155725.jpg", date: "May 10, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready to get cool?"
|
||||
description="Contact us today for a free quote or service call."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready to get cool?"
|
||||
description="Contact us today for a free quote or service call."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Orlando HVAC Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "AC Installation",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Tune-ups",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Heating Repair",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(689) 698-5010",
|
||||
href: "tel:6896985010",
|
||||
},
|
||||
{
|
||||
label: "6000 N Orange Blossom Trl",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Orlando HVAC Air Conditioning. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Orlando HVAC Air Conditioning"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "AC Installation", href: "#services" }, { label: "Tune-ups", href: "#services" }, { label: "Heating Repair", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "(689) 698-5010", href: "tel:6896985010" }, { label: "6000 N Orange Blossom Trl", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Orlando HVAC Air Conditioning. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user