diff --git a/src/components/sosial-page.tsx b/src/components/sosial-page.tsx index 76b84e3..a6c9f3d 100644 --- a/src/components/sosial-page.tsx +++ b/src/components/sosial-page.tsx @@ -8,7 +8,7 @@ import { IconStethoscope, IconUsers, } from "@tabler/icons-react"; -import { useMantineColorScheme } from "@mantine/core"; +import { useMantineColorScheme, Title } from "@mantine/core"; const SosialPage = () => { const { colorScheme } = useMantineColorScheme(); @@ -419,21 +419,18 @@ const SosialPage = () => {

- {/* Kalender Event Budaya */} -
-

- Kalender Event Budaya -

-
- {culturalEvents.map((event, index) => ( + {/* Kalender Event Budaya */} +
+ + Kalender Event Budaya + + +
+ {culturalEvents.map((event, index) => (