From 595eaf5609bcc23fe1221dd1ef7d9fa6a4622da1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:34:42 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 60e4b4e..738e026 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,12 +19,19 @@ export default function LandingPage() { { name: "Contact", id: "/contact" } ]; - const themeProps = { - defaultButtonVariant: "bounce-effect", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeLargeTitles", background: "circleGradient", cardStyle: "soft-shadow", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "normal" - }; - return ( - +