UI Dashboard Darmasaba
This commit is contained in:
@@ -1,24 +1,30 @@
|
||||
import DesaAntiKorupsi from "@/app/darmasaba/_com/main-page/desaantikorupsi";
|
||||
import Kepuasan from "@/app/darmasaba/_com/main-page/kepuasan";
|
||||
import LandingPage from "@/app/darmasaba/_com/main-page/landing-page";
|
||||
import Layanan from "@/app/darmasaba/_com/main-page/layanan";
|
||||
import Penghargaan from "@/app/darmasaba/_com/main-page/penghargaan";
|
||||
import Content3 from "@/app/darmasaba/_com/main-page/layanan";
|
||||
import Content4 from "@/app/darmasaba/_com/main-page/content-4";
|
||||
import Content5 from "@/app/darmasaba/_com/main-page/content-5";
|
||||
import Content6 from "@/app/darmasaba/_com/main-page/content-6";
|
||||
import Potensi from "@/app/darmasaba/_com/main-page/potensi";
|
||||
import colors from "@/con/colors";
|
||||
import SDGS from "./_com/main-page/sdgs";
|
||||
// import ApiFetch from "@/lib/api-fetch";
|
||||
|
||||
import { Stack } from "@mantine/core";
|
||||
import Content7 from "@/app/darmasaba/_com/main-page/content-7";
|
||||
import Apbdes from "./_com/main-page/apbdes";
|
||||
import Prestasi from "./_com/main-page/prestasi";
|
||||
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Stack bg={colors.grey[1]} gap={"4rem"}>
|
||||
<LandingPage />
|
||||
<Penghargaan />
|
||||
<Content3 />
|
||||
<Content4 />
|
||||
<Content5 />
|
||||
<Content6 />
|
||||
<Content7 />
|
||||
<Layanan />
|
||||
<Potensi />
|
||||
<DesaAntiKorupsi />
|
||||
<Kepuasan />
|
||||
<SDGS />
|
||||
<Apbdes />
|
||||
<Prestasi/>
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user