From 397d6dd3de879e1793373b5ac73d1ea998158f59 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:49:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17426f8..47c0974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,27 +116,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality of these pieces is exceptional. Every item feels premium and transforms the entire aesthetic of my home. Customer service was outstanding throughout the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Chen", handle: "@jameschen_design", testimonial: "As an interior designer, I'm impressed with the attention to detail and craftsmanship. My clients love the furniture, and I've become a regular customer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emmalivingspace", testimonial: "The minimal aesthetic paired with perfect comfort is exactly what I was looking for. The showroom experience was also wonderful and helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Park", handle: "@davidpark_home", testimonial: "Outstanding pieces that bring real value. The investment in Velora Living furniture has been completely worth it. Highly recommended for anyone serious about their space.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "David Park" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "David Park" }, { id: "5", name: "Lisa Anderson", handle: "@lisadesignthink", testimonial: "Clean lines, premium materials, and timeless design. This is furniture that actually improves over time. I'm genuinely impressed with every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Lisa Anderson" }, { id: "6", name: "Marcus Thompson", handle: "@marcus_interiors", testimonial: "The attention to detail and customer care at Velora Living sets them apart. Every interaction has been professional, friendly, and helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marcus Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Marcus Thompson" } ]} showRating={true} -- 2.49.1