Merge version_1 into main #2
141
src/app/page.tsx
141
src/app/page.tsx
@@ -30,21 +30,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="ComfortFlow HVAC"
|
||||
/>
|
||||
@@ -53,17 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Keep Your Home Comfort Controlled"
|
||||
description="Providing expert HVAC installation, repair, and maintenance for your home and business. Reliable comfort all year round."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-hvac-technician-working-o-1775491869455-b766ee25.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-hvac-technician-working-o-1775491869455-b766ee25.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,19 +64,13 @@ export default function LandingPage() {
|
||||
description="With over 20 years of experience, we specialize in high-efficiency heating, cooling, and ventilation solutions tailored to your unique home needs."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Certified Technicians",
|
||||
description: "Fully licensed and insured experts.",
|
||||
},
|
||||
title: "Certified Technicians", description: "Fully licensed and insured experts."},
|
||||
{
|
||||
title: "24/7 Emergency Service",
|
||||
description: "We're here when you need us most.",
|
||||
},
|
||||
title: "24/7 Emergency Service", description: "We're here when you need us most."},
|
||||
{
|
||||
title: "High-Efficiency Focus",
|
||||
description: "Save energy and reduce monthly bills.",
|
||||
},
|
||||
title: "High-Efficiency Focus", description: "Save energy and reduce monthly bills."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-friendly-hvac-expert-greeting-a-homeow-1775491870929-91f9e37f.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-friendly-hvac-expert-greeting-a-homeow-1775491870929-91f9e37f.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -99,28 +82,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Heating Solutions",
|
||||
description: "Furnace repairs and installation.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-professional-hvac-technician-working-o-1775491869455-b766ee25.png?_wi=2",
|
||||
imageAlt: "A professional HVAC technician working on a modern rooftop unit. Clean, bright lighting, high-tech t",
|
||||
title: "Heating Solutions", description: "Furnace repairs and installation.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "AC Services",
|
||||
description: "Keeping you cool all summer.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wind,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-friendly-hvac-expert-greeting-a-homeow-1775491870929-91f9e37f.png?_wi=2",
|
||||
imageAlt: "A friendly HVAC expert greeting a homeowner, showing detailed diagnostic results on a tablet. Warm, ",
|
||||
title: "AC Services", description: "Keeping you cool all summer.", bentoComponent: "reveal-icon", icon: Wind,
|
||||
},
|
||||
{
|
||||
title: "Air Quality",
|
||||
description: "Healthier air for your family.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "https://images.unsplash.com/photo-1585446326476-ce117ac935d8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8aGFwcHklMjBjbGllbnQlMjBpbnRlcmlvciUyMGRlc2lnbnxlbnwxfDB8fHwxNzc1NDkxODYyfDA&ixlib=rb-4.1.0&q=80&w=1080&_wi=1",
|
||||
imageAlt: "customer smiling in modern home living room",
|
||||
title: "Air Quality", description: "Healthier air for your family.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
@@ -135,45 +103,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Excellent service. Fast and very efficient!",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1585446326476-ce117ac935d8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8aGFwcHklMjBjbGllbnQlMjBpbnRlcmlvciUyMGRlc2lnbnxlbnwxfDB8fHwxNzc1NDkxODYyfDA&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Excellent service. Fast and very efficient!", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1585446326476-ce117ac935d8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8aGFwcHklMjBjbGllbnQlMjBpbnRlcmlvciUyMGRlc2lnbnxlbnwxfDB8fHwxNzc1NDkxODYyfDA&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Wilson",
|
||||
handle: "@jwilson",
|
||||
testimonial: "Very professional and clean work.",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1642689926797-e0f225a6724c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwzfHxoYXBweSUyMGN1c3RvbWVyJTIwcG9ydHJhaXQlMjBicmlnaHQlMjBob3VzZXxlbnwxfDB8fHwxNzc1NDkxODYyfDA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
},
|
||||
id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "Very professional and clean work.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1642689926797-e0f225a6724c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwzfHxoYXBweSUyMGN1c3RvbWVyJTIwcG9ydHJhaXQlMjBicmlnaHQlMjBob3VzZXxlbnwxfDB8fHwxNzc1NDkxODYyfDA&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda Thompson",
|
||||
handle: "@lindat",
|
||||
testimonial: "Great experience with AC installation.",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1769069920405-546750338beb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyfHxwcm9mZXNzaW9uYWwlMjBtYW4lMjBpbiUyMG1vZGVybiUyMG9mZmljZSUyMGtpdGNoZW58ZW58MXwwfHx8MTc3NTQ5MTg2M3ww&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
},
|
||||
id: "3", name: "Linda Thompson", handle: "@lindat", testimonial: "Great experience with AC installation.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1769069920405-546750338beb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyfHxwcm9mZXNzaW9uYWwlMjBtYW4lMjBpbiUyMG1vZGVybiUyMG9mZmljZSUyMGtpdGNoZW58ZW58MXwwfHx8MTc3NTQ5MTg2M3ww&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Chen",
|
||||
handle: "@rchen",
|
||||
testimonial: "Prompt emergency response.",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1655734939711-654149fa11f3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwzMHx8d29tYW4lMjBzdGFuZGluZyUyMGluJTIwc3VubnklMjBicmlnaHQlMjBraXRjaGVufGVufDF8MHx8fDE3NzU0OTE4NjJ8MA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
},
|
||||
id: "4", name: "Robert Chen", handle: "@rchen", testimonial: "Prompt emergency response.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1655734939711-654149fa11f3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwzMHx8d29tYW4lMjBzdGFuZGluZyUyMGluJTIwc3VubnklMjBicmlnaHQlMjBraXRjaGVufGVufDF8MHx8fDE3NzU0OTE4NjJ8MA&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Highly recommended team.",
|
||||
rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1589209800688-4590b7523197?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8aGFwcHklMjBob21lb3duZXIlMjBwb3J0cmFpdCUyMHJlbGF4ZWR8ZW58MXwwfHx8MTc3NTQ5MTg2M3ww&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
},
|
||||
id: "5", name: "Elena Rodriguez", handle: "@erod", testimonial: "Highly recommended team.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1589209800688-4590b7523197?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8aGFwcHklMjBob21lb3duZXIlMjBwb3J0cmFpdCUyMHJlbGF4ZWR8ZW58MXwwfHx8MTc3NTQ5MTg2M3ww&ixlib=rb-4.1.0&q=80&w=1080"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Local Homeowners"
|
||||
@@ -185,8 +128,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ready to get started?"
|
||||
title="Request a Professional Quote"
|
||||
description="Get in touch today to schedule an inspection, repair, or estimate for your heating and cooling system."
|
||||
@@ -199,42 +141,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Heating", href: "#features"},
|
||||
{
|
||||
label: "Cooling",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Cooling", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user