From 4b44b73e74414d2a004c2c2fae1f3e2e6604ad9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:03:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 53 ++++++++++------------------------------ 1 file changed, 13 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 95a4201..ff3edb2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -45,17 +45,12 @@ export default function ContactPage() { animationType="reveal-blur" buttons={[ { - text: "Subscribe Now", - href: "#", - }, + text: "Subscribe Now", href: "#"}, { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} background={{ - variant: "noise", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -64,37 +59,19 @@ export default function ContactPage() {