mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix title colors
This commit is contained in:
parent
f3adf1280b
commit
8ecd67baf6
@ -91,7 +91,7 @@ export const Section1 = () => {
|
|||||||
<StyledImageWrapper>
|
<StyledImageWrapper>
|
||||||
<Image src="/assets/step1-visual.png" pos="relative" w="100%" alt="upload" />
|
<Image src="/assets/step1-visual.png" pos="relative" w="100%" alt="upload" />
|
||||||
</StyledImageWrapper>
|
</StyledImageWrapper>
|
||||||
<Title ta="center" order={3}>
|
<Title ta="center" c="black" order={3}>
|
||||||
Upload your data
|
Upload your data
|
||||||
</Title>
|
</Title>
|
||||||
<Text ta="center" c="gray.7">
|
<Text ta="center" c="gray.7">
|
||||||
@ -111,7 +111,7 @@ export const Section1 = () => {
|
|||||||
<StyledImageWrapper>
|
<StyledImageWrapper>
|
||||||
<Image src="/assets/step2-visual.png" pos="relative" w="100%" alt="visualize" />
|
<Image src="/assets/step2-visual.png" pos="relative" w="100%" alt="visualize" />
|
||||||
</StyledImageWrapper>
|
</StyledImageWrapper>
|
||||||
<Title ta="center" order={3}>
|
<Title ta="center" c="black" order={3}>
|
||||||
Visualize your JSON
|
Visualize your JSON
|
||||||
</Title>
|
</Title>
|
||||||
<Text ta="center" c="gray.7">
|
<Text ta="center" c="gray.7">
|
||||||
@ -132,7 +132,7 @@ export const Section1 = () => {
|
|||||||
<StyledImageWrapper>
|
<StyledImageWrapper>
|
||||||
<Image src="/assets/step3-visual.png" pos="relative" w="100%" alt="export image" />
|
<Image src="/assets/step3-visual.png" pos="relative" w="100%" alt="export image" />
|
||||||
</StyledImageWrapper>
|
</StyledImageWrapper>
|
||||||
<Title ta="center" order={3}>
|
<Title ta="center" c="black" order={3}>
|
||||||
Export to image
|
Export to image
|
||||||
</Title>
|
</Title>
|
||||||
<Text ta="center" c="gray.7">
|
<Text ta="center" c="gray.7">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user