cleanup
This commit is contained in:
parent
01738f5b1e
commit
7285596ae0
@ -18,7 +18,7 @@ export default async function RootLayout({ children }: { readonly children: Reac
|
||||
<body
|
||||
className={cn(
|
||||
inter.className,
|
||||
'mx-auto min-h-screen max-w-2xl bg-background px-6 py-12 antialiased sm:py-24 bg-gray-100',
|
||||
'mx-auto min-h-screen max-w-2xl bg-background px-6 py-12 antialiased sm:py-24',
|
||||
)}
|
||||
>
|
||||
<NextIntlClientProvider messages={messages}>{children}</NextIntlClientProvider>
|
||||
|
||||
@ -25,7 +25,7 @@ export default function HomePage() {
|
||||
return (
|
||||
<main className="">
|
||||
<NeonGradientCard neonColors={{ firstColor: '#ae00ff2b', secondColor: '#0011ff55' }}>
|
||||
<div className="flex flex-col justify-between gap-y-5 bg-white/30 backdrop-blur-sm ">
|
||||
<div className="flex flex-col justify-between gap-y-5">
|
||||
<Person />
|
||||
<About />
|
||||
<Work />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user