From c2e08120763008a168706291b1a639d7cfc5dffc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:34:02 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 73 +++++++++------------------------------- 1 file changed, 16 insertions(+), 57 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bb554aa..2ce31cd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,26 +27,11 @@ export default function LandingPage() { @@ -78,12 +56,7 @@ export default function LandingPage() { title="Visit Guidelines" sections={[ { - heading: "Getting Here", - content: { - type: "paragraph", - text: "Located at Km.13 Bangna-Trad.", - }, - }, + heading: "Getting Here", content: "Located at Km.13 Bangna-Trad."}, ]} /> @@ -103,35 +76,21 @@ export default function LandingPage() { -- 2.49.1 From e822d89a5ed56d06167e5fa09026492d7b4a63df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:34:02 +0000 Subject: [PATCH 2/2] Update src/app/workshops/page.tsx --- src/app/workshops/page.tsx | 106 ++++++++----------------------------- 1 file changed, 22 insertions(+), 84 deletions(-) diff --git a/src/app/workshops/page.tsx b/src/app/workshops/page.tsx index 2173ef8..5d1c21f 100644 --- a/src/app/workshops/page.tsx +++ b/src/app/workshops/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { -- 2.49.1