diff --git a/src/app/page.tsx b/src/app/page.tsx index bc7a45e..70025b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,6 +89,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-designer-thoughtfully-working-with-new-textile-cozy-sewing-workshop_574295-3686.jpg" imageAlt="Local Threads brand story" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -119,22 +120,17 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahcreates", testimonial: "I absolutely love the quality and style of Local Threads. The fit is perfect and knowing they're ethically made makes me feel great about my purchase!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, { - id: "2", name: "Marcus Johnson", handle: "@marcusstyle", testimonial: "The attention to detail in every piece is incredible. These aren't just clothes, they're works of art that tell a story.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, + id: "2", name: "Marcus Johnson", handle: "@marcusstyle", testimonial: "The attention to detail in every piece is incredible. These aren't just clothes, they're works of art that tell a story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, { - id: "3", name: "Emily Rodriguez", handle: "@emilyoutfits", testimonial: "Supporting a local brand that actually cares about quality and sustainability? That's a no-brainer for me!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "@emilyoutfits", testimonial: "Supporting a local brand that actually cares about quality and sustainability? That's a no-brainer for me!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "@davidwears", testimonial: "The customer service is outstanding and the clothes speak for themselves. Best investment in my wardrobe!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "@davidwears", testimonial: "The customer service is outstanding and the clothes speak for themselves. Best investment in my wardrobe!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Martinez", handle: "@jessicafashion", testimonial: "I've been a loyal customer for two years now. The quality has never disappointed and I love supporting local!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", handle: "@jessicafashion", testimonial: "I've been a loyal customer for two years now. The quality has never disappointed and I love supporting local!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"}, { - id: "6", name: "Alex Thompson", handle: "@alexstyle", testimonial: "Local Threads is my go-to for sustainable fashion that doesn't compromise on style or comfort.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alex Thompson"}, + id: "6", name: "Alex Thompson", handle: "@alexstyle", testimonial: "Local Threads is my go-to for sustainable fashion that doesn't compromise on style or comfort.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Thompson"}, ]} showRating={true} title="What Our Customers Say"