From e1a10d83f300dd7ff1858bb6707d13f7c95a1625 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:18:43 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 ++++++------------------------------------ 1 file changed, 11 insertions(+), 78 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 330bfac..7284d66 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -55,11 +40,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Our Organization" description={[ - "Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.", - "Mission: To support writers and booksellers by providing a trusted platform for growth, recognition, and success.", - "Vision: To build a global network of credible and successful publishing professionals.", - "Disclaimer: This organization is independent and not affiliated with any government body or mandatory publishing authority.", - ]} + "Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.", "Mission: To support writers and booksellers by providing a trusted platform for growth, recognition, and success.", "Vision: To build a global network of credible and successful publishing professionals.", "Disclaimer: This organization is independent and not affiliated with any government body or mandatory publishing authority."]} /> @@ -72,26 +53,14 @@ export default function LandingPage() { description="Integrity and excellence guide our work." features={[ { - title: "Excellence", - description: "We uphold the highest literary standards.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=2", - }, + title: "Excellence", description: "We uphold the highest literary standards.", media: { imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg" }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg?_wi=1", - imageAlt: "Authentic book club scene", }, { - title: "Integrity", - description: "Transparency in all dealings.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg?_wi=2", - }, + title: "Integrity", description: "Transparency in all dealings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg" }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=3", - imageAlt: "Authentic book club scene", }, ]} /> @@ -100,44 +69,8 @@ export default function LandingPage() {