From dbbd82eef7fbe83f2f88df57d292e5cb23f048c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 10:09:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 181 ++++++++++------------------------------- 1 file changed, 43 insertions(+), 138 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5035814..50fe118 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,34 +29,24 @@ export default function LandingPage() { @@ -64,28 +54,20 @@ export default function LandingPage() { @@ -164,37 +120,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J. Chen", - role: "Small Business Owner", - testimonial: "Financial Future Hub completely revolutionized our understanding of business finances. Their team is incredibly knowledgeable and supportive.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=3", - imageAlt: "professional businessman portrait smiling", - }, + id: "1", name: "Sarah J. Chen", role: "Small Business Owner", testimonial: "Zein Accounting and Consultancy completely revolutionized our understanding of business finances. Their team is incredibly knowledgeable and supportive.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=3", imageAlt: "professional businessman portrait smiling"}, { - id: "2", - name: "Michael B. Lee", - role: "Aspiring CPA Candidate", - testimonial: "The accounting education here is truly unparalleled. I've gained practical skills and confidence that will define my career path.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", - imageAlt: "smiling male student headshot young", - }, + id: "2", name: "Michael B. Lee", role: "Aspiring CPA Candidate", testimonial: "The accounting education here is truly unparalleled. I've gained practical skills and confidence that will define my career path.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "smiling male student headshot young"}, { - id: "3", - name: "Olivia D. White", - role: "Startup Tech Founder", - testimonial: "Their strategic financial planning was critical for our seed funding round. Highly recommend for any growing business.", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg?_wi=3", - imageAlt: "confident female entrepreneur portrait", - }, + id: "3", name: "Olivia D. White", role: "Startup Tech Founder", testimonial: "Their strategic financial planning was critical for our seed funding round. Highly recommend for any growing business.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg?_wi=3", imageAlt: "confident female entrepreneur portrait"}, { - id: "4", - name: "David S. Garcia", - role: "Financial Consultant", - testimonial: "I refer all my clients to Financial Future Hub for their comprehensive accounting solutions and upskilling opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=3", - imageAlt: "smiling businesswoman portrait professional", - }, + id: "4", name: "David S. Garcia", role: "Financial Consultant", testimonial: "I refer all my clients to Zein Accounting and Consultancy for their comprehensive accounting solutions and upskilling opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg?_wi=3", imageAlt: "smiling businesswoman portrait professional"}, ]} title="Voices of Our Valued Clients" description="Hear how individuals and businesses have achieved remarkable financial transformations through our services and educational programs." @@ -205,74 +137,47 @@ export default function LandingPage() { ); -} +} \ No newline at end of file