Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff13bd1f9c | |||
| 41db2625cf |
259
src/app/page.tsx
259
src/app/page.tsx
@@ -29,26 +29,12 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Services", id: "services" },
|
||||||
name: "Services",
|
{ name: "About Us", id: "about" },
|
||||||
id: "services",
|
{ name: "Reviews", id: "testimonials" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
{ name: "Privacy Policy", id: "/privacy" },
|
||||||
name: "Why Us",
|
{ name: "Terms of Service", id: "/terms" },
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Process",
|
|
||||||
id: "process",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="A+ Heating & Air"
|
brandName="A+ Heating & Air"
|
||||||
/>
|
/>
|
||||||
@@ -56,69 +42,22 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="A+ Heating & Air: Same-Day Comfort"
|
title="A+ Heating & Air: Same-Day Comfort"
|
||||||
description="Don't suffer through the heat or cold. Professional, trustworthy HVAC service when you need it most. Free estimates available for all new installs."
|
description="Don't suffer through the heat or cold. Professional, trustworthy HVAC service when you need it most. Free estimates available for all new installs."
|
||||||
buttons={[
|
buttons={[{ text: "Call Now: (555) 123-4567", href: "tel:5551234567" }, { text: "Get Free Estimate", href: "#contact" }]}
|
||||||
{
|
|
||||||
text: "Call Now: (555) 123-4567",
|
|
||||||
href: "tel:5551234567",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Get Free Estimate",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
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"
|
||||||
imageAlt="A+ Heating and Air professional technician"
|
imageAlt="A+ Heating and Air professional technician"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", alt: "Customer 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg", alt: "Customer 2" },
|
||||||
alt: "Customer 1",
|
{ src: "http://img.b2bpic.net/free-photo/young-single-mother-spending-time-with-her-daughter_23-2148989007.jpg", alt: "Customer 3" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", alt: "Customer 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/smart-factory-mechanic-installing-automated-workflows-control-systems_482257-126170.jpg", alt: "Customer 5" },
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg",
|
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-single-mother-spending-time-with-her-daughter_23-2148989007.jpg",
|
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smart-factory-mechanic-installing-automated-workflows-control-systems_482257-126170.jpg",
|
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 5,000+ local homes"
|
avatarText="Trusted by 5,000+ local homes"
|
||||||
marqueeItems={[
|
marqueeItems={[{ type: "text", text: "24/7 Emergency Response" }, { type: "text", text: "Licensed & Insured" }, { type: "text", text: "NATE Certified Technicians" }, { type: "text", text: "Energy Efficient Experts" }, { type: "text", text: "Locally Owned & Operated" }]}
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "24/7 Emergency Response",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Licensed & Insured",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "NATE Certified Technicians",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Energy Efficient Experts",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Locally Owned & Operated",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -127,48 +66,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: 1, title: "AC Repair", description: "Rapid cooling repair for those hot summer days.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC Repair" },
|
||||||
id: 1,
|
{ id: 2, title: "Heating Services", description: "Expert furnace maintenance and repairs.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Heating Services" },
|
||||||
title: "AC Repair",
|
{ id: 3, title: "Air Duct Cleaning", description: "Clean air for a healthier home environment.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg", imageAlt: "Air Duct Cleaning" },
|
||||||
description: "Rapid cooling repair for those hot summer days.",
|
{ id: 4, title: "Emergency Support", description: "24/7 service when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176758.jpg", imageAlt: "Emergency Support" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg",
|
{ id: 5, title: "System Upgrades", description: "Modern thermostat and unit installations.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "System Upgrades" },
|
||||||
imageAlt: "AC Repair",
|
{ id: 6, title: "Air Quality Check", description: "Professional indoor air quality testing.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg", imageAlt: "Air Quality Check" },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
title: "Heating Services",
|
|
||||||
description: "Expert furnace maintenance and repairs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
|
|
||||||
imageAlt: "Heating Services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Air Duct Cleaning",
|
|
||||||
description: "Clean air for a healthier home environment.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg",
|
|
||||||
imageAlt: "Air Duct Cleaning",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
title: "Emergency Support",
|
|
||||||
description: "24/7 service when you need us most.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176758.jpg",
|
|
||||||
imageAlt: "Emergency Support",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 5,
|
|
||||||
title: "System Upgrades",
|
|
||||||
description: "Modern thermostat and unit installations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg",
|
|
||||||
imageAlt: "System Upgrades",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 6,
|
|
||||||
title: "Air Quality Check",
|
|
||||||
description: "Professional indoor air quality testing.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg",
|
|
||||||
imageAlt: "Air Quality Check",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Professional HVAC Services"
|
title="Our Professional HVAC Services"
|
||||||
description="Comprehensive solutions to keep your home running comfortably all year round."
|
description="Comprehensive solutions to keep your home running comfortably all year round."
|
||||||
@@ -180,20 +83,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Why Choose A+ Heating & Air?"
|
title="Why Choose A+ Heating & Air?"
|
||||||
description="We are a locally owned and operated business dedicated to providing premium comfort solutions with a focus on trust, reliability, and professional excellence."
|
description="We are a locally owned and operated business dedicated to providing premium comfort solutions with a focus on trust, reliability, and professional excellence."
|
||||||
metrics={[
|
metrics={[{ value: "100%", title: "Satisfaction Guaranteed" }, { value: "24/7", title: "Available Support" }, { value: "15+", title: "Years Experience" }]}
|
||||||
{
|
|
||||||
value: "100%",
|
|
||||||
title: "Satisfaction Guaranteed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "24/7",
|
|
||||||
title: "Available Support",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "15+",
|
|
||||||
title: "Years Experience",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smart-factory-mechanic-installing-automated-workflows-control-systems_482257-126170.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/smart-factory-mechanic-installing-automated-workflows-control-systems_482257-126170.jpg"
|
||||||
imageAlt="A+ Heating and Air Experts"
|
imageAlt="A+ Heating and Air Experts"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -208,46 +98,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Michael Chen", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=1" },
|
||||||
name: "Sarah Johnson",
|
{ id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-single-mother-spending-time-with-her-daughter_23-2148989007.jpg" },
|
||||||
role: "Homeowner",
|
{ id: "4", name: "David Kim", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" },
|
||||||
company: "Local Resident",
|
{ id: "5", name: "Robert Smith", role: "Property Manager", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=2" },
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Michael Chen",
|
|
||||||
role: "Homeowner",
|
|
||||||
company: "Local Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Emily Rodriguez",
|
|
||||||
role: "Homeowner",
|
|
||||||
company: "Local Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-single-mother-spending-time-with-her-daughter_23-2148989007.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "David Kim",
|
|
||||||
role: "Homeowner",
|
|
||||||
company: "Local Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Robert Smith",
|
|
||||||
role: "Property Manager",
|
|
||||||
company: "Residential",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Happy Customers"
|
title="Hear From Our Happy Customers"
|
||||||
description="Trusted by hundreds of local homeowners for reliable and high-quality HVAC care."
|
description="Trusted by hundreds of local homeowners for reliable and high-quality HVAC care."
|
||||||
@@ -258,29 +113,10 @@ export default function LandingPage() {
|
|||||||
<ContactFaq
|
<ContactFaq
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[{ id: "faq1", title: "Do you offer financing?", content: "Yes, we offer flexible financing options for new system installations." }, { id: "faq2", title: "Are you locally owned?", content: "Yes, we are a locally owned and operated HVAC company." }, { id: "faq3", title: "Do you offer free estimates?", content: "Yes, we provide free estimates on all new HVAC system installations." }]}
|
||||||
{
|
|
||||||
id: "faq1",
|
|
||||||
title: "Do you offer financing?",
|
|
||||||
content: "Yes, we offer flexible financing options for new system installations.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "faq2",
|
|
||||||
title: "Are you locally owned?",
|
|
||||||
content: "Yes, we are a locally owned and operated HVAC company.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "faq3",
|
|
||||||
title: "Do you offer free estimates?",
|
|
||||||
content: "Yes, we provide free estimates on all new HVAC system installations.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
ctaTitle="Need Emergency Service?"
|
ctaTitle="Need Emergency Service?"
|
||||||
ctaDescription="Get in touch with our team for professional heating and cooling solutions, 24/7."
|
ctaDescription="Get in touch with our team for professional heating and cooling solutions, 24/7."
|
||||||
ctaButton={{
|
ctaButton={{ text: "Call Now: (555) 123-4567", href: "tel:5551234567" }}
|
||||||
text: "Call Now: (555) 123-4567",
|
|
||||||
href: "tel:5551234567",
|
|
||||||
}}
|
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -288,42 +124,9 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "Services", href: "#services" }, { label: "About Us", href: "#about" }] },
|
||||||
items: [
|
{ items: [{ label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||||
{
|
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] },
|
||||||
label: "Services",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Reviews",
|
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="A+ Heating & Air"
|
logoText="A+ Heating & Air"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user