From a05079789801400266c22ed68788b23089cc3e43 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:46:53 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) 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 -- 2.49.1 From 6d8086eada10c98902649a1ca6b73d1a1bfcdb75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:46:54 +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 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); -- 2.49.1