From 8e4d1d44f5a587d23e25de499476558dba3fdab1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 02:23:28 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c41f115..0689f83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,9 +23,9 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" background="fluid" - cardStyle="layered-gradient" - primaryButtonStyle="double-inset" - secondaryButtonStyle="layered" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="medium" > @@ -99,7 +99,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Growth Engine" description={[ - "We are a team of data-obsessed marketers dedicated to the pay-per-lead model. We take on the risk so you can focus on building your product.", "Our philosophy is simple: if you don't grow, we don't succeed. That's why we obsess over quality control, channel diversity, and ROI at every single step."]} + "We are a team of data-obsessed marketers dedicated to the pay-per-lead model. We take on the risk so you can focus on building your product.", "Our philosophy is simple: if you don't grow, we don't succeed. That's why we obsess over quality control, channel diversity, and ROI at every single step."]} /> @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 049cbee36026d54872f66bee8026b335a39684e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 02:23:28 +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 65ffd3d..c5bcd35 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #ffffff; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #e0e0e0; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1