diff --git a/src/app/page.tsx b/src/app/page.tsx index e587bc3..8bc691b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { features={[ { title: "Oversized Collection", description: "Premium oversized pieces designed for modern comfort and style", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg", imageAlt: "oversized clothing collection fashion model" }, - { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg", imageAlt: "premium streetwear fashion collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg", imageAlt: "winter fashion collection luxury" } + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg?_wi=1", imageAlt: "oversized clothing collection fashion model" }, + { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg?_wi=1", imageAlt: "premium streetwear fashion collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg?_wi=1", imageAlt: "winter fashion collection luxury" } ] }, { title: "Premium Streetwear", description: "High-end streetwear essentials for the discerning collector", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg", imageAlt: "premium streetwear fashion collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg", imageAlt: "oversized clothing collection fashion model" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg", imageAlt: "winter fashion collection luxury" } + { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg?_wi=2", imageAlt: "premium streetwear fashion collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg?_wi=2", imageAlt: "oversized clothing collection fashion model" }, + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg?_wi=2", imageAlt: "winter fashion collection luxury" } ] }, { title: "Winter Collection", description: "Luxe layering pieces for the cooler seasons", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg", imageAlt: "winter fashion collection luxury" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg", imageAlt: "oversized clothing collection fashion model" }, - { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg", imageAlt: "premium streetwear fashion collection" } + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-with-black-hat-sitting-cafe-glass-wall_181624-21926.jpg?_wi=3", imageAlt: "winter fashion collection luxury" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-teenagers-posing-together_23-2149085198.jpg?_wi=3", imageAlt: "oversized clothing collection fashion model" }, + { imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-template-design_23-2151905281.jpg?_wi=3", imageAlt: "premium streetwear fashion collection" } ] } ]}