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"
55
66export default function Page ( ) : JSX . Element {
77 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 = "" >
1115 examples/with-tailwind -
1216 < code className = "font-mono font-bold" > web</ code >
1317 </ 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" >
1519 < 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"
1721 href = "https://vercel.com?utm_source=create-turbo& utm_medium = basic & utm_campaign = create - turbo "
1822 rel = "noopener noreferrer"
1923 target = "_blank"
2024 >
21- By{ ' ' }
25+ By{ " " }
2226 < Image
2327 alt = "Vercel Logo"
2428 className = "invert"
@@ -32,8 +36,7 @@ export default function Page(): JSX.Element {
3236 </ div >
3337
3438 < h1 > { JSON . stringify ( SMART_TOKEN_LIST ) } </ h1 >
35- < Button variant = 'outline' > hello shadcn/ui</ Button >
36-
39+ < Button variant = "outline" > hello shadcn/ui</ Button >
3740 </ main >
3841 )
3942}
0 commit comments