Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 01:37:49 +00:00

View File

@@ -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"