|
|
|
@@ -30,10 +30,9 @@ export default function LandingPage() {
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
{ name: "Services", id: "/services" },
|
|
|
|
{ name: "Services", id: "#services-preview" },
|
|
|
|
{ name: "Book Now", id: "/book" },
|
|
|
|
{ name: "Trust", id: "#trust-proof" },
|
|
|
|
{ name: "About Us", id: "/about" },
|
|
|
|
{ name: "Metrics", id: "#metric" },
|
|
|
|
{ name: "Contact", id: "/contact" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
brandName="BLENC"
|
|
|
|
brandName="BLENC"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -46,8 +45,7 @@ export default function LandingPage() {
|
|
|
|
description="Professional gutter cleaning, window cleaning, and yard care — all in one place. Reliable, simple, and ready when you are."
|
|
|
|
description="Professional gutter cleaning, window cleaning, and yard care — all in one place. Reliable, simple, and ready when you are."
|
|
|
|
tag="Home Services Excellence"
|
|
|
|
tag="Home Services Excellence"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Book Now", href: "/book" },
|
|
|
|
{ text: "Get a Quote", href: "#pricing" },
|
|
|
|
{ text: "Get a Quote", href: "/contact" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
mediaItems={[
|
|
|
|
mediaItems={[
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", imageAlt: "Clean modern house" },
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", imageAlt: "Clean modern house" },
|
|
|
|
@@ -114,8 +112,8 @@ export default function LandingPage() {
|
|
|
|
title="Flexible Service Plans"
|
|
|
|
title="Flexible Service Plans"
|
|
|
|
description="Choose the right level of care for your property."
|
|
|
|
description="Choose the right level of care for your property."
|
|
|
|
plans={[
|
|
|
|
plans={[
|
|
|
|
{ id: "p1", badge: "Essential", price: "R450", subtitle: "Basic maintenance", features: ["Gutter flush", "Window wipe"], buttons: [{ text: "Book Now", href: "/book" }] },
|
|
|
|
{ id: "p1", badge: "Essential", price: "R450", subtitle: "Basic maintenance", features: ["Gutter flush", "Window wipe"], buttons: [{ text: "Get Started" }] },
|
|
|
|
{ id: "p2", badge: "Premium", price: "R850", subtitle: "Full property care", features: ["Gutter cleaning", "Full window wash", "Lawn tidying"], buttons: [{ text: "Book Now", href: "/book" }] },
|
|
|
|
{ id: "p2", badge: "Premium", price: "R850", subtitle: "Full property care", features: ["Gutter cleaning", "Full window wash", "Lawn tidying"], buttons: [{ text: "Get Started" }] },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -123,8 +121,8 @@ export default function LandingPage() {
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterBase
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{ title: "BLENC", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
|
|
|
{ title: "BLENC", items: [{ label: "Home", href: "/" }] },
|
|
|
|
{ title: "Services", items: [{ label: "Gutter Cleaning", href: "/services" }, { label: "Window Cleaning", href: "/services" }, { label: "Yard Care", href: "/services" }] },
|
|
|
|
{ title: "Services", items: [{ label: "Gutter Cleaning", href: "#services-preview" }, { label: "Window Cleaning", href: "#services-preview" }, { label: "Yard Care", href: "#services-preview" }] },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
copyrightText="© 2025 BLENC. All rights reserved."
|
|
|
|
copyrightText="© 2025 BLENC. All rights reserved."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -132,4 +130,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|