From fd383041be3fac4c41175e1535c924e6e3570787 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:31:39 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 276c83d..93bee7c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function ContactPage() { { text: "Book a Strategy Call", href: "/contact" }, { text: "Send a Message", href: "#" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact CTA section" /> @@ -55,41 +55,23 @@ export default function ContactPage() { Date: Wed, 4 Mar 2026 20:31:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cae6abc..2888460 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -73,59 +73,29 @@ export default function HomePage() {