refactor: intro

This commit is contained in:
Kentai Radiquum 2025-07-26 21:46:28 +05:00
parent fec0e79c50
commit 94e55edf4c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 15 additions and 37 deletions

View file

@ -10,18 +10,18 @@ import { Socials } from "./Section/Socials";
export default function Home() {
return (
<main>
<Intro />
<div className="flex flex-col gap-4 md:gap-8 overflow-hidden bg-[#090909]">
<div className="flex flex-col gap-8 md:gap-16 overflow-hidden">
<Intro />
<Socials />
<Photos />
<Skills />
<Projects />
</div>
<div className="flex flex-col gap-8 md:gap-16 overflow-hidden bg-[#131314] rounded-t-4xl md:rounded-t-[128px] pt-4 md:pt-8 pb-8 md:pb-16 xl:rounded-t-4xl 2xl:rounded-t-[128px]">
<Characters />
<Contacts />
</div>
<div className="flex flex-col gap-8 overflow-hidden bg-[#131314] rounded-t-4xl md:rounded-t-[128px] pt-4 md:pt-8 pb-8 md:pb-16 xl:rounded-t-4xl 2xl:rounded-t-[128px]">
<Photos />
<Characters />
</div>
</div>
<div className="bg-[#131314]">
<Footer />