diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 9d9fad9d..43f2fbbb 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -216,55 +216,65 @@ export default function HomePage() { border: '1px solid', borderColor: 'gray.700', shadow: 'lg', - maxW: '900px', + maxW: '1200px', mx: 'auto', })} > - {/* What you'll learn - above tutorial */}
-

+ +

+ + {/* What you'll learn on the right */} +
- What You'll Learn - -
- {[ - 'Read and set numbers on an abacus', - 'Add and subtract with "friends" techniques', - 'Multiply and divide fluently', - 'Calculate mentally without the abacus', - ].map((skill, i) => ( -
- - {skill} -
- ))} +

+ What You'll Learn +

+
+ {[ + 'Read and set numbers on an abacus', + 'Add and subtract with "friends" techniques', + 'Multiply and divide fluently', + 'Calculate mentally without the abacus', + ].map((skill, i) => ( +
+ + {skill} +
+ ))} +
- -