Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 14:25:35 +00:00

View File

@@ -166,6 +166,14 @@ export default function LandingPage() {
{
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Customer service went above and beyond to help me. They truly care about their customers' satisfaction.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "The quality of these products is unmatched. I've tried several competitors, but nothing compares. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg", imageAlt: "Jessica Williams"
},
{
id: "6", name: "Robert Martinez", handle: "@rmartinez", testimonial: "Excellent service and reasonable prices. I saved so much with your free shipping offer. Will definitely shop here again!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Robert Martinez"
}
]}
showRating={true}
@@ -218,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}