fixed the scroll behavior in the header
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user