Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25690fc8cf | |||
| 455eda470c |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -172,14 +172,14 @@ export default function LandingPage() {
|
|||||||
description="Have questions about our artworks or want to collaborate? We'd love to hear from you. Connect with our team for inquiries, commissions, or partnership opportunities."
|
description="Have questions about our artworks or want to collaborate? We'd love to hear from you. Connect with our team for inquiries, commissions, or partnership opportunities."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
id: "name", label: "Full Name", type: "text", placeholder: "Your name", required: true
|
id: "name", type: "text", placeholder: "Your name", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
id: "email", type: "email", placeholder: "your@email.com", required: true
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
id: "message", label: "Message", placeholder: "Tell us about your interest in Ukrainian art or how we can help", required: true
|
id: "message", placeholder: "Tell us about your interest in Ukrainian art or how we can help", required: true
|
||||||
}}
|
}}
|
||||||
buttonText="Send Inquiry"
|
buttonText="Send Inquiry"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user