Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 10:56:59 +00:00
parent 137ed21282
commit 49880145a0

View File

@@ -65,7 +65,7 @@ export default function AboutPage() {
role: "Customer",
company: "New York",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg?_wi=2",
imageAlt: "Sarah Martinez",
},
{
@@ -74,7 +74,7 @@ export default function AboutPage() {
role: "Artisan Potter",
company: "Ceramic Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2",
imageAlt: "James Chen",
},
{
@@ -83,7 +83,7 @@ export default function AboutPage() {
role: "Customer",
company: "London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
imageAlt: "Emma Johnson",
},
{
@@ -92,7 +92,7 @@ export default function AboutPage() {
role: "Leather Crafter",
company: "Craft Workshop",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Marcus Williams",
},
]}