diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df0424a..f3be37c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,6 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; +import { Mail } from "lucide-react"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; @@ -77,11 +78,11 @@ export default function ContactPage() { tag="Get in Touch" title="Join the Creative Revolution" description="Ready to step inside? Share your email and we'll send early access details, creator resources, and exclusive invitations to collaborative experiences." - tagIcon="Mail" + tagIcon={Mail} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3ID6EgNWCDqEcI7nxUezWIZHu/inspiring-creative-studio-space-with-mul-1773711376708-7be89fcd.png?_wi=4" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3ID6EgNWCDqEcI7nxUezWIZHu/inspiring-creative-studio-space-with-mul-1773711376708-7be89fcd.png" imageAlt="Ethereal collaborative creative studio space" mediaAnimation="blur-reveal" mediaPosition="right"