add HeroSection component
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import HeroSection from "@/components/sections/HeroSection";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-brand-beige text-brand-black flex items-center justify-center">
|
||||
<h1 className="font-serif text-6xl">Hello World</h1>
|
||||
</main>
|
||||
);
|
||||
return (
|
||||
<main className=" bg-brand-beige text-brand-black flex items-center justify-center">
|
||||
<HeroSection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user