mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
refactor: intro
This commit is contained in:
parent
fec0e79c50
commit
94e55edf4c
4 changed files with 15 additions and 37 deletions
10
app/page.tsx
10
app/page.tsx
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue