Update src/app/contact/page.tsx

This commit is contained in:
2026-04-23 16:54:03 +00:00
parent ad8d76dc89
commit 6417536a26

View File

@@ -8,7 +8,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
@@ -37,4 +37,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}