fixed the scroll behavior in the header

This commit is contained in:
2026-04-15 12:21:31 +02:00
parent e77fb4a1f2
commit bc83366c9e
5 changed files with 111 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import HeroSection from "@/components/sections/HeroSection";
export default function Home() {
return (
<main className=" bg-brand-beige text-brand-black flex items-center justify-center">
<main className=" bg-brand-beige text-brand-black flex flex-col items-center justify-center">
<HeroSection />
</main>
);