chakura is broke

This commit is contained in:
2024-11-20 16:37:54 -05:00
parent c82d4c7920
commit f17285db46
6 changed files with 87 additions and 15 deletions

View File

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