File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Questions from "src/data/faq.json";
44
55export 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 }
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export const Section1 = () => {
8888 maw = { 500 }
8989 order = { 2 }
9090 >
91- Understand complex data quickly
91+ Don'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 >
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments