Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5dc8b75df | |||
| eac7ad53a9 |
173
src/app/page.tsx
173
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -32,21 +32,13 @@ 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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chicago HVAC"
|
||||
/>
|
||||
@@ -55,37 +47,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Chicago's Premier HVAC Experts"
|
||||
description="Keeping Chicago comfortable through every season with trusted heating, cooling, and air quality services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036903.jpg",
|
||||
imageAlt: "Technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036903.jpg", imageAlt: "Technician service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg",
|
||||
imageAlt: "Technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg", imageAlt: "Technician service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg",
|
||||
imageAlt: "Technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Technician service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg",
|
||||
imageAlt: "Technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg", imageAlt: "Technician service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-backpack-map_23-2148383472.jpg",
|
||||
imageAlt: "Technician service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-backpack-map_23-2148383472.jpg", imageAlt: "Technician service"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,17 +77,11 @@ export default function LandingPage() {
|
||||
description="With over 20 years of experience serving the Chicago area, we prioritize quality craftsmanship and reliable communication."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "20+", title: "Years Experience"},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "5k+", title: "Happy Clients"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Emergency Support",
|
||||
},
|
||||
value: "24/7", title: "Emergency Support"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg"
|
||||
imageAlt="About us HVAC"
|
||||
@@ -125,26 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Furnace Repair",
|
||||
description: "Rapid response heating repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg",
|
||||
buttonText: "View Info",
|
||||
},
|
||||
title: "Furnace Repair", description: "Rapid response heating repair.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg", buttonText: "View Info"},
|
||||
{
|
||||
title: "AC Maintenance",
|
||||
description: "Keeping cool all summer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250244.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061890.jpg",
|
||||
buttonText: "View Info",
|
||||
},
|
||||
title: "AC Maintenance", description: "Keeping cool all summer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250244.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061890.jpg", buttonText: "View Info"},
|
||||
{
|
||||
title: "Air Quality",
|
||||
description: "Breathe cleaner air.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061897.jpg",
|
||||
buttonText: "View Info",
|
||||
},
|
||||
title: "Air Quality", description: "Breathe cleaner air.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061897.jpg", buttonText: "View Info"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive climate solutions for your residential needs."
|
||||
@@ -159,25 +117,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Customers recommend us.",
|
||||
icon: CheckCircle,
|
||||
id: "1", value: "98%", title: "Satisfaction Rate", description: "Customers recommend us.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "30m",
|
||||
title: "Response Time",
|
||||
description: "Ready for emergencies.",
|
||||
icon: Clock,
|
||||
id: "2", value: "30m", title: "Response Time", description: "Ready for emergencies.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100+",
|
||||
title: "Licensed Techs",
|
||||
description: "Expert field team.",
|
||||
icon: Shield,
|
||||
id: "3", value: "100+", title: "Licensed Techs", description: "Expert field team.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Service Excellence"
|
||||
@@ -191,20 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you provide emergency service?",
|
||||
content: "Yes, we are available 24/7.",
|
||||
},
|
||||
id: "1", title: "Do you provide emergency service?", content: "Yes, we are available 24/7."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What areas do you serve?",
|
||||
content: "Serving all Chicago neighborhoods.",
|
||||
},
|
||||
id: "2", title: "What areas do you serve?", content: "Serving all Chicago neighborhoods."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, fully bonded and licensed.",
|
||||
},
|
||||
id: "3", title: "Are you licensed?", content: "Yes, fully bonded and licensed."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg"
|
||||
title="Common Questions"
|
||||
@@ -220,40 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John D.",
|
||||
role: "Resident",
|
||||
testimonial: "Excellent service and prompt arrival.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-builder-architect-shake-hands-construction-site_839833-31658.jpg",
|
||||
},
|
||||
id: "1", name: "John D.", role: "Resident", testimonial: "Excellent service and prompt arrival.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-builder-architect-shake-hands-construction-site_839833-31658.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria S.",
|
||||
role: "Homeowner",
|
||||
testimonial: "My AC is running better than ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
|
||||
},
|
||||
id: "2", name: "Maria S.", role: "Homeowner", testimonial: "My AC is running better than ever.", imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert B.",
|
||||
role: "Client",
|
||||
testimonial: "Very professional and clean work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg",
|
||||
},
|
||||
id: "3", name: "Robert B.", role: "Client", testimonial: "Very professional and clean work.", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384799.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily K.",
|
||||
role: "Resident",
|
||||
testimonial: "The best HVAC service in Chicago.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg",
|
||||
},
|
||||
id: "4", name: "Emily K.", role: "Resident", testimonial: "The best HVAC service in Chicago.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Fair pricing and quality repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
id: "5", name: "David W.", role: "Homeowner", testimonial: "Fair pricing and quality repairs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="Hear from our satisfied Chicago community."
|
||||
@@ -264,49 +176,36 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Need Help? +1 773 312 9271"
|
||||
description="Call us now or schedule an appointment online for any heating or cooling needs in Chicago."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+17733129271",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17733129271"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg"
|
||||
<FooterLogoEmphasis
|
||||
logoText="Chicago HVAC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
label: "Careers", onClick: () => window.location.href = '/careers',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Heating", href: "#features"},
|
||||
{
|
||||
label: "Cooling",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Cooling", href: "#features"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user