1 Commits

Author SHA1 Message Date
0c1314d23c Update src/app/page.tsx 2026-04-06 23:44:59 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Elite Softwash" brandName="Elite Softwash"
/> />
@@ -48,15 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="We appreciate your patience while we finalize the details"
title="Restore Your Home's Beauty Safely" description="We are working hard to ensure the Elite Softwash experience is perfect. Your beautiful, clean home is just around the corner, and we expect to be finished very shortly."
description="Professional, low-pressure softwash cleaning that protects your siding, roof, and exterior surfaces while delivering brilliant results."
buttons={[ buttons={[
{ {
text: "Get a Free Quote", text: "Check for Updates", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16081.jpg" imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16081.jpg"
/> />
@@ -69,34 +60,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", id: "s1", label: "Roof Care", title: "Roof Softwash", items: [
label: "Roof Care", "Removes algae & mold", "Safe for shingles", "Extends roof life"],
title: "Roof Softwash",
items: [
"Removes algae & mold",
"Safe for shingles",
"Extends roof life",
],
}, },
{ {
id: "s2", id: "s2", label: "Siding", title: "Siding Cleaning", items: [
label: "Siding", "Restores color", "Eco-friendly agents", "No damage risk"],
title: "Siding Cleaning",
items: [
"Restores color",
"Eco-friendly agents",
"No damage risk",
],
}, },
{ {
id: "s3", id: "s3", label: "Driveways", title: "Driveway Restoration", items: [
label: "Driveways", "Deep concrete cleaning", "Oil stain removal", "Surface brightening"],
title: "Driveway Restoration",
items: [
"Deep concrete cleaning",
"Oil stain removal",
"Surface brightening",
],
}, },
]} ]}
title="Our Expert Services" title="Our Expert Services"
@@ -109,30 +82,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg"},
name: "Sarah Miller",
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg",
},
{ {
id: "t2", id: "t2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg"},
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg",
},
{ {
id: "t3", id: "t3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg"},
name: "Emma Davis",
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg",
},
{ {
id: "t4", id: "t4", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg"},
name: "Robert Brown",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg",
},
{ {
id: "t5", id: "t5", name: "Lisa Taylor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg"},
name: "Lisa Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg",
},
]} ]}
cardTitle="Client Success Stories" cardTitle="Client Success Stories"
cardTag="Reviews" cardTag="Reviews"
@@ -146,20 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Is softwashing safe for my siding?", content: "Yes! Our softwash technique uses low-pressure water and specialized, eco-friendly cleaning agents, ensuring your siding is cleaned without any risk of damage."},
title: "Is softwashing safe for my siding?",
content: "Yes! Our softwash technique uses low-pressure water and specialized, eco-friendly cleaning agents, ensuring your siding is cleaned without any risk of damage.",
},
{ {
id: "f2", id: "f2", title: "How often should I clean my roof?", content: "We recommend a professional cleaning every 2-3 years, depending on your location, to prevent harmful algae and lichen build-up."},
title: "How often should I clean my roof?",
content: "We recommend a professional cleaning every 2-3 years, depending on your location, to prevent harmful algae and lichen build-up.",
},
{ {
id: "f3", id: "f3", title: "Are your cleaning agents environmentally friendly?", content: "Absolutely. We prioritize bio-degradable products that are safe for your landscaping, pets, and family."},
title: "Are your cleaning agents environmentally friendly?",
content: "Absolutely. We prioritize bio-degradable products that are safe for your landscaping, pets, and family.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552253.jpg" imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552253.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -173,8 +122,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Contact Us" tag="Contact Us"
title="Ready to Transform Your Home?" title="Ready to Transform Your Home?"
description="Reach out today for a free estimate and give your property the refresh it deserves." description="Reach out today for a free estimate and give your property the refresh it deserves."
@@ -185,13 +133,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Elite Softwash" logoText="Elite Softwash"
leftLink={{ leftLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>