Update src/app/page.tsx

This commit is contained in:
2026-05-14 03:55:53 +00:00
parent 3c23f21fb7
commit 84fd842a63

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-businesswoman-work_329181-20179.jpg"},
{
name: "Jamie L.", handle: "@jamiel", testimonial: "Fast shipping and amazing customer support. Truly the best.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg?_wi=1"},
{
name: "Sam T.", handle: "@samt", testimonial: "Everything arrived perfectly. Will definitely shop again soon.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-against-wall-holding-shopping-bags_23-2147968474.jpg"},
@@ -235,7 +235,7 @@ export default function LandingPage() {
textarea={{
name: "message", placeholder: "How can we help?", rows: 4
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg?_wi=2"
/>
</div>