Compare commits
7 Commits
7012c2945b
...
version_2
| Author | SHA1 | Date | |
|---|---|---|---|
| e0e71a2bb6 | |||
| 0f5931ecdd | |||
| ae2b080641 | |||
| 07f57c380f | |||
| 0a7186a279 | |||
| e186f349a5 | |||
| a18af5ce9f |
@@ -9,7 +9,7 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Featured Artists", value: "120+" },
|
{ label: "Featured Artists", value: "120+" },
|
||||||
{ label: "Artworks Available", value: "850+" }
|
{ label: "Artworks Available", value: "850+" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
|||||||
tag="Creative Voices"
|
tag="Creative Voices"
|
||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
members={[
|
members={[
|
||||||
@@ -172,17 +172,17 @@ 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={[
|
||||||
{
|
{
|
||||||
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={{
|
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"
|
buttonText="Send Inquiry"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user