Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 170464b4f4 | |||
| 07dca34f2d | |||
| 3ea0e6dea5 | |||
| 4913310684 |
257
src/app/page.tsx
257
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Action Air"
|
||||
/>
|
||||
@@ -55,48 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
title="Reliable Comfort, All Year Round"
|
||||
description="Providing expert air conditioning and heating services to keep your home comfortable and energy-efficient."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Action Air Conditioning And Heating"
|
||||
description="Reliable HVAC solutions providing expert comfort, energy-efficient maintenance, and rapid repair services for your home and business."
|
||||
buttons={[{ text: "Book Service", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-near-heater_23-2149308959.jpg",
|
||||
imageAlt: "Technician working",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg",
|
||||
imageAlt: "HVAC installation",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg",
|
||||
imageAlt: "Maintenance expert",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg",
|
||||
imageAlt: "Repair service",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-practicing-tai-chi_23-2149960184.jpg",
|
||||
imageAlt: "HVAC system",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg",
|
||||
imageAlt: "Filter cleaning",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-near-heater_23-2149308959.jpg", imageAlt: "Technician working" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg", imageAlt: "HVAC installation" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg", imageAlt: "Maintenance expert" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-electrician-installing-holder-ceiling-light_23-2148087646.jpg", imageAlt: "Repair service" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-practicing-tai-chi_23-2149960184.jpg", imageAlt: "HVAC system" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "Filter cleaning" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,31 +77,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Wind,
|
||||
title: "AC Maintenance",
|
||||
description: "Prevent breakdowns with our seasonal maintenance plans.",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Heating Repair",
|
||||
description: "Rapid response for all major heating systems.",
|
||||
},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "System Upgrade",
|
||||
description: "Install energy-efficient systems for lower bills.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Energy Audits",
|
||||
description: "Comprehensive checkups to optimize your system performance.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Emergency",
|
||||
description: "Around-the-clock support when you need it most.",
|
||||
},
|
||||
{ icon: Wind, title: "AC Maintenance", description: "Prevent breakdowns with our seasonal maintenance plans." },
|
||||
{ icon: Flame, title: "Heating Repair", description: "Rapid response for all major heating systems." },
|
||||
{ icon: Gauge, title: "System Upgrade", description: "Install energy-efficient systems for lower bills." },
|
||||
{ icon: Zap, title: "Energy Audits", description: "Comprehensive checkups to optimize your system performance." },
|
||||
{ icon: Clock, title: "24/7 Emergency", description: "Around-the-clock support when you need it most." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From emergency repairs to full system installations, we have you covered."
|
||||
@@ -156,46 +93,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Service",
|
||||
quote: "They fixed our AC on the hottest day of the year!",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-female-manual-worker-looking-with-bugged-eyes-full-happiness-opened-mouth-while-being-promoted-holding-drilling-machine-blueprint-her-hands-isolated-yellow-wall_273609-7904.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional and Fast",
|
||||
quote: "Very reliable service, highly recommend them.",
|
||||
name: "Jane Smith",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-woman-with-book_23-2148268648.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Expert Installation",
|
||||
quote: "Our new heater works perfectly, very quiet.",
|
||||
name: "Bob Brown",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup-laptop_23-2148095733.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Staff",
|
||||
quote: "Technicians were knowledgeable and clean.",
|
||||
name: "Alice White",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Will Call Again",
|
||||
quote: "Fair pricing and excellent work.",
|
||||
name: "Charlie Davis",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg",
|
||||
},
|
||||
{ id: "1", title: "Exceptional Service", quote: "They fixed our AC on the hottest day of the year!", name: "John Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/excited-female-manual-worker-looking-with-bugged-eyes-full-happiness-opened-mouth-while-being-promoted-holding-drilling-machine-blueprint-her-hands-isolated-yellow-wall_273609-7904.jpg" },
|
||||
{ id: "2", title: "Professional and Fast", quote: "Very reliable service, highly recommend them.", name: "Jane Smith", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-woman-with-book_23-2148268648.jpg" },
|
||||
{ id: "3", title: "Expert Installation", quote: "Our new heater works perfectly, very quiet.", name: "Bob Brown", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup-laptop_23-2148095733.jpg" },
|
||||
{ id: "4", title: "Great Staff", quote: "Technicians were knowledgeable and clean.", name: "Alice White", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg" },
|
||||
{ id: "5", title: "Will Call Again", quote: "Fair pricing and excellent work.", name: "Charlie Davis", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg" },
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="Hear what our local neighbors have to say about our heating and cooling services."
|
||||
@@ -209,31 +111,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of experience",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Systems installed",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
description: "Emergency support",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "98%",
|
||||
description: "Customer satisfaction",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "100+",
|
||||
description: "Certified projects",
|
||||
},
|
||||
{ id: "1", value: "15+", description: "Years of experience" },
|
||||
{ id: "2", value: "5000+", description: "Systems installed" },
|
||||
{ id: "3", value: "24/7", description: "Emergency support" },
|
||||
{ id: "4", value: "98%", description: "Customer satisfaction" },
|
||||
{ id: "5", value: "100+", description: "Certified projects" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="We take pride in our proven track record."
|
||||
@@ -244,15 +126,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"HVAC Certified Pro",
|
||||
"Energy Star Partner",
|
||||
"Climate Control Association",
|
||||
"Local Business Trusted",
|
||||
"Safety Excellence Award",
|
||||
"Annual Quality Standard",
|
||||
"Warranty Verified",
|
||||
]}
|
||||
names={["HVAC Certified Pro", "Energy Star Partner", "Climate Control Association", "Local Business Trusted", "Safety Excellence Award", "Annual Quality Standard", "Warranty Verified"]}
|
||||
title="Certifications & Trusted Partners"
|
||||
description="We hold ourselves to the highest industry standards."
|
||||
/>
|
||||
@@ -263,31 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often should I service my AC?",
|
||||
content: "We recommend servicing it at least once a year.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency repairs?",
|
||||
content: "Yes, we offer 24/7 support for emergencies.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you handle large units?",
|
||||
content: "Yes, we provide residential and commercial services.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my equipment energy efficient?",
|
||||
content: "We check the energy rating during every service appointment.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How long does a typical installation take?",
|
||||
content: "Most residential replacements take 1 to 2 business days.",
|
||||
},
|
||||
{ id: "1", title: "How often should I service my AC?", content: "Annual servicing prevents costly mid-season breakdowns, improves energy efficiency, and ensures your system remains under manufacturer warranty." },
|
||||
{ id: "2", title: "Do you offer emergency repairs?", content: "Yes, we offer 24/7 support for emergencies because we know comfort can't wait." },
|
||||
{ id: "3", title: "Can you handle large units?", content: "Yes, we provide specialized residential and complex commercial HVAC system installations and repairs." },
|
||||
{ id: "4", title: "Is my equipment energy efficient?", content: "During every service, our technicians audit your system's performance and verify its energy rating against modern efficiency standards." },
|
||||
{ id: "5", title: "How long does a typical installation take?", content: "Most residential replacements are completed within 1 to 2 business days with minimal disruption to your daily routine." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers to your heating and air conditioning concerns."
|
||||
@@ -298,18 +152,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need Help Today?"
|
||||
description="Don't wait for your system to break down completely. Contact our expert team for maintenance or repairs now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:5550123" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -317,36 +164,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Action Air Conditioning"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user