diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 50fe118..5035814 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -29,24 +29,34 @@ export default function LandingPage() {
@@ -54,20 +64,28 @@ export default function LandingPage() {
@@ -120,13 +164,37 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- 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: "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: "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 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"},
+ 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",
+ },
]}
title="Voices of Our Valued Clients"
description="Hear how individuals and businesses have achieved remarkable financial transformations through our services and educational programs."
@@ -137,47 +205,74 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}