works section

This commit is contained in:
2026-04-15 14:25:35 +02:00
parent bc83366c9e
commit b3221a5cac
3 changed files with 115 additions and 0 deletions
+2
View File
@@ -1,9 +1,11 @@
import HeroSection from "@/components/sections/HeroSection";
import WorksSection from "@/components/sections/WorksSection";
export default function Home() {
return (
<main className=" bg-brand-beige text-brand-black flex flex-col items-center justify-center">
<HeroSection />
<WorksSection />
</main>
);
}