diff --git a/src/app/page.tsx b/src/app/page.tsx index c6d0d44..fc92e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahm", testimonial: "The craftsmanship is absolutely exceptional. Every detail speaks to the dedication behind each piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { name: "Emily Johnson", handle: "@emilyj", testimonial: "I've never experienced such premium quality and elegant design. Trinkets is pure luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Emily Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=1", imageAlt: "Emily Johnson"}, { name: "Victoria Chen", handle: "@vchen", testimonial: "My engagement ring from Trinkets is the most beautiful piece I own. Absolutely stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg", imageAlt: "Victoria Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg?_wi=1", imageAlt: "Victoria Chen"}, { name: "Lauren Hayes", handle: "@laurenhh", testimonial: "Trinkets combines timeless elegance with modern sophistication. Simply perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-model-demonstrating-golden-necklace_7502-7049.jpg", imageAlt: "Lauren Hayes"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-model-demonstrating-golden-necklace_7502-7049.jpg?_wi=1", imageAlt: "Lauren Hayes"}, ]} useInvertedBackground={false} /> @@ -148,17 +148,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "test-1", name: "James Robertson", handle: "@jamesr_", testimonial: "I proposed with a Trinkets ring and she said yes before I finished speaking. The quality and beauty spoke for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg", imageAlt: "James Robertson"}, + id: "test-1", name: "James Robertson", handle: "@jamesr_", testimonial: "I proposed with a Trinkets ring and she said yes before I finished speaking. The quality and beauty spoke for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg?_wi=2", imageAlt: "James Robertson"}, { - id: "test-2", name: "Sophia Williams", handle: "@sophiaw", testimonial: "The attention to detail in my custom piece was remarkable. Trinkets truly understands luxury and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Sophia Williams"}, + id: "test-2", name: "Sophia Williams", handle: "@sophiaw", testimonial: "The attention to detail in my custom piece was remarkable. Trinkets truly understands luxury and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=2", imageAlt: "Sophia Williams"}, { - id: "test-3", name: "Marcus Thompson", handle: "@mthompson", testimonial: "Every piece I own from Trinkets is museum-quality. The investment in luxury was absolutely worth it.", imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg", imageAlt: "Marcus Thompson"}, + id: "test-3", name: "Marcus Thompson", handle: "@mthompson", testimonial: "Every piece I own from Trinkets is museum-quality. The investment in luxury was absolutely worth it.", imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30688.jpg?_wi=2", imageAlt: "Marcus Thompson"}, { - id: "test-4", name: "Isabella Garcia", handle: "@isabellag", testimonial: "Trinkets isn't just jewelry—it's wearable art. I receive compliments every single time I wear my pieces.", imageSrc: "http://img.b2bpic.net/free-photo/young-model-demonstrating-golden-necklace_7502-7049.jpg", imageAlt: "Isabella Garcia"}, + id: "test-4", name: "Isabella Garcia", handle: "@isabellag", testimonial: "Trinkets isn't just jewelry—it's wearable art. I receive compliments every single time I wear my pieces.", imageSrc: "http://img.b2bpic.net/free-photo/young-model-demonstrating-golden-necklace_7502-7049.jpg?_wi=2", imageAlt: "Isabella Garcia"}, { - id: "test-5", name: "David Chen", handle: "@davidchen", testimonial: "The craftsmanship is unparalleled. Each time I look at my Trinkets jewelry, I'm amazed by the quality.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg", imageAlt: "David Chen"}, + id: "test-5", name: "David Chen", handle: "@davidchen", testimonial: "The craftsmanship is unparalleled. Each time I look at my Trinkets jewelry, I'm amazed by the quality.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg?_wi=3", imageAlt: "David Chen"}, { - id: "test-6", name: "Rachel Moore", handle: "@rachelm", testimonial: "My anniversary gift from Trinkets was so perfect, she cried tears of joy. That's the power of true luxury.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Rachel Moore"}, + id: "test-6", name: "Rachel Moore", handle: "@rachelm", testimonial: "My anniversary gift from Trinkets was so perfect, she cried tears of joy. That's the power of true luxury.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=3", imageAlt: "Rachel Moore"}, ]} useInvertedBackground={false} />