diff --git a/src/app/page.tsx b/src/app/page.tsx index 039c979..ed6e380 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Star } from "lucide-react"; +import { Star, Flame, Trophy, ShieldCheck, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -20,169 +20,116 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="fluid" - cardStyle="layered-gradient" - primaryButtonStyle="double-inset" - secondaryButtonStyle="solid" - headingFontWeight="medium" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" >
-
- -
-
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b483a57..a81e2ff 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #cee7ff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #00ff00; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #CEE7FF; + --accent: #ff00ff; + --background-accent: #00ffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);