From 0f3b08bc0a8bdc696ab22df7a35beb78e80ef1c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:46:53 +0000 Subject: [PATCH] Update src/app/founder-story/page.tsx --- src/app/founder-story/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/founder-story/page.tsx b/src/app/founder-story/page.tsx index 3856815..9c45a13 100644 --- a/src/app/founder-story/page.tsx +++ b/src/app/founder-story/page.tsx @@ -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 FounderStoryPage() { @@ -39,7 +39,7 @@ export default function FounderStoryPage() { { 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 FounderStoryPage() {
-