Update src/app/contact/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/components/theme-provider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
@@ -71,6 +71,7 @@ export default function Contact() {
|
||||
termsText="By sending a message, you agree to our Privacy Policy and Terms of Service."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="team-contacts" data-section="team-contacts">
|
||||
@@ -80,6 +81,7 @@ export default function Contact() {
|
||||
groups={[{ id: "1", groupTitle: "Leadership & Support", members: teamMembers }]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
|
||||
Reference in New Issue
Block a user