Update src/app/about-us/page.tsx

This commit is contained in:
2026-06-10 14:45:11 +00:00
parent adfd789092
commit 7a360b3392

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 AboutUsPage() {
@@ -39,7 +39,7 @@ export default function AboutUsPage() {
{ 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,10 +49,12 @@ export default function AboutUsPage() {
</div>
<div id="about-us-content" data-section="about-us-content">
<TextAbout
<InlineImageSplitTextAbout
useInvertedBackground={false}
title="About LifeAtlas X: Unveiling Earth's Biodiversity"
description="LifeAtlas X is dedicated to revolutionizing how we understand and interact with the natural world. Our platform leverages cutting-edge AI and extensive scientific data to provide unparalleled access to Earth's diverse ecosystems and species. We empower a global community of students, educators, researchers, and enthusiasts to explore, learn, and contribute to the collective knowledge of biodiversity. Our mission is to foster curiosity, deepen understanding, and inspire conservation efforts through immersive and interactive digital experiences."
heading={[
{ type: 'text', content: "About LifeAtlas X: Unveiling Earth's Biodiversity" },
{ type: 'text', content: "LifeAtlas X is dedicated to revolutionizing how we understand and interact with the natural world. Our platform leverages cutting-edge AI and extensive scientific data to provide unparalleled access to Earth's diverse ecosystems and species. We empower a global community of students, educators, researchers, and enthusiasts to explore, learn, and contribute to the collective knowledge of biodiversity. Our mission is to foster curiosity, deepen understanding, and inspire conservation efforts through immersive and interactive digital experiences." }
]}
buttons={[
{
text: "Our Mission", href: "/mission-vision"},