Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 16:13:58 +00:00

View File

@@ -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" }
]
}
]}