style: enhance layout and styling of components with improved animations and responsiveness

This commit is contained in:
2025-02-04 00:38:40 +01:00
parent b1e8775346
commit e7735e8521
10 changed files with 366 additions and 522 deletions

View File

@@ -8,7 +8,7 @@ import Footer from "./components/Footer";
export default function Home() {
return (
<>
<div className="min-h-screen flex flex-col bg-radiant-animated">
<Header/>
<div className="h-10"></div>
<main>
@@ -17,6 +17,6 @@ export default function Home() {
<Contact/>
<Footer/>
</main>
</>
</div>
);
}