From e25c59cd2ae33a55166a5aaf8aad71175663c2f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 03:47:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 46bc963..370218a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,8 +54,8 @@ export default function AboutPage() { title="Our Expert Team" description="Meet the creative minds building the next generation of local websites." members={[ - { id: "1", name: "Alex R.", role: "Lead Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKYvzBp9a3Jl3YoTTFUEK2LbOU/a-portrait-of-a-local-salon-owner-1776222550653-ec97098c.png" }, - { id: "2", name: "Sarah K.", role: "SEO Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKYvzBp9a3Jl3YoTTFUEK2LbOU/a-professional-portrait-of-a-contractor--1776222563212-59c1c94a.png" }, + { id: "1", name: "Sarha R.", role: "Manager ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKYvzBp9a3Jl3YoTTFUEK2LbOU/a-portrait-of-a-local-salon-owner-1776222550653-ec97098c.png" }, + { id: "2", name: "Lance Jay. ", role: "Owner ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKYvzBp9a3Jl3YoTTFUEK2LbOU/a-professional-portrait-of-a-contractor--1776222563212-59c1c94a.png" }, ]} />