From e2091e116ad2113d25e3001a8dd54dc6ba169cbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:38:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1123481..56f84c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,21 +10,21 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import { Sparkles, CheckCircle, ArrowRight, ShieldCheck, Mail, Phone } from "lucide-react"; +import { Sparkles, CheckCircle, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -91,7 +91,7 @@ export default function LandingPage() { { id: "2", name: "Local Cafe", imageSrc: "https://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg" } ]} cardAnimation="slide-up" - useInvertedBackground={false} + useInvertedBackground={true} /> @@ -105,7 +105,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" - useInvertedBackground={false} + useInvertedBackground={true} /> @@ -114,8 +114,8 @@ export default function LandingPage() { tag="Contact" title="Reach Out to Us" description="Whether it's cleaning services or supply chain assistance, we're ready to serve." - background={{ variant: "gradient-bars" }} - useInvertedBackground={false} + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} /> @@ -129,4 +129,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 48f3e9d19e14b55828ec4073e4bb373d8cbba60f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:38:24 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5038a9b..65e7ef9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f514c; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);