From 32a265ce1ba370e506dfac6d0c4eca5cdfc1767c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:37:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.49.1