Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 22:03:57 +00:00

View File

@@ -59,19 +59,19 @@ export default function LandingPage() {
testimonials={[
{
name: "James Mitchell", handle: "@jamesmitchell", testimonial: "The quality and craftsmanship of these watches is unmatched. I've never owned something so beautiful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "James Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1", imageAlt: "James Mitchell"
},
{
name: "Sarah Chen", handle: "@sarahchen", testimonial: "Kinows delivered beyond my expectations. The attention to detail is absolutely remarkable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
name: "Michael Torres", handle: "@migueltorres", testimonial: "Finally found the perfect watch. Kinows truly understands luxury and elegance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-817.jpg", imageAlt: "Michael Torres"
imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-817.jpg?_wi=1", imageAlt: "Michael Torres"
},
{
name: "Emma Williams", handle: "@emmawilliams", testimonial: "The customer service at Kinows is exceptional. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Emma Williams"
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Emma Williams"
}
]}
testimonialRotationInterval={5000}
@@ -165,16 +165,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1", title: "Exceptional Quality", quote: "I purchased my Kinows watch three years ago and it has become my most treasured possession. The quality is impeccable.", name: "David Johnson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "David Johnson"
id: "t1", title: "Exceptional Quality", quote: "I purchased my Kinows watch three years ago and it has become my most treasured possession. The quality is impeccable.", name: "David Johnson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2", imageAlt: "David Johnson"
},
{
id: "t2", title: "Worth Every Investment", quote: "Kinows represents true value. The attention to detail and customer service is unparalleled in the industry.", name: "Lisa Anderson", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", imageAlt: "Lisa Anderson"
id: "t2", title: "Worth Every Investment", quote: "Kinows represents true value. The attention to detail and customer service is unparalleled in the industry.", name: "Lisa Anderson", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg?_wi=2", imageAlt: "Lisa Anderson"
},
{
id: "t3", title: "Perfect Gift", quote: "I gifted a Kinows watch to my father and he absolutely loves it. It's a masterpiece of engineering and design.", name: "Robert Kim", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-817.jpg", imageAlt: "Robert Kim"
id: "t3", title: "Perfect Gift", quote: "I gifted a Kinows watch to my father and he absolutely loves it. It's a masterpiece of engineering and design.", name: "Robert Kim", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashion-hipster-male-model-posing-outdoor_158595-817.jpg?_wi=2", imageAlt: "Robert Kim"
},
{
id: "t4", title: "Timeless Elegance", quote: "Every time I wear my Kinows watch, I feel connected to something truly special. It's more than just a timepiece.", name: "Victoria Martinez", role: "Fashion Consultant", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Victoria Martinez"
id: "t4", title: "Timeless Elegance", quote: "Every time I wear my Kinows watch, I feel connected to something truly special. It's more than just a timepiece.", name: "Victoria Martinez", role: "Fashion Consultant", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Victoria Martinez"
}
]}
ariaLabel="Customer testimonials section"