diff --git a/src/app/page.tsx b/src/app/page.tsx index 821f73c..5fc2110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { CheckCircle } from "lucide-react"; +import { CheckCircle, AlertTriangle, ShieldCheck, HardHat } from "lucide-react"; export default function LandingPage() { return ( @@ -20,9 +20,9 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="large" - background="noiseDiagonalGradient" - cardStyle="glass-depth" - primaryButtonStyle="diagonal-gradient" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="bold" > @@ -31,8 +31,8 @@ export default function LandingPage() {
); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9bd6479..004ec7f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #121212; - --card: #1e1e1e; - --foreground: #ffffff; + --background: #1a1a1a; + --card: #262626; + --foreground: #f5f5f5; --primary-cta: #f2c200; --primary-cta-text: #0b0f14; --secondary-cta: #333333; --secondary-cta-text: #ffffff; --accent: #f2c200; - --background-accent: #252525; + --background-accent: #333333; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);