Update src/app/about/page.tsx

This commit is contained in:
2026-06-03 21:14:15 +00:00
parent 191fc94686
commit 33d5e14a76

View File

@@ -72,13 +72,13 @@ export default function AboutPage() {
groups={[
{
id: "founders", groupTitle: "Founders", members: [
{ id: "1", title: "Sarah Miller", subtitle: "CEO", detail: "Leading with vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", title: "Valentina Reyes", subtitle: "CTO", detail: "Innovating technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
{ id: "1", title: "Sarah Miller", subtitle: "CEO", detail: "Leading with vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1", imageAlt: "Sarah Miller" },
{ id: "2", title: "Valentina Reyes", subtitle: "CTO", detail: "Innovating technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1", imageAlt: "Valentina Reyes" },
],
},
{
id: "design-dev", groupTitle: "Design & Development", members: [
{ id: "3", title: "Carlos Mendoza", subtitle: "UX Designer", detail: "Crafting user experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" },
{ id: "3", title: "Carlos Mendoza", subtitle: "UX Designer", detail: "Crafting user experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1", imageAlt: "Carlos Mendoza" },
{ id: "4", title: "Emily Chen", subtitle: "Lead Developer", detail: "Building robust solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen" },
{ id: "5", title: "Michael Lee", subtitle: "Frontend Developer", detail: "Bringing designs to life", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "Michael Lee" },
],
@@ -92,11 +92,11 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Exceptional Results!", quote: "Webild transformed our online presence and significantly boosted our conversions. Their team is professional, creative, and highly skilled.", name: "Maria Santos", role: "CEO, Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-1.webp", imageAlt: "Maria Santos"},
id: "1", title: "Exceptional Results!", quote: "Webild transformed our online presence and significantly boosted our conversions. Their team is professional, creative, and highly skilled.", name: "Maria Santos", role: "CEO, Luxuria Travel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-1.webp?_wi=1", imageAlt: "Maria Santos"},
{
id: "2", title: "Outstanding Design!", quote: "The website Webild designed for us is not only visually stunning but also incredibly user-friendly. We've received so many compliments!", name: "John Doe", role: "Marketing Director, Umbra Skincare", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-2.webp", imageAlt: "John Doe"},
id: "2", title: "Outstanding Design!", quote: "The website Webild designed for us is not only visually stunning but also incredibly user-friendly. We've received so many compliments!", name: "John Doe", role: "Marketing Director, Umbra Skincare", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-2.webp?_wi=1", imageAlt: "John Doe"},
{
id: "3", title: "Highly Recommended!", quote: "From concept to launch, Webild was a fantastic partner. Their attention to detail and commitment to our vision was truly impressive.", name: "Jane Smith", role: "Founder, Dental Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-3.webp", imageAlt: "Jane Smith"},
id: "3", title: "Highly Recommended!", quote: "From concept to launch, Webild was a fantastic partner. Their attention to detail and commitment to our vision was truly impressive.", name: "Jane Smith", role: "Founder, Dental Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/avatar-3.webp?_wi=1", imageAlt: "Jane Smith"},
]}
/>
<ContactText