Update src/app/about/page.tsx
This commit is contained in:
@@ -6,7 +6,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -52,9 +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." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user