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() { 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() {