File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function LandingPage() {
7272 gap = { 16 }
7373 py = { 12 }
7474 >
75- < Flex direction = "column" gap = { 6 } >
75+ { /* <Flex direction="column" gap={6}>
7676 <Flex justify="flex-end">
7777 <ColorModeButton aria-label="Toggle color mode" size="sm" />
7878 </Flex>
@@ -97,9 +97,9 @@ function LandingPage() {
9797 </RouterLink>
9898 )}
9999 </Flex>
100- </ Flex >
100+ </Flex> */ }
101101
102- < Flex
102+ { /* <Flex
103103 direction={{ base: "column", md: "row" }}
104104 gap={8}
105105 align="stretch"
@@ -116,16 +116,11 @@ function LandingPage() {
116116 title="Collaboration Ready"
117117 description="Invite your team and share insights to coordinate faster trades."
118118 />
119- </ Flex >
119+ </Flex> */ }
120120
121121 < Flex direction = "column" gap = { 6 } >
122- < Heading as = "h2" size = "lg" >
123- Track markets effortlessly
124- </ Heading >
125- < Text color = "fg.muted" >
126- Explore a unified view of the best odds across your books. Select a side to
127- fast-track it into your workflow.
128- </ Text >
122+
123+
129124 < OddsCard
130125 { ...featuredMarket }
131126 onSelect = { ( market ) =>
@@ -137,12 +132,7 @@ function LandingPage() {
137132 </ Flex >
138133
139134 < Flex direction = "column" gap = { 6 } >
140- < Heading as = "h2" size = "lg" >
141- Totals, made simple
142- </ Heading >
143- < Text color = "fg.muted" >
144- Surface edges on totals with streamlined over/under comparisons across your books.
145- </ Text >
135+
146136 < OverUnderOddsCard
147137 { ...totalsMarket }
148138 onSelect = { ( market ) =>
You can’t perform that action at this time.
0 commit comments