footer fixed, added stub content

This commit is contained in:
2024-12-16 12:12:04 -05:00
parent 1d53602129
commit bb570123e6
12 changed files with 143 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
import Header from "../Header";
import Hero from "../Hero";
import FeaturesSection from "../FeaturesSection";
import About from "../site/About";
import Contact from "../site/Contact";
import Footer from "../site/Footer";
import About from "../../app/site/About/page";
import Contact from "../../app/site/Contact/page";
import Footer from "../../app/site/Footer/page";
export default function HomeContent() {