diff --git a/app/[locale]/(admin)/admin/settings/tenant/component/tenant-settings-content-table.tsx b/app/[locale]/(admin)/admin/settings/tenant/component/tenant-settings-content-table.tsx index bb7e578..0792298 100644 --- a/app/[locale]/(admin)/admin/settings/tenant/component/tenant-settings-content-table.tsx +++ b/app/[locale]/(admin)/admin/settings/tenant/component/tenant-settings-content-table.tsx @@ -208,7 +208,7 @@ function TenantSettingsContentTable() {

- + {/* */} {/* */} diff --git a/components/landing-page/header.tsx b/components/landing-page/header.tsx index 2971cb7..755553e 100644 --- a/components/landing-page/header.tsx +++ b/components/landing-page/header.tsx @@ -137,8 +137,8 @@ export default function Header() { }, [bookmarkedIds]); return ( - -
+
+
{data.length > 0 && ( )} -
{data.slice(1, 5).map((item) => (
+ -
- - {images.map((img, index) => ( - -
- {/* + + {images.map((img, index) => ( + +
+ {/* {`slide-${index}`} */} - -
-
- ))} -
-
-
- + +
+ + ))} + + + ); } @@ -311,92 +310,92 @@ function Card({ }; return ( - + // +
-
- - {/* + {/* {item.title} */} - - + + +
+ +
+
+ + {item.clientName} + + + {item.categories?.map((cat: any) => cat.title).join(", ")} +
-
-
- - {item.clientName} - - - {item.categories?.map((cat: any) => cat.title).join(", ")} - +
+ {new Date(item.createdAt) + .toLocaleString("id-ID", { + day: "2-digit", + month: "short", + year: "numeric", + hour: "2-digit", + minute: "2-digit", + hour12: false, + timeZone: "Asia/Jakarta", + }) + .replace(".", ":")}{" "} + WIB +
+ + +

+ {item.title} +

+ + +
+
+ +
-
- {new Date(item.createdAt) - .toLocaleString("id-ID", { - day: "2-digit", - month: "short", - year: "numeric", - hour: "2-digit", - minute: "2-digit", - hour12: false, - timeZone: "Asia/Jakarta", - }) - .replace(".", ":")}{" "} - WIB -
- - -

- {item.title} -

- - -
-
- - -
- - -
+
- +
+ // ); }