Skip to content

Commit 8f6002a

Browse files
committed
.
1 parent 73d817e commit 8f6002a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

app/(default_site)/test/page.tsx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,31 @@ export default function Home() {
3131
{/* landing */}
3232
<Landing />
3333

34+
<div className="w-full flex flex-col items-center">
35+
<div className="w-full max-w-2xl text-xs bg-amber-700 mt-20">
36+
2
37+
</div>
38+
39+
<div className="w-full max-w-3xl text-xs bg-amber-700 mt-20">
40+
3
41+
</div>
42+
43+
<div className="w-full max-w-4xl text-xs bg-amber-700 mt-20">
44+
4
45+
</div>
46+
47+
<div className="w-full max-w-5xl text-xs bg-amber-700 mt-20">
48+
5
49+
</div>
50+
51+
<div className="w-full max-w-6xl text-xs bg-amber-700 mt-20">
52+
6
53+
</div>
54+
55+
<div className="w-full max-w-7xl text-xs bg-amber-700 mt-20">
56+
7
57+
</div>
58+
</div>
3459

3560

3661
</div>

0 commit comments

Comments
 (0)