diff --git a/src/app/page.tsx b/src/app/page.tsx index a976d6c..6fa597c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,13 @@ export default function LandingPage() { title="Unapologetically Premium." description="Flipper redefines modern streetwear. Elevated silhouettes meet uncompromising quality, crafted for those who value substance over spectacle." testimonials={[ - { name: "Marcus V.", handle: "@mvstreet", testimonial: "The attention to detail on Flipper pieces is unmatched. Truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg", imageAlt: "luxury streetwear fashion editorial photography" }, + { name: "Marcus V.", handle: "@mvstreet", testimonial: "The attention to detail on Flipper pieces is unmatched. Truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg?_wi=1", imageAlt: "luxury streetwear fashion editorial photography" }, { name: "Elena K.", handle: "@elenastyle", testimonial: "My go-to brand for quality streetwear staples. Every piece feels custom-made.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg", imageAlt: "premium garment fabric detail close up" }, { name: "Julian R.", handle: "@jules.mode", testimonial: "Flipper strikes the perfect balance between comfort and elevated aesthetics.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg", imageAlt: "sustainable clothing manufacturing process modern" }, { name: "Sophie L.", handle: "@sophie.art", testimonial: "Consistently impressive quality and timeless cuts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5456.jpg", imageAlt: "minimalist streetwear clothing design concept" }, - { name: "David W.", handle: "@david.pics", testimonial: "The only streetwear brand that actually understands minimalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-items-arrangement_23-2148666247.jpg", imageAlt: "premium hoodie streetwear minimalist fashion" } + { name: "David W.", handle: "@david.pics", testimonial: "The only streetwear brand that actually understands minimalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-items-arrangement_23-2148666247.jpg?_wi=1", imageAlt: "premium hoodie streetwear minimalist fashion" } ]} - imageSrc="http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg" + imageSrc="http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg?_wi=2" imageAlt="Premium Flipper streetwear fashion shoot" mediaAnimation="blur-reveal" avatars={[ @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "Flipper", name: "Signature Hoodie", price: "$180", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-items-arrangement_23-2148666247.jpg" }, + { id: "p1", brand: "Flipper", name: "Signature Hoodie", price: "$180", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-travel-items-arrangement_23-2148666247.jpg?_wi=2" }, { id: "p2", brand: "Flipper", name: "Essential Denim", price: "$220", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575375.jpg" }, { id: "p3", brand: "Flipper", name: "Graphic Tee", price: "$60", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-stylish-girl-wearing-blank-t-shirt-looking-down_273609-13736.jpg" }, { id: "p4", brand: "Flipper", name: "Technical Jacket", price: "$350", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-leather-jacket-outside-street_1303-20502.jpg" },