4 Commits

Author SHA1 Message Date
ba23acbee4 Update src/app/styles/variables.css 2026-04-03 18:29:30 +00:00
bf7588e7b4 Update src/app/page.tsx 2026-04-03 18:29:29 +00:00
06826a7528 Merge version_1 into main
Merge version_1 into main
2026-04-03 18:24:39 +00:00
17efd03781 Merge version_1 into main
Merge version_1 into main
2026-04-03 18:24:14 +00:00
2 changed files with 11 additions and 13 deletions

View File

@@ -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>
); );
} }

View File

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