diff --git a/src/app/page.tsx b/src/app/page.tsx index 1770f97..23615f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,16 +14,16 @@ import { Mail, Palette, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -61,15 +61,15 @@ export default function LandingPage() { @@ -77,7 +77,7 @@ export default function LandingPage() { @@ -139,10 +139,10 @@ export default function LandingPage() { description="What my clients have to say about working with me" tag="Testimonials" tagIcon={Star} - tagAnimation="slide-up" - animationType="slide-up" + tagAnimation="blur-reveal" + animationType="depth-3d" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} testimonials={[ { id: "1", name: "Sarah Johnson", role: "Marketing Director", company: "Creative Agency", rating: 5, @@ -177,14 +177,14 @@ 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 2758245..fee6932 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0b07ff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e34400; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #0a0a0a; --secondary-cta-text: #0c1325; - --accent: #93b7ff; - --background-accent: #a8bae8; + --accent: #ff7b05; + --background-accent: #b8541e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);