Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-03 18:29:33 +00:00
2 changed files with 11 additions and 13 deletions

View File

@@ -30,10 +30,9 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Book Now", id: "/book" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Services", id: "#services-preview" },
{ name: "Trust", id: "#trust-proof" },
{ name: "Metrics", id: "#metric" },
]}
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."
tag="Home Services Excellence"
buttons={[
{ text: "Book Now", href: "/book" },
{ text: "Get a Quote", href: "/contact" },
{ text: "Get a Quote", href: "#pricing" },
]}
mediaItems={[
{ 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"
description="Choose the right level of care for your property."
plans={[
{ id: "p1", badge: "Essential", price: "R450", subtitle: "Basic maintenance", features: ["Gutter flush", "Window wipe"], 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: "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: "Get Started" }] },
]}
/>
</div>
@@ -123,8 +121,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "BLENC", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "Gutter Cleaning", href: "/services" }, { label: "Window Cleaning", href: "/services" }, { label: "Yard Care", href: "/services" }] },
{ title: "BLENC", items: [{ label: "Home", href: "/" }] },
{ 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."
/>
@@ -132,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9fbf9;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;