7 Commits

Author SHA1 Message Date
e0e71a2bb6 Update src/app/page.tsx 2026-01-12 13:08:06 +00:00
0f5931ecdd Update src/app/page.tsx 2026-01-12 13:04:18 +00:00
ae2b080641 Update src/app/page.tsx 2026-01-12 13:02:13 +00:00
07f57c380f Update src/app/layout.tsx 2026-01-12 13:02:11 +00:00
0a7186a279 Update src/app/page.tsx 2026-01-12 12:50:55 +00:00
e186f349a5 Update src/app/page.tsx 2026-01-12 12:47:57 +00:00
a18af5ce9f Update src/app/page.tsx 2026-01-12 12:44:51 +00:00
2 changed files with 10 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
import FooterSocial from '@/components/sections/footer/FooterSocial';
import { Palette, Image, Users, Star, Instagram, Facebook, Twitter } from "lucide-react";
import { Palette, Image, Users, Star, Instagram, Facebook, Twitter, Linkedin } from "lucide-react";
export default function LandingPage() {
return (
@@ -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."
inputs={[
{
label: "Full Name", type: "text", placeholder: "Your name", required: true
id: "fullname", label: "Full Name", type: "text", placeholder: "Your name", required: true
},
{
label: "Email Address", type: "email", placeholder: "your@email.com", required: true
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
}
]}
textarea={{
label: "Message", placeholder: "Tell us about your interest in Ukrainian art or how we can help", required: true
id: "message", label: "Message", placeholder: "Tell us about your interest in Ukrainian art or how we can help", required: true
}}
buttonText="Send Inquiry"
useInvertedBackground="invertDefault"
@@ -220,6 +220,10 @@ export default function LandingPage() {
}
]}
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com", ariaLabel: "Connect with us on LinkedIn"
},
{
icon: Instagram,
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"