diff --git a/app/page.tsx b/app/page.tsx index 92624f4..a8894fe 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,33 +1,39 @@ import AboutSection from "@/components/AboutSection"; +import Footer from "@/components/Footer"; export default function Home() { return ( -
- {/* START OF THE HOME SECTION */} -
- {/* Home code goes here */} -

Home

-
+ <> +
+ {/* START OF THE HOME SECTION */} +
+ {/* Home code goes here */} +

Home

+
- {/* START OF THE ABOUT SECTION */} -
-

- About Us -

- -
+ {/* START OF THE ABOUT SECTION */} +
+

+ About Us +

+ +
- {/* START OF THE CHALLENGES SECTION */} -
- {/* Challenges code goes here */} -

Challenges

-
+ {/* START OF THE CHALLENGES SECTION */} +
+ {/* Challenges code goes here */} +

Challenges

+
- {/* START OF THE TEAM SECTION */} -
- {/* Team code goes here */} -

Team

-
-
+ {/* START OF THE TEAM SECTION */} +
+ {/* Team code goes here */} +

Team

+
+
+