1
- import { Button } from ' @/components/ui/button'
2
- import { cn } from ' @/lib/utils'
3
- import { SMART_TOKEN_LIST } from ' @repo/smart-token-list'
4
- import Image from ' next/image'
1
+ import { Button } from " @/components/ui/button"
2
+ import { cn } from " @/lib/utils"
3
+ import { SMART_TOKEN_LIST } from " @repo/smart-token-list"
4
+ import Image from " next/image"
5
5
6
6
export default function Page ( ) : JSX . Element {
7
7
return (
8
- < main className = { cn ( "flex flex-col items-center justify-between min-h-screen p-24" ) } >
9
- < div className = "z-10 items-center justify-between w-full max-w-5xl font-mono text-sm lg:flex" >
10
- < p className = "fixed top-0 left-0 flex justify-center w-full px-4 pt-8 pb-6 border-b bg-gradient-to-b backdrop-blur-2xl border-neutral-800 bg-zinc-800/30 from-inherit lg:static lg:w-auto lg:rounded-xl lg:border lg:bg-gray-200 lg:p-4 lg:bg-zinc-800/30" >
8
+ < main
9
+ className = { cn (
10
+ "flex min-h-screen flex-col items-center justify-between p-24"
11
+ ) }
12
+ >
13
+ < div className = "z-10 w-full max-w-5xl items-center justify-between font-mono text-sm lg:flex" >
14
+ < p className = "" >
11
15
examples/with-tailwind -
12
16
< code className = "font-mono font-bold" > web</ code >
13
17
</ p >
14
- < div className = "fixed bottom-0 left-0 flex items-end justify-center w-full h-48 bg-gradient-to-t from-black via-black lg:static lg:h-auto lg:w -auto lg:bg-none" >
18
+ < div className = "fixed bottom-0 left-0 flex h-48 w-full items-end justify-center bg-gradient-to-t from-black via-black lg:static lg:size -auto lg:bg-none" >
15
19
< a
16
- className = "flex gap-2 p-8 pointer-events-none place-items-center lg:pointer-events-auto lg:p-0"
20
+ className = "pointer-events-none flex place-items-center gap-2 p-8 lg:pointer-events-auto lg:p-0"
17
21
href = "https://vercel.com?utm_source=create-turbo& utm_medium = basic & utm_campaign = create - turbo "
18
22
rel = "noopener noreferrer"
19
23
target = "_blank"
20
24
>
21
- By{ ' ' }
25
+ By{ " " }
22
26
< Image
23
27
alt = "Vercel Logo"
24
28
className = "invert"
@@ -32,8 +36,7 @@ export default function Page(): JSX.Element {
32
36
</ div >
33
37
34
38
< h1 > { JSON . stringify ( SMART_TOKEN_LIST ) } </ h1 >
35
- < Button variant = 'outline' > hello shadcn/ui</ Button >
36
-
39
+ < Button variant = "outline" > hello shadcn/ui</ Button >
37
40
</ main >
38
41
)
39
42
}
0 commit comments