From a8bc2369365f93536be9866d7b7ce011667b7875 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:36:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 284 +++++++++++++++++++---------------------------- 1 file changed, 112 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..8fa0956 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,73 +40,67 @@ export default function WebAgency2Page() { ]} button={{ text: "Get Started", href: "#contact" }} /> - - +
+ +
+
+ +
- +
+ +
- +
+ +
Date: Fri, 22 May 2026 09:36:04 +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 858b8d0..cb97305 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #161616; - --foreground: #f0f0f0; - --primary-cta: #ffffff; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #0a0a0a; - --secondary-cta: #1e1e1e; + --secondary-cta: #ffffff; --secondary-cta-text: #e0e0e0; - --accent: #d0d0d0; - --background-accent: #9a9a9a; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1