Update src/app/mission-vision/page.tsx

This commit is contained in:
2026-06-10 14:45:13 +00:00
parent 59f2ec7af4
commit 9764df535a

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import FooterCard from "@/components/sections/footer/FooterCard";
import TextAbout from "@/components/sections/about/TextAbout";
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import { Instagram, Linkedin, Twitter } from "lucide-react";
export default function MissionVisionPage() {
@@ -39,7 +39,7 @@ export default function MissionVisionPage() {
{ name: "Contact Us", id: "/contact-us" }
]}
logoSrc="http://img.b2bpic.net/free-vector/gradient-electronics-logos-pack_23-2148971491.jpg"
logoAlt="LifeAtlas X Logo"
logoAlt="LifeAtlas X"
brandName="LifeAtlas X"
bottomLeftText="Global Community"
bottomRightText="explore@lifeatlasx.com"
@@ -49,11 +49,12 @@ export default function MissionVisionPage() {
</div>
<div id="mission-vision-content" data-section="mission-vision-content">
<TextAbout
<InlineImageSplitTextAbout
useInvertedBackground={false}
tag="Our Purpose"
title="Our Mission & Vision: Shaping the Future of Biodiversity Exploration"
description="\n **Mission:** To empower individuals worldwide with comprehensive, interactive, and accessible knowledge of Earth's biodiversity through advanced AI and immersive digital experiences, fostering a global community dedicated to learning, research, and conservation.\n\n **Vision:** To be the leading platform for global biodiversity exploration, inspiring a new generation of scientists, educators, and environmental stewards to understand, cherish, and protect life on our planet.\n "
heading={[
{ type: 'text', content: "Our Purpose: Our Mission & Vision: Shaping the Future of Biodiversity Exploration" },
{ type: 'text', content: "Mission: To empower individuals worldwide with comprehensive, interactive, and accessible knowledge of Earth's biodiversity through advanced AI and immersive digital experiences, fostering a global community dedicated to learning, research, and conservation. Vision: To be the leading platform for global biodiversity exploration, inspiring a new generation of scientists, educators, and environmental stewards to understand, cherish, and protect life on our planet." }
]}
/>
</div>