From 3f73c25acdcad871b2e42d7b3b0fe2778ff4db3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:02:30 +0000 Subject: [PATCH 1/2] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index bed2ebd..b30f168 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { sections={[ { heading: "Data Usage", content: { - text: "Your personal details are used solely to facilitate your booking and communication with the academy management."}, + type: "paragraph", text: "Your personal details are used solely to facilitate your booking and communication with the academy management."}, }, ]} /> -- 2.49.1 From 249d6f9a45a3be2783daa791303bf663525362fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:02:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d31137a..5126db3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { sections={[ { heading: "Booking Policy", content: { - text: "All bookings must be made at least 2 hours in advance. Cancellations must be notified 24 hours prior to avoid penalties."}, + type: "paragraph", text: "All bookings must be made at least 2 hours in advance. Cancellations must be notified 24 hours prior to avoid penalties."}, }, ]} /> -- 2.49.1