Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 20:26:04 +00:00
parent 6139ebb585
commit 2d188c424e

View File

@@ -47,7 +47,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="left"
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg?_wi=2"
imageAlt="Webild team members"
mediaAnimation="slide-up"
bulletPoints={[
@@ -84,21 +84,21 @@ export default function AboutPage() {
id: "1",
title: "Client Success",
description: "Your success is our success. We're invested in helping your business grow and thrive online.",
imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg?_wi=2",
imageAlt: "Client success value",
},
{
id: "2",
title: "Innovation",
description: "We stay ahead of trends and embrace new technologies to deliver cutting-edge solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg?_wi=2",
imageAlt: "Innovation value",
},
{
id: "3",
title: "Transparency",
description: "Clear communication, honest feedback, and transparent pricing. No hidden fees or surprises.",
imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=2",
imageAlt: "Transparency value",
},
]}