updated
This commit is contained in:
@@ -3,6 +3,7 @@ import ResponsiveNav from "@/components/Navbar/ResponsiveNav";
|
||||
import { fetchCourses, fetchSettings, fetchAboutus } from "@/utils";
|
||||
import {AboutusProps } from "@/types";
|
||||
import Home from '@/components/Aboutus/Home';
|
||||
|
||||
async function getCourses() {
|
||||
const courses = await fetchCourses();
|
||||
return courses;
|
||||
@@ -31,6 +32,7 @@ export default async function Page() {
|
||||
|
||||
return (
|
||||
<div className='bg-[#F6E8E9]'>
|
||||
|
||||
<ResponsiveNav courses={courses} settings={settings} />
|
||||
<Home settings={settings} aboutus={aboutus} />
|
||||
|
||||
|
Reference in New Issue
Block a user