Changes to tidy up header

This commit is contained in:
adilallo
2025-08-07 08:48:52 -06:00
parent 0272011beb
commit 6bfcaf2aa0
7 changed files with 28 additions and 14 deletions
+1 -8
View File
@@ -1,10 +1,3 @@
import HomeHeader from "./components/HomeHeader";
export default function Page() {
return (
<>
<HomeHeader />
<main>{/* Your home page content will go here */}</main>
</>
);
return <div>{/* home page content will go here */}</div>;
}