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() {