Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| acd1f0c336 | |||
| 0c1314d23c |
106
src/app/page.tsx
106
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elite Softwash"
|
||||
/>
|
||||
@@ -48,15 +42,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Restore Your Home's Beauty Safely"
|
||||
description="Professional, low-pressure softwash cleaning that protects your siding, roof, and exterior surfaces while delivering brilliant results."
|
||||
variant: "gradient-bars"}}
|
||||
title="We appreciate your patience while we finalize the details"
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Check for Updates", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16081.jpg"
|
||||
/>
|
||||
@@ -69,34 +60,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Roof Care",
|
||||
title: "Roof Softwash",
|
||||
items: [
|
||||
"Removes algae & mold",
|
||||
"Safe for shingles",
|
||||
"Extends roof life",
|
||||
],
|
||||
id: "s1", label: "Roof Care", title: "Roof Softwash", items: [
|
||||
"Removes algae & mold", "Safe for shingles", "Extends roof life"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Siding",
|
||||
title: "Siding Cleaning",
|
||||
items: [
|
||||
"Restores color",
|
||||
"Eco-friendly agents",
|
||||
"No damage risk",
|
||||
],
|
||||
id: "s2", label: "Siding", title: "Siding Cleaning", items: [
|
||||
"Restores color", "Eco-friendly agents", "No damage risk"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Driveways",
|
||||
title: "Driveway Restoration",
|
||||
items: [
|
||||
"Deep concrete cleaning",
|
||||
"Oil stain removal",
|
||||
"Surface brightening",
|
||||
],
|
||||
id: "s3", label: "Driveways", title: "Driveway Restoration", items: [
|
||||
"Deep concrete cleaning", "Oil stain removal", "Surface brightening"],
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -109,30 +82,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27393.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg",
|
||||
},
|
||||
id: "t2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112419.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2799.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Robert Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg",
|
||||
},
|
||||
id: "t4", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-plants_23-2149454795.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa Taylor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg",
|
||||
},
|
||||
id: "t5", 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"
|
||||
cardTag="Reviews"
|
||||
@@ -146,20 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552253.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -173,8 +122,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Home?"
|
||||
description="Reach out today for a free estimate and give your property the refresh it deserves."
|
||||
@@ -185,16 +133,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Elite Softwash"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user