This commit is contained in:
vchikalkin 2024-12-09 09:49:31 +03:00
parent 01738f5b1e
commit 7285596ae0
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 />