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" }, ]} />