Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a4f59ee2e | |||
| 3c47f0a3de | |||
| 692f9dd929 | |||
| 0aa99098bb |
245
src/app/page.tsx
245
src/app/page.tsx
@@ -31,92 +31,57 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="A2D Services"
|
||||
brandName="A PLUS HVAC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elite HVAC Comfort for Your Home"
|
||||
description="Professional heating, cooling, and air quality services defined by integrity, craftsmanship, and decades of trust."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg",
|
||||
alt: "HVAC tech team 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg", alt: "HVAC tech team 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388963.jpg",
|
||||
alt: "HVAC tech team 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388963.jpg", alt: "HVAC tech team 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-studio-with-presents_1157-28703.jpg",
|
||||
alt: "HVAC tech team 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-studio-with-presents_1157-28703.jpg", alt: "HVAC tech team 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-metallic-building-pipes_250224-254.jpg",
|
||||
alt: "HVAC tech team 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-metallic-building-pipes_250224-254.jpg", alt: "HVAC tech team 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26533.jpg",
|
||||
alt: "HVAC tech team 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26533.jpg", alt: "HVAC tech team 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Service", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatarText="Trusted by over 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Installation",
|
||||
},
|
||||
type: "text", text: "Premium Installation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Repairs",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Repairs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Efficiency Expert",
|
||||
},
|
||||
type: "text", text: "Energy Efficiency Expert"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Historic Home Specialists",
|
||||
},
|
||||
type: "text", text: "Historic Home Specialists"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified HVAC Technicians",
|
||||
},
|
||||
type: "text", text: "Certified HVAC Technicians"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,17 +94,11 @@ export default function LandingPage() {
|
||||
description="For over two decades, our family-owned business has transformed homes with expert HVAC installations. From historic properties to modern residences, we bring the same level of care, professionalism, and passion to every job."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Family Legacy",
|
||||
description: "Carrying forward Rafe's original commitment to excellence and work ethic.",
|
||||
},
|
||||
title: "Family Legacy", description: "Carrying forward Rafe's original commitment to excellence and work ethic."},
|
||||
{
|
||||
title: "Expert Craftsmanship",
|
||||
description: "Precision installations in historic homes and modern units alike.",
|
||||
},
|
||||
title: "Expert Craftsmanship", description: "Precision installations in historic homes and modern units alike."},
|
||||
{
|
||||
title: "Rapid Response",
|
||||
description: "We are there when you need us most, even in the coldest temperatures.",
|
||||
},
|
||||
title: "Rapid Response", description: "We are there when you need us most, even in the coldest temperatures."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515886.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -153,38 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "AC Installation",
|
||||
author: "Climate Control",
|
||||
description: "High-efficiency central air systems expertly installed for ultimate summer comfort.",
|
||||
tags: [
|
||||
"New Install",
|
||||
"Central Air",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg",
|
||||
},
|
||||
id: "f1", title: "AC Installation", author: "Climate Control", description: "High-efficiency central air systems expertly installed for ultimate summer comfort.", tags: [
|
||||
"New Install", "Central Air"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Heating Systems",
|
||||
author: "Winter Warmth",
|
||||
description: "Natural gas furnace and heating system installs that keep your home warm in the deepest winter.",
|
||||
tags: [
|
||||
"Heating",
|
||||
"Gas Heater",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187581.jpg",
|
||||
},
|
||||
id: "f2", title: "Heating Systems", author: "Winter Warmth", description: "Natural gas furnace and heating system installs that keep your home warm in the deepest winter.", tags: [
|
||||
"Heating", "Gas Heater"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-from-home_23-2149187581.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Mini-Split Systems",
|
||||
author: "Flexible Comfort",
|
||||
description: "Customized ductless heating and cooling solutions for every room in your house.",
|
||||
tags: [
|
||||
"Mini-Split",
|
||||
"Efficiency",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-with-pincers-screwdriver-man-s-head-is-hidden-computer-white-wall_346278-1220.jpg",
|
||||
},
|
||||
id: "f3", title: "Mini-Split Systems", author: "Flexible Comfort", description: "Customized ductless heating and cooling solutions for every room in your house.", tags: [
|
||||
"Mini-Split", "Efficiency"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hands-with-pincers-screwdriver-man-s-head-is-hidden-computer-white-wall_346278-1220.jpg"},
|
||||
]}
|
||||
title="Premium HVAC Services"
|
||||
description="We provide comprehensive comfort solutions tailored to your specific home needs."
|
||||
@@ -198,26 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
title: "Years Experience",
|
||||
description: "Decades of trusted HVAC expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg",
|
||||
},
|
||||
id: "m1", value: "25+", title: "Years Experience", description: "Decades of trusted HVAC expertise.", imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "Families kept warm and cool annually.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-home_23-2149308983.jpg",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Happy Clients", description: "Families kept warm and cool annually.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-home_23-2149308983.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Dedication",
|
||||
description: "Personalized service for every home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Dedication", description: "Personalized service for every home.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg"},
|
||||
]}
|
||||
title="Our Commitment in Numbers"
|
||||
description="Trusted by hundreds of homeowners for consistent quality and care."
|
||||
@@ -230,48 +153,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Professionalism",
|
||||
quote: "Rafe’s excellent work, cleanliness and professionalism transformed our home.",
|
||||
name: "Regina Charles",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg",
|
||||
},
|
||||
id: "1", title: "Professionalism", quote: "Rafe’s excellent work, cleanliness and professionalism transformed our home.", name: "Regina Charles", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Responsive Service",
|
||||
quote: "Furnace died in the teens, their response time was amazing.",
|
||||
name: "Connie Perkins",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-laughing-camera_23-2148275175.jpg",
|
||||
},
|
||||
id: "2", title: "Responsive Service", quote: "Furnace died in the teens, their response time was amazing.", name: "Connie Perkins", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-laughing-camera_23-2148275175.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outstanding",
|
||||
quote: "Every detail was handled with care, and the quality was outstanding.",
|
||||
name: "Sabrina R",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
},
|
||||
id: "3", title: "Outstanding", quote: "Every detail was handled with care, and the quality was outstanding.", name: "Sabrina R", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Above & Beyond",
|
||||
quote: "Jovan went above and beyond to fit us in despite a packed schedule.",
|
||||
name: "Jena Al-Khal",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
id: "4", title: "Above & Beyond", quote: "Jovan went above and beyond to fit us in despite a packed schedule.", name: "Jena Al-Khal", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommended",
|
||||
quote: "These guys care about their customers and take pride in their work.",
|
||||
name: "Alex P.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cozy-reading-room_23-2151842750.jpg",
|
||||
},
|
||||
id: "5", title: "Highly Recommended", quote: "These guys care about their customers and take pride in their work.", name: "Alex P.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/3d-cozy-reading-room_23-2151842750.jpg"},
|
||||
]}
|
||||
title="Loved by Our Customers"
|
||||
description="Hear why homeowners trust A2D Services for their most critical climate needs."
|
||||
description="Hear why homeowners trust A PLUS HVAC for their most critical climate needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -280,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you handle historic homes?",
|
||||
content: "Yes, we specialize in adapting modern, efficient HVAC systems to historic homes while preserving their integrity.",
|
||||
},
|
||||
id: "q1", title: "Do you handle historic homes?", content: "Yes, we specialize in adapting modern, efficient HVAC systems to historic homes while preserving their integrity."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is your emergency response?",
|
||||
content: "We pride ourselves on our responsiveness. When systems fail in extreme weather, we prioritize urgent repairs.",
|
||||
},
|
||||
id: "q2", title: "What is your emergency response?", content: "We pride ourselves on our responsiveness. When systems fail in extreme weather, we prioritize urgent repairs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you family-owned?",
|
||||
content: "Yes, A2D Services is built on family values, with Rafe and his son Jovan ensuring top-tier service standards.",
|
||||
},
|
||||
id: "q3", title: "Are you family-owned?", content: "Yes, A PLUS HVAC is built on family values, with Rafe and his son Jovan ensuring top-tier service standards."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our luxury HVAC services."
|
||||
@@ -305,54 +189,37 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
text="Ready to experience premium home comfort? Contact A2D Services today."
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to experience premium home comfort? Contact A PLUS HVAC at +16103924780. Located at 528 5th St, Whitehall Township, PA 18052. Open Mon-Fri 7:30AM-7:30PM, Sat 7:30AM-2PM, Sun Closed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:555-012-3456",
|
||||
},
|
||||
text: "Call Now", href: "tel:16103924780"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="A2D Services"
|
||||
logoText="A PLUS HVAC"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#",
|
||||
},
|
||||
label: "Heating", href: "#"},
|
||||
{
|
||||
label: "Cooling",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cooling", href: "#"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maintenance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -361,4 +228,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user