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 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);