From cafc089fce67af5305d841f96ace30a3ad231a27 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:30:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 394 ++++++++++++++--------------------------------- 1 file changed, 114 insertions(+), 280 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..3d23968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,9 +25,9 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="semibold" > - - - - +
+ +
+
+ +
+
+ +
- - +
+ +
- +
+ +
); } +" + } + ], + "theme": { + "--background": "#0a0a0a", "--card": "#161616", "--foreground": "#f0f0f0", "--primary-cta": "#ffffff", "--secondary-cta": "#1e1e1e", "--accent": "#d0d0d0", "--background-accent": "#9a9a9a" + }, + "rawPlan": "I've updated the website to a sleek, modern dark theme, enhancing visual impact and reducing eye strain. I've also reorganized section backgrounds for better hierarchy and clarity." +} \ No newline at end of file