Merge version_1 into main #2
291
src/app/page.tsx
291
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#about" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Harmony Heating & Cooling"
|
||||
/>
|
||||
@@ -57,16 +45,10 @@ export default function LandingPage() {
|
||||
logoText="Colorado’s Trusted Experts in Luxury Home Comfort"
|
||||
description="Heating and cooling solutions designed for Colorado homes — installed with precision, transparency, and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3035550123",
|
||||
},
|
||||
{ text: "Schedule Estimate", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:3035550123" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/home-still-life-with-knitted-sweaters-teapot-tea-blurred-background_169016-13955.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/home-still-life-with-knitted-sweaters-teapot-tea-blurred-background_169016-13955.jpg"
|
||||
imageAlt="Warm luxury living room atmosphere"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,46 +60,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Honest Recommendations",
|
||||
description: "No upsells. No pressure. Just expert guidance tailored to your home.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-help-support-outline-icon-presentation_1142-24160.jpg",
|
||||
imageAlt: "Abstract minimalist handshake icon in gold",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a68jo5",
|
||||
imageAlt: "Abstract minimalist handshake icon in gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-still-life-with-knitted-sweaters-teapot-tea-blurred-background_169016-13955.jpg?_wi=2",
|
||||
imageAlt: "abstract minimalist hand shake icon gold",
|
||||
title: "Honest Recommendations", description: "No upsells. No pressure. Just expert guidance tailored to your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/20-help-support-outline-icon-presentation_1142-24160.jpg", imageAlt: "Abstract minimalist handshake icon in gold" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a68jo5", imageAlt: "Abstract minimalist handshake icon in gold" },
|
||||
},
|
||||
{
|
||||
title: "Precision Installation",
|
||||
description: "Clean workmanship with attention to airflow, efficiency, and aesthetics.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/explosion_53876-36748.jpg",
|
||||
imageAlt: "Precision measurement line icon in gold",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/premium-labels-collection_1209-168.jpg",
|
||||
imageAlt: "Precision measurement line icon in gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14797.jpg?_wi=1",
|
||||
imageAlt: "abstract minimalist hand shake icon gold",
|
||||
title: "Precision Installation", description: "Clean workmanship with attention to airflow, efficiency, and aesthetics.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/explosion_53876-36748.jpg", imageAlt: "Precision measurement line icon in gold" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/premium-labels-collection_1209-168.jpg", imageAlt: "Precision measurement line icon in gold" },
|
||||
},
|
||||
{
|
||||
title: "Comfort That Lasts",
|
||||
description: "Reliable heating and cooling systems designed for Colorado weather.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-collection-infographic-elements_23-2147521771.jpg",
|
||||
imageAlt: "Durability long-lasting icon in gold",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-element-collection-colors-flat-design_23-2147551445.jpg",
|
||||
imageAlt: "Durability long-lasting icon in gold",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg?_wi=1",
|
||||
imageAlt: "abstract minimalist hand shake icon gold",
|
||||
title: "Comfort That Lasts", description: "Reliable heating and cooling systems designed for Colorado weather.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/abstract-collection-infographic-elements_23-2147521771.jpg", imageAlt: "Durability long-lasting icon in gold" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/business-element-collection-colors-flat-design_23-2147551445.jpg", imageAlt: "Durability long-lasting icon in gold" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -132,60 +84,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Stefanie Rose",
|
||||
role: "Homeowner",
|
||||
company: "Westminster",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Joanna B.",
|
||||
role: "Homeowner",
|
||||
company: "Denver",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner",
|
||||
company: "Arvada",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena V.",
|
||||
role: "Homeowner",
|
||||
company: "Thornton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Greg H.",
|
||||
role: "Homeowner",
|
||||
company: "Broomfield",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-sitting-chair-thinking-what_114579-79314.jpg",
|
||||
},
|
||||
{ id: "1", name: "Stefanie Rose", role: "Homeowner", company: "Westminster", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg" },
|
||||
{ id: "2", name: "Joanna B.", role: "Homeowner", company: "Denver", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
|
||||
{ id: "3", name: "Mark D.", role: "Homeowner", company: "Arvada", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg" },
|
||||
{ id: "4", name: "Elena V.", role: "Homeowner", company: "Thornton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg" },
|
||||
{ id: "5", name: "Greg H.", role: "Homeowner", company: "Broomfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-sitting-chair-thinking-what_114579-79314.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "100+", label: "Projects Completed" },
|
||||
{ value: "10", label: "Years Experience" },
|
||||
]}
|
||||
title="Homeowners Love the Harmony Experience"
|
||||
description="Don't take our word for it — hear what your neighbors are saying about our luxury service standards."
|
||||
@@ -199,60 +107,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
brand: "Harmony",
|
||||
name: "Heating Repair",
|
||||
price: "Expert Diagnostics",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14797.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
brand: "Harmony",
|
||||
name: "Furnace Installation",
|
||||
price: "High Efficiency",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-bottle-with-cleaning-supplies-sponge-looking-with-serious-face-standing-green-wall_141793-60704.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
brand: "Harmony",
|
||||
name: "Air Conditioning",
|
||||
price: "Peak Summer",
|
||||
rating: 5,
|
||||
reviewCount: "35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
brand: "Harmony",
|
||||
name: "HVAC Maintenance",
|
||||
price: "Yearly Protection",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-touching-vintage-machine_23-2148180331.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
brand: "Harmony",
|
||||
name: "Duct & Vent Repair",
|
||||
price: "Airflow Focus",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-raw-salmon-steak-into-oven_53876-24741.jpg",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
brand: "Harmony",
|
||||
name: "Mini Split Systems",
|
||||
price: "Custom Comfort",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468749.jpg",
|
||||
},
|
||||
{ id: "s1", brand: "Harmony", name: "Heating Repair", price: "Expert Diagnostics", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14797.jpg" },
|
||||
{ id: "s2", brand: "Harmony", name: "Furnace Installation", price: "High Efficiency", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-bottle-with-cleaning-supplies-sponge-looking-with-serious-face-standing-green-wall_141793-60704.jpg" },
|
||||
{ id: "s3", brand: "Harmony", name: "Air Conditioning", price: "Peak Summer", rating: 5, reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg" },
|
||||
{ id: "s4", brand: "Harmony", name: "HVAC Maintenance", price: "Yearly Protection", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-touching-vintage-machine_23-2148180331.jpg" },
|
||||
{ id: "s5", brand: "Harmony", name: "Duct & Vent Repair", price: "Airflow Focus", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-raw-salmon-steak-into-oven_53876-24741.jpg" },
|
||||
{ id: "s6", brand: "Harmony", name: "Mini Split Systems", price: "Custom Comfort", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468749.jpg" },
|
||||
]}
|
||||
title="Complete Heating & Cooling Solutions"
|
||||
description="High-efficiency systems professionally installed to keep your Colorado home perfect throughout the year."
|
||||
@@ -264,9 +124,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="We Treat Your Home Like Our Own"
|
||||
description={[
|
||||
"From century-old homes with tight ceiling spaces to modern energy-efficient systems, our team approaches every project with craftsmanship and care.",
|
||||
"We believe comfort should feel seamless — both in your home and throughout the entire service experience. Our technicians are clean, respectful, and communicate clearly from start to finish.",
|
||||
]}
|
||||
"From century-old homes with tight ceiling spaces to modern energy-efficient systems, our team approaches every project with craftsmanship and care.", "We believe comfort should feel seamless — both in your home and throughout the entire service experience. Our technicians are clean, respectful, and communicate clearly from start to finish."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -275,26 +133,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Step 1: Schedule Your Consultation",
|
||||
content: "Book your appointment online or call our friendly team to find a time that works for you.",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Step 2: Honest Recommendations",
|
||||
content: "Our expert will diagnose your home's needs and present clear, honest options without pressure.",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Step 3: Professional Installation",
|
||||
content: "Our licensed crew arrives on time, performs high-quality work, and leaves your space immaculate.",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
title: "Step 4: Enjoy Reliable Comfort",
|
||||
content: "Your new system is tested and performance-guaranteed, ensuring lasting peace of mind.",
|
||||
},
|
||||
{ id: "p1", title: "Step 1: Schedule Your Consultation", content: "Book your appointment online or call our friendly team to find a time that works for you." },
|
||||
{ id: "p2", title: "Step 2: Honest Recommendations", content: "Our expert will diagnose your home's needs and present clear, honest options without pressure." },
|
||||
{ id: "p3", title: "Step 3: Professional Installation", content: "Our licensed crew arrives on time, performs high-quality work, and leaves your space immaculate." },
|
||||
{ id: "p4", title: "Step 4: Enjoy Reliable Comfort", content: "Your new system is tested and performance-guaranteed, ensuring lasting peace of mind." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-wearing-helmets_23-2149366669.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -309,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Westminster",
|
||||
"Denver",
|
||||
"Thornton",
|
||||
"Broomfield",
|
||||
"Arvada",
|
||||
"Northglenn",
|
||||
"Surrounding Areas",
|
||||
]}
|
||||
"Westminster", "Denver", "Thornton", "Broomfield", "Arvada", "Northglenn", "Surrounding Areas"]}
|
||||
title="Proudly Serving Colorado Homeowners"
|
||||
description="Delivering luxury climate control across Westminster, Denver, Thornton, Broomfield, Arvada, and Northglenn."
|
||||
/>
|
||||
@@ -325,9 +160,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Experience Comfort Done Right"
|
||||
description="Schedule your heating or cooling consultation today."
|
||||
buttonText="Request My Comfort Consultation"
|
||||
@@ -340,54 +173,24 @@ export default function LandingPage() {
|
||||
logoText="Harmony HVAC"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Why Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Why Us", href: "#about" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Financing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Licensing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Financing", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Google Reviews", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -396,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user