diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index d41d707..9795706 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -11,28 +11,28 @@ const teamMembers = [ name: "Sarah Jenkins", role: "Head of Strategy", description: "Sarah leads our strategic initiatives, ensuring every campaign aligns with our clients' core objectives.", - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/1942868296/1200/800", }, { name: "Michael Chen", role: "Lead Designer", description: "Michael brings brands to life with his exceptional eye for design and user experience.", - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/524311708/1200/800", }, { name: "Emily Rodriguez", role: "SEO Specialist", description: "Emily is our data-driven SEO expert, helping clients achieve top rankings and organic growth.", - imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/1438612002/1200/800", } ]; export default function TeamSection() { return ( -
+
-
- +
+ - -

+ +

The creative minds and strategic thinkers driving your digital success.

@@ -51,7 +51,7 @@ export default function TeamSection() {
{teamMembers.map((member, index) => ( - +