Merge version_2 into main #4

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

View File

@@ -153,11 +153,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Absolutely love the quality of products and the fast shipping! The customer service team was so helpful when I had a question.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best shopping experience I've had online. Everything arrived in perfect condition and their packaging is beautiful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=1", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The product selection is amazing and the prices are fair. I'm already a repeat customer and recommend to all my friends.", rating: 5,
@@ -169,11 +169,11 @@ export default function LandingPage() {
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg?_wi=2", 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"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=2", imageAlt: "Robert Martinez"
}
]}
showRating={true}