diff --git a/src/data/17_10_2024_TTE_BASTIONG.json b/src/data/17_10_2024_TTE_BASTIONG.json index af7e64b..21cdff9 100644 --- a/src/data/17_10_2024_TTE_BASTIONG.json +++ b/src/data/17_10_2024_TTE_BASTIONG.json @@ -17,20 +17,12 @@ "schedules": [ { - "departure_datetime": "2024-11-06 20:00:00", - "dock_name": "Dermaga 1", - "destination": "Kupal - Jojame - Jikotamo - Kawasi", - "status": 1, - "company_code": "POM", - "ship_name": "KM. OBI PERMAI" - }, - { - "departure_datetime": "2024-11-06 20:00:00", + "departure_datetime": "2024-11-08 20:30:00", "dock_name": "Dermaga 1", "destination": "Babang", "status": 1, - "company_code": "UKIT", - "ship_name": "KM. UKI RAYA 05" + "company_code": "TML", + "ship_name": "KM. TERATAI MURNI LINES" } ] } \ No newline at end of file diff --git a/src/pages/homepage/index.tsx b/src/pages/homepage/index.tsx index 637d9a5..7a61b7e 100644 --- a/src/pages/homepage/index.tsx +++ b/src/pages/homepage/index.tsx @@ -178,7 +178,7 @@ export function Index() { setDate(_date); }, 1000); - setGrouppedSchedules(groupDepartureDatetimes(data.schedules, 5)); + setGrouppedSchedules(groupDepartureDatetimes(data.schedules, 4)); }, []); useEffect(() => { @@ -214,7 +214,7 @@ export function Index() { -
+

@@ -361,14 +361,14 @@ export function Index() {

-
-
-

INFORMASI

+
+
+

INFORMASI

- + {data.marquee_text.map((x) => ( -

{x}

+

{x}

))}