From f70fde6e5556ccc3febbd4fafc9f6b2022fbfbe0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:06:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 137 +++++++++++++-------------------------- 1 file changed, 46 insertions(+), 91 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 06c7c74..f8e15d1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,99 +13,54 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);