diff --git a/app/page.tsx b/app/page.tsx index 87618c3..380f50c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,12 +7,14 @@ import Footer from "@/src/components/footer"; import Hero from "@/src/sections/Hero"; import FAQ from "@/src/sections/FAQ"; import Timeline from "@/src/sections/Timeline"; +import HomePastProjects from "@/src/sections/Home-Past-Projects"; // here we will compile all the sections of the website together const Home: NextPage = () => { return (
+