3 Commits

Author SHA1 Message Date
dcedac725e Update theme colors 2026-06-11 11:13:03 +00:00
42cadc7ecc Update src/app/page.tsx 2026-06-11 11:11:08 +00:00
7c4739b244 Merge version_1 into main
Merge version_1 into main
2026-06-11 11:05:42 +00:00
2 changed files with 11 additions and 9 deletions

View File

@@ -52,6 +52,8 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroLogoBillboard <HeroLogoBillboard
className="!w-screen !max-w-full"
imageClassName="w-full h-full object-cover"
background={{ background={{
variant: "downward-rays-static-grid"}} variant: "downward-rays-static-grid"}}
logoText="Elite Waste Management" logoText="Elite Waste Management"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fffefe; --background: #000802;
--card: #f6f7f4; --card: #0b1a0b;
--foreground: #080908; --foreground: #e6ffe6;
--primary-cta: #0e3a29; --primary-cta: #80da9b;
--primary-cta-text: #fffefe; --primary-cta-text: #000802;
--secondary-cta: #e7eecd; --secondary-cta: #07170b;
--secondary-cta-text: #080908; --secondary-cta-text: #e6ffe6;
--accent: #35c18b; --accent: #38714a;
--background-accent: #ecebe4; --background-accent: #2c6541;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);