From 05b0d18e41783777d4ccfde9c43756a056d294a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:39:41 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24a457f..13b8c28 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { title="Our Mission" sections={[ { - heading: "Safety First", content: [{ text: "Your safety is our top priority during every expedition." }] + heading: "Safety First", content: [{ type: "paragraph", text: "Your safety is our top priority during every expedition." }] } ]} /> -- 2.49.1