Skip to content

Commit 6393d56

Browse files
committed
update landing
1 parent ef5ff12 commit 6393d56

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/containers/Landing/FAQ.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Questions from "src/data/faq.json";
44

55
export const FAQ = () => {
66
return (
7-
<Container id="faq" component="section" py={80}>
7+
<Container id="faq" component="section" size="sm" py={80}>
88
<Title
99
c="black"
1010
order={2}

src/containers/Landing/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export const HeroSection = () => {
118118
</Link>
119119
<StyledHeroTitle>Visualize JSON into interactive graphs</StyledHeroTitle>
120120
<StyledHeroText>
121-
The best JSON viewer tool to <strong>visualize</strong>, <strong>format</strong> and{" "}
122-
<strong>modify</strong>.
121+
The best online JSON viewer tool to <strong>visualize</strong>, <strong>format</strong>{" "}
122+
and <strong>explore</strong>.
123123
</StyledHeroText>
124124

125125
<Flex gap="xs" wrap="wrap" justify="center" hiddenFrom="xs">

src/containers/Landing/Section1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const Section1 = () => {
8888
maw={500}
8989
order={2}
9090
>
91-
Understand complex data quickly
91+
Don&apos;t waste time with JSON formatters
9292
</Title>
9393
<Text my="md" c="gray.6" fz={16} maw={510}>
9494
The days of getting lost in lines of code are over. JSON Crack gives you the most
@@ -104,9 +104,9 @@ export const Section1 = () => {
104104
icon={<LuBadgeCheck size="20" />}
105105
>
106106
<SimpleGrid w="fit-content" cols={2}>
107+
<List.Item>Clear, concise data presentation</List.Item>
107108
<List.Item>Fast decision-making</List.Item>
108109
<List.Item>Grasp patterns and relationships faster</List.Item>
109-
<List.Item>Clear, concise data presentation</List.Item>
110110
<List.Item>Share insights with teams easier</List.Item>
111111
</SimpleGrid>
112112
</List>

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export const HomePage = (props: InferGetStaticPropsType<typeof getStaticProps>)
2727
<HeroSection />
2828
<HeroPreview />
2929
<Section1 />
30-
<SeePremium />
3130
<Features />
3231
<FAQ />
3332
<LovedBy stars={props.stars} />
33+
<SeePremium />
3434
</Layout>
3535
);
3636
};

0 commit comments

Comments
 (0)