Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 22:11:05 +00:00

View File

@@ -29,89 +29,57 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Why Us", id: "why-us"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact"},
]}
brandName="HVAC Baltimore"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Baltimores Premium Heating & Air Conditioning Experts"
description="Reliable, fast, and professional HVAC solutions for your home or business. We deliver comfort with luxury and precision."
buttons={[
{
text: "Request a Free Quote",
href: "#contact",
},
text: "Request a Free Quote", href: "#contact"},
{
text: "Call Now",
href: "tel:5550123",
},
text: "Call Now", href: "tel:5550123"},
]}
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-photographer-girl-taking-photos-using-her-retro-camera_158538-1379.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-photographer-girl-taking-photos-using-her-retro-camera_158538-1379.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ happy clients in Baltimore"
marqueeItems={[
{
type: "text",
text: "24/7 Emergency Service",
},
type: "text", text: "24/7 Emergency Service"},
{
type: "text",
text: "Certified HVAC Technicians",
},
type: "text", text: "Certified HVAC Technicians"},
{
type: "text",
text: "Energy Efficient Solutions",
},
type: "text", text: "Energy Efficient Solutions"},
{
type: "text",
text: "Premium Installation Quality",
},
type: "text", text: "Premium Installation Quality"},
{
type: "text",
text: "Maintenance Memberships",
},
type: "text", text: "Maintenance Memberships"},
]}
/>
</div>
@@ -124,26 +92,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Experienced Technicians",
description: "Highly trained and certified professionals.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg?_wi=1",
titleIconSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg",
buttonText: "See Team",
},
title: "Experienced Technicians", description: "Highly trained and certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", buttonText: "See Team"},
{
title: "24/7 Emergency Service",
description: "Ready to help you anytime, day or night.",
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg?_wi=1",
titleIconSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg",
buttonText: "Call Now",
},
title: "24/7 Emergency Service", description: "Ready to help you anytime, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", buttonText: "Call Now"},
{
title: "High-End Equipment",
description: "Premium parts for lasting performance.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1",
titleIconSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg",
buttonText: "Learn More",
},
title: "High-End Equipment", description: "Premium parts for lasting performance.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", titleIconSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", buttonText: "Learn More"},
]}
title="Why Choose Our Expertise"
description="We don't just fix HVAC systems; we deliver peace of mind and climate perfection for your property."
@@ -152,64 +105,29 @@ export default function LandingPage() {
<div id="services" data-section="services">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Heating",
name: "Installation & Repair",
price: "From $499",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=2",
},
id: "p1", brand: "Heating", name: "Installation & Repair", price: "From $499", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
{
id: "p2",
brand: "Cooling",
name: "AC Maintenance",
price: "From $299",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=3",
},
id: "p2", brand: "Cooling", name: "AC Maintenance", price: "From $299", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
{
id: "p3",
brand: "Air Quality",
name: "Purification Systems",
price: "From $699",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=4",
},
id: "p3", brand: "Air Quality", name: "Purification Systems", price: "From $699", rating: 4,
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
{
id: "p4",
brand: "Maintenance",
name: "Annual Service Plan",
price: "From $199",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=5",
},
id: "p4", brand: "Maintenance", name: "Annual Service Plan", price: "From $199", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
{
id: "p5",
brand: "Commercial",
name: "Systems Solutions",
price: "Custom",
rating: 5,
reviewCount: "40",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=6",
},
id: "p5", brand: "Commercial", name: "Systems Solutions", price: "Custom", rating: 5,
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
{
id: "p6",
brand: "Emergency",
name: "Priority Dispatch",
price: "Contact",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=7",
},
id: "p6", brand: "Emergency", name: "Priority Dispatch", price: "Contact", rating: 5,
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg"},
]}
title="Our Premium Services"
description="Comprehensive HVAC maintenance and installation tailored to your specific environment."
@@ -222,60 +140,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
date: "Jan 2024",
title: "Homeowner",
quote: "Excellent work! My home has never felt more comfortable.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg?_wi=8",
imageAlt: "hvac technician modern home",
},
id: "t1", name: "Sarah Miller", date: "Jan 2024", title: "Homeowner", quote: "Excellent work! My home has never felt more comfortable.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-serious_176474-32888.jpg", imageAlt: "hvac technician modern home"},
{
id: "t2",
name: "David Brown",
date: "Dec 2023",
title: "CEO",
quote: "Professional, clean, and fast. Highly recommended.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg?_wi=2",
imageAlt: "professional wrench 3d icon",
},
id: "t2", name: "David Brown", date: "Dec 2023", title: "CEO", quote: "Professional, clean, and fast. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", imageAlt: "professional wrench 3d icon"},
{
id: "t3",
name: "Emily Davis",
date: "Nov 2023",
title: "Manager",
quote: "The best HVAC experience I've ever had.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg?_wi=2",
imageAlt: "24/7 clock icon gold",
},
id: "t3", name: "Emily Davis", date: "Nov 2023", title: "Manager", quote: "The best HVAC experience I've ever had.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", imageAlt: "24/7 clock icon gold"},
{
id: "t4",
name: "Michael Wilson",
date: "Oct 2023",
title: "Designer",
quote: "Very attentive to detail and customer care.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=2",
imageAlt: "hvac flame snowflake icon",
},
id: "t4", name: "Michael Wilson", date: "Oct 2023", title: "Designer", quote: "Very attentive to detail and customer care.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", imageAlt: "hvac flame snowflake icon"},
{
id: "t5",
name: "Laura Jenkins",
date: "Sep 2023",
title: "Artist",
quote: "Top-tier service from start to finish.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-photographer-girl-taking-photos-using-her-retro-camera_158538-1379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "happy client portrait",
},
id: "t5", name: "Laura Jenkins", date: "Sep 2023", title: "Artist", quote: "Top-tier service from start to finish.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-photographer-girl-taking-photos-using-her-retro-camera_158538-1379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "happy client portrait"},
]}
title="Client Success Stories"
description="What our premium Baltimore clients are saying about our service quality."
@@ -286,8 +159,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Get in touch"
title="Experience Absolute Comfort"
description="Ready to upgrade your home's climate? Request a consultation with our experts today."
@@ -298,13 +170,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="HVAC Baltimore"
leftLink={{
text: "© 2024 HVAC Baltimore. All rights reserved.",
href: "#",
}}
text: "© 2024 HVAC Baltimore. All rights reserved.", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>