Compare commits
3 Commits
version_3
...
7012c2945b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7012c2945b | |||
| 7f835d8882 | |||
| 1855f4bf0b |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
{ label: "Featured Artists", value: "120+" },
|
||||
{ label: "Artworks Available", value: "850+" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
tag="Creative Voices"
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
label: "Message", placeholder: "Tell us about your interest in Ukrainian art or how we can help", required: true
|
||||
}}
|
||||
buttonText="Send Inquiry"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user