From a833df941c03d5088643d2affd93f39c80e49f97 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 00:35:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 121 +++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eb0a9d..2f4fdc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,11 +22,11 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="grid" + background="noiseDiagonalGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="semibold" + headingFontWeight="extrabold" > @@ -125,12 +118,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="The Impact of Premium Media" - description="Data-backed results for luxury brands." + title="Proven Impact" + description="Measurable results for premium clients." metrics={[ - { id: "m1", icon: Users, title: "Brand Impressions", value: "1.2M+" }, - { id: "m2", icon: Award, title: "Events Produced", value: "50+" }, - { id: "m3", icon: Camera, title: "Projects Completed", value: "200+" }, + { id: "m1", icon: Users, title: "Audience Reach", value: "1.5M+" }, + { id: "m2", icon: Zap, title: "Content Pieces", value: "500+" }, + { id: "m3", icon: Award, title: "Events Managed", value: "75+" }, ]} /> @@ -138,44 +131,40 @@ export default function LandingPage() {
@@ -183,12 +172,12 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 47fe5c5473c013a85d410e385964e839835b2903 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 00:35:54 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 540e480..0309c58 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #141414; - --foreground: #ffffff; - --primary-cta: #c5a059; + --background: #050505; + --card: #101010; + --foreground: #f5f5f5; + --primary-cta: #ff4d00; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #1c1c1c; --secondary-cta-text: #ffffff; - --accent: #c5a059; + --accent: #ff4d00; --background-accent: #202020; /* text sizing - set by ThemeProvider */ -- 2.49.1