Update src/app/page.tsx

This commit is contained in:
2026-05-28 01:18:25 +00:00
parent 7f22aef152
commit b5f42d1376

View File

@@ -192,7 +192,7 @@ export default function LandingPage() {
{ {
id: "t4", name: "Daniel Kim", handle: "@GadgetGuru", testimonial: "The search and filter options are top-notch. I can quickly find exactly what I'm looking for, and the competitive offers keep me coming back. A truly user-friendly marketplace.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-headphones-smartphone_23-2149591448.jpg", imageAlt: "Gadgets on a desk"}, id: "t4", name: "Daniel Kim", handle: "@GadgetGuru", testimonial: "The search and filter options are top-notch. I can quickly find exactly what I'm looking for, and the competitive offers keep me coming back. A truly user-friendly marketplace.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-headphones-smartphone_23-2149591448.jpg", imageAlt: "Gadgets on a desk"},
{ {
id: "t5", name: "Elena Petrova", handle: "@HomeDecorDreams", testimonial: "I appreciate the clean design and accessibility. It's easy to navigate on any device, and the customer support for offers is very responsive. A delightful shopping experience!", imageSrc: "http://img.b2bpic.net/free-photo/stylish-living-room-interior-with-modern-furniture_23-2149372134.jpg", imageAlt: "Stylish home decor living room"} id: "t5", name: "Elena Petrova", handle: "@HomeDecorDreams", testimonial: "I appreciate the clean design and accessibility. It's easy to navigate on any device, and the customer support for offers is very responsive. A delightful shopping experience!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-happy-face_23-2147772719.jpg", imageAlt: "Person smiling"}
]} ]}
title="What Our Community Says" title="What Our Community Says"
description="Hear directly from our diverse community of satisfied buyers and successful sellers." description="Hear directly from our diverse community of satisfied buyers and successful sellers."
@@ -308,4 +308,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }