working chakura-ui

This commit is contained in:
2024-11-21 13:03:00 -05:00
parent ada465af64
commit 7b38c8a082
12 changed files with 85 additions and 70 deletions

View File

@@ -9,12 +9,13 @@ import { ChakraProvider } from "@chakra-ui/react";
export default function Home() {
return (
<div className="bg-gray-100 min-h-screen flex flex-col">
<Header />
<Header />
<Hero />
<FeaturesSection />
<About />
<Contact />
<Footer />
</div>
);
}