Update src/app/about/page.tsx

This commit is contained in:
2026-04-07 13:19:23 +00:00
parent ac4e139538
commit dad1aacbd6

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Impact"
description="Since we opened, we've focused on quality and sustainability."
imageSrc="http://img.b2bpic.net/free-photo/arrangement-vegetable-basket-row-local-street-market_23-2148209771.jpg"
imageSrc="http://img.b2bpic.net/free-photo/arrangement-vegetable-basket-row-local-street-market_23-2148209771.jpg?_wi=3"
imageAlt="HMJ's store interior"
mediaAnimation="fade-in"
metricsAnimation="slide-up"
@@ -82,13 +82,13 @@ export default function LandingPage() {
id: "m1",
name: "Jane Doe",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-running-holding-bottle-with-water_23-2148138021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-running-holding-bottle-with-water_23-2148138021.jpg?_wi=2",
},
{
id: "m2",
name: "John Smith",
role: "Supply Manager",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg?_wi=2",
},
]}
/>