diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0d03373..f16ccae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,24 +87,19 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" members={[ { - id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }], - description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions." + id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions." }, { - id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", socialLinks: [{ icon: Instagram, url: "#" }, { icon: Dribbble, url: "#" }], - description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences." + id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences." }, { - id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }], - description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions." + id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions." }, { - id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", socialLinks: [{ icon: Linkedin, url: "#" }], - description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team." + id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team." }, { - id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", socialLinks: [{ icon: Twitter, url: "#" }], - description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings." + id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings." }, ]} /> @@ -119,13 +114,16 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Maria Santos", handle: "CEO at Luxuria Travel", testimonial: "Webild transformed our online presence. Their design and development expertise led to a stunning website and doubled our conversion rate.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos" + }, { id: "2", name: "John Doe", handle: "Founder of StartupX", testimonial: "The team at Webild is incredibly professional and skilled. They understood our vision perfectly and delivered beyond expectations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe" + }, { id: "3", name: "Sarah Chen", handle: "Marketing Director, GlobalCorp", testimonial: "Outstanding results and exceptional service. Webild is our go-to partner for all digital projects. Highly recommend them!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen" + }, ]} /> - - -