Update src/app/page.tsx

This commit is contained in:
2026-04-06 19:16:05 +00:00
parent 75bf137311
commit 67b419ef71

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AirComfort HVAC"
/>
@@ -54,104 +46,61 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Reliable Climate Control Solutions"
description="Professional HVAC maintenance, repair, and installation services to keep your home comfortable year-round."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=1",
imageAlt: "Technician working",
},
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Technician working"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=1",
imageAlt: "Technician smiling",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "Technician smiling"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg?_wi=1",
imageAlt: "HVAC System",
},
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg", imageAlt: "HVAC System"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1",
imageAlt: "Diagnostic tool",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Diagnostic tool"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039016.jpg",
imageAlt: "Service van",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039016.jpg", imageAlt: "Service van"},
]}
rightCarouselItems={[
{
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",
imageAlt: "Inspection",
},
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", imageAlt: "Inspection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2",
imageAlt: "Technician working",
},
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Technician working"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=2",
imageAlt: "Technician smiling",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "Technician smiling"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg?_wi=2",
imageAlt: "HVAC System",
},
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg", imageAlt: "HVAC System"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
imageAlt: "Diagnostic tool",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Diagnostic tool"},
]}
buttons={[
{
text: "Schedule Maintenance",
href: "#contact",
},
text: "Schedule Maintenance", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", alt: "Customer 5"},
]}
avatarText="Trusted by 5,000+ local homeowners"
marqueeItems={[
{
type: "text",
text: "Licensed & Insured",
},
type: "text", text: "Licensed & Insured"},
{
type: "text",
text: "24/7 Availability",
},
type: "text", text: "24/7 Availability"},
{
type: "text",
text: "Energy Star Certified",
},
type: "text", text: "Energy Star Certified"},
{
type: "text",
text: "Satisfaction Guaranteed",
},
type: "text", text: "Satisfaction Guaranteed"},
{
type: "text",
text: "Expert Technicians",
},
type: "text", text: "Expert Technicians"},
]}
/>
</div>
@@ -163,17 +112,11 @@ export default function LandingPage() {
description="With over 15 years of experience, we provide high-quality HVAC services to ensure your home remains comfortable and efficient, regardless of the season."
metrics={[
{
value: "15+",
title: "Years of Experience",
},
value: "15+", title: "Years of Experience"},
{
value: "5k+",
title: "Successful Installations",
},
value: "5k+", title: "Successful Installations"},
{
value: "99%",
title: "Customer Satisfaction",
},
value: "99%", title: "Customer Satisfaction"},
]}
imageSrc="http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg"
imageAlt="Our HVAC team"
@@ -189,49 +132,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Precision Climate Control",
description: "Advanced thermostats and systems to manage your indoor temperature efficiently.",
icon: Zap,
title: "Precision Climate Control", description: "Advanced thermostats and systems to manage your indoor temperature efficiently.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=3",
imageAlt: "hvac technician working on unit",
},
{
title: "Full Installation Services",
description: "Expert setup for all types of heating and cooling units.",
icon: Shield,
title: "Full Installation Services", description: "Expert setup for all types of heating and cooling units.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=3",
imageAlt: "smiling hvac technician in uniform",
},
{
title: "24/7 Emergency Repairs",
description: "We are available whenever you face an unexpected HVAC breakdown.",
icon: Clock,
title: "24/7 Emergency Repairs", description: "We are available whenever you face an unexpected HVAC breakdown.", icon: Clock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg?_wi=3",
imageAlt: "residential hvac installation system",
},
]}
title="Comprehensive HVAC Services"
@@ -247,25 +172,15 @@ export default function LandingPage() {
author="Sarah Miller"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", alt: "Customer 5"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -278,20 +193,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How often should I service my AC?",
content: "We recommend professional maintenance at least twice a year.",
},
id: "1", title: "How often should I service my AC?", content: "We recommend professional maintenance at least twice a year."},
{
id: "2",
title: "Do you provide emergency services?",
content: "Yes, our team is available 24/7 for urgent repair needs.",
},
id: "2", title: "Do you provide emergency services?", content: "Yes, our team is available 24/7 for urgent repair needs."},
{
id: "3",
title: "Are your technicians certified?",
content: "All our staff are fully trained and licensed HVAC professionals.",
},
id: "3", title: "Are your technicians certified?", content: "All our staff are fully trained and licensed HVAC professionals."},
]}
title="Frequently Asked Questions"
description="Have questions about our HVAC services? Find answers here."
@@ -303,8 +209,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Ready to get started?"
title="Schedule Your Service"
description="Book a routine maintenance check or request an emergency service call today."
@@ -319,14 +224,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>