Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 01:49:09 +00:00

View File

@@ -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}