Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0e71a2bb6 | |||
| 0f5931ecdd | |||
| ae2b080641 | |||
| 07f57c380f | |||
| 0a7186a279 | |||
| e186f349a5 |
@@ -4,8 +4,8 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #808080;;
|
--background: #fffafa;;
|
||||||
--card: #808080;;
|
--card: #fff7f7;;
|
||||||
--foreground: #1a0000;;
|
--foreground: #1a0000;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #e63946;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ 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: "fullname", label: "Full Name", type: "text", placeholder: "Your name", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||||
@@ -220,6 +220,10 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
|
{
|
||||||
|
icon: Linkedin,
|
||||||
|
href: "https://linkedin.com", ariaLabel: "Connect with us on LinkedIn"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"
|
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"
|
||||||
@@ -231,10 +235,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "https://twitter.com", ariaLabel: "Follow us on Twitter"
|
href: "https://twitter.com", ariaLabel: "Follow us on Twitter"
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Linkedin,
|
|
||||||
href: "https://linkedin.com", ariaLabel: "Follow us on LinkedIn"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Ukrainian Art Gallery. Celebrating the soul of Ukraine through contemporary and traditional art."
|
copyrightText="© 2025 Ukrainian Art Gallery. Celebrating the soul of Ukraine through contemporary and traditional art."
|
||||||
|
|||||||
Reference in New Issue
Block a user