Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:43:13 +00:00

View File

@@ -127,19 +127,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alex Johnson", handle: "@alexj_tech", testimonial: "Sirex products exceeded my expectations. Premium quality at reasonable prices. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Johnson"
},
{
id: "2", name: "Sarah Chen", handle: "@sarahc_reviews", testimonial: "The customer service is outstanding. Fast shipping and excellent product quality. Best purchase ever!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_tech", testimonial: "Sirex has amazing products. The attention to detail and interactive experience makes shopping fun.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez"
},
{
id: "4", name: "Emma Wilson", handle: "@emmaw_gadgets", testimonial: "Finally found a brand that combines quality, style, and great customer support. Sirex is my go-to!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Wilson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Wilson"
}
]}
showRating={true}