Merge version_1 into main #2
224
src/app/page.tsx
224
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SoCal Green"
|
||||
/>
|
||||
@@ -54,39 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Premium Climate Care for Your Home"
|
||||
description="Expert air conditioning and heating repair you can trust. Fast diagnostics, honest pricing, and technicians who treat your home with care."
|
||||
tag="Camarillo & Ventura County"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Service", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9vlt2&_wi=1",
|
||||
imageAlt: "Professional HVAC technician working modern equipment",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5x3xe&_wi=1",
|
||||
imageAlt: "Modern air conditioner unit installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-3",
|
||||
imageAlt: "HVAC technician adjusting air vent",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-4",
|
||||
imageAlt: "Technician checking heating furnace panel",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-5",
|
||||
imageAlt: "Close up of smart climate control unit",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9vlt2", imageAlt: "Professional HVAC technician working modern equipment" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5x3xe", imageAlt: "Modern air conditioner unit installation" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,50 +65,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AC System Repair",
|
||||
description: "Full diagnosis and repair of central AC units.",
|
||||
icon: Flame,
|
||||
title: "AC System Repair", description: "Full diagnosis and repair of central AC units.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pwjpsi",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8aau9",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9vlt2&_wi=2",
|
||||
imageAlt: "hvac ac repair icon style",
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pwjpsi" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8aau9" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Heating Repair",
|
||||
description: "Expert repair of all heating systems.",
|
||||
icon: Flame,
|
||||
title: "Heating Repair", description: "Expert repair of all heating systems.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yzjz7f",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to86s6",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5x3xe&_wi=2",
|
||||
imageAlt: "hvac ac repair icon style",
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yzjz7f" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=to86s6" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Thermostat Services",
|
||||
description: "Wiring diagnostics and smart installs.",
|
||||
icon: Settings,
|
||||
title: "Thermostat Services", description: "Wiring diagnostics and smart installs.", icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ivz0v5",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r75j5l",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zps2sb&_wi=1",
|
||||
imageAlt: "hvac ac repair icon style",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ivz0v5" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r75j5l" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Full-Spectrum HVAC Services"
|
||||
description="From emergency repairs to full system installs — we handle every corner of your home's climate."
|
||||
@@ -157,7 +96,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Standard You Deserve"
|
||||
description="We build reputation with honest communication and expert technicians who provide long-lasting comfort solutions for your family."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zps2sb&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zps2sb"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,33 +106,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"18+ Reviews",
|
||||
"100% Satisfaction",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Same Day",
|
||||
title: "Service Availability",
|
||||
items: [
|
||||
"Prompt response",
|
||||
"Urgent priority",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Local Focus",
|
||||
items: [
|
||||
"Camarillo Based",
|
||||
"Ventura Trusted",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "5.0", title: "Google Rating", items: ["18+ Reviews", "100% Satisfaction"] },
|
||||
{ id: "m2", value: "Same Day", title: "Service Availability", items: ["Prompt response", "Urgent priority"] },
|
||||
{ id: "m3", value: "100%", title: "Local Focus", items: ["Camarillo Based", "Ventura Trusted"] }
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Results that speak for themselves."
|
||||
@@ -206,60 +121,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Merry Jane S.",
|
||||
role: "Homeowner",
|
||||
company: "Camarillo",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x6estz",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Nevan T.",
|
||||
role: "Homeowner",
|
||||
company: "Ventura",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jjrqf9",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Roger H.",
|
||||
role: "Homeowner",
|
||||
company: "Camarillo",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2id34",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Brett W.",
|
||||
role: "Homeowner",
|
||||
company: "Ventura",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nbigpx",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fiona F.",
|
||||
role: "Homeowner",
|
||||
company: "Camarillo",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=201pkc",
|
||||
},
|
||||
{ id: "t1", name: "Merry Jane S.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x6estz" },
|
||||
{ id: "t2", name: "Nevan T.", role: "Homeowner", company: "Ventura", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jjrqf9" },
|
||||
{ id: "t3", name: "Roger H.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2id34" },
|
||||
{ id: "t4", name: "Brett W.", role: "Homeowner", company: "Ventura", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nbigpx" },
|
||||
{ id: "t5", name: "Fiona F.", role: "Homeowner", company: "Camarillo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=201pkc" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "18+",
|
||||
label: "Total Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfied",
|
||||
},
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "18+", label: "Total Reviews" },
|
||||
{ value: "100%", label: "Satisfied" }
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="Hear what our local customers have to say about our work."
|
||||
@@ -271,21 +142,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide same-day service?",
|
||||
content: "Yes, we offer same-day appointments for urgent HVAC needs.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What brands do you service?",
|
||||
content: "We service all major brands including Lennox, Carrier, and others.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely, all our technicians are fully licensed and insured.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide same-day service?", content: "Yes, we offer same-day appointments for urgent HVAC needs." },
|
||||
{ id: "f2", title: "What brands do you service?", content: "We service all major brands including Lennox, Carrier, and others." },
|
||||
{ id: "f3", title: "Are you licensed and insured?", content: "Absolutely, all our technicians are fully licensed and insured." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zrt7yc"
|
||||
title="Common Questions"
|
||||
@@ -297,16 +156,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Get in touch for professional HVAC repair and climate care. We're ready to fix it together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user