see if this fixes dup headers

This commit is contained in:
2024-11-22 14:54:28 -05:00
parent 2d69cf76d7
commit 4f461cfc40
4 changed files with 49 additions and 9 deletions

View File

@@ -4,13 +4,11 @@ import FeaturesSection from "../components/FeaturesSection";
import Footer from "../components/Footer ";
import Header from "../components/Header";
import Hero from "../components/Hero";
import Navbar from "../components/Navbar";
export default async function Home() {
return (
<div className="bg-gray-100 min-h-screen flex flex-col">
<Navbar />
<Header />
<Hero />
<FeaturesSection />