From b5f66cc54e24ac4582335e596d3a1620cd6b5a9b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:35:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58b79b1..5c3086d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function ContactPage() { @@ -13,18 +13,17 @@ export default function ContactPage() { defaultTextAnimation="reveal-blur" borderRadius="rounded" contentWidth="medium" - sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" - cardStyle="soft-shadow" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="bold" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
-