diff --git a/src/app/page.tsx b/src/app/page.tsx
index 860aec2..0765342 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -60,38 +45,18 @@ export default function LandingPage() {
@@ -104,55 +69,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Noir Series",
- description: "Deep blacks, tailored fits, and subtle urban hardware accents.",
- icon: Zap,
+ title: "Noir Series", description: "Deep blacks, tailored fits, and subtle urban hardware accents.", icon: Zap,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outside_23-2149439874.jpg",
- imageAlt: "Noir Series Apparel",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-photos-with-camera_23-2149462140.jpg",
- imageAlt: "Noir Series Detailing",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1131.jpg?_wi=2",
- imageAlt: "streetwear editorial urban texture",
+ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outside_23-2149439874.jpg", imageAlt: "Noir Series Apparel" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-photos-with-camera_23-2149462140.jpg", imageAlt: "Noir Series Detailing" },
+ ]
},
{
- title: "Urban Shadows",
- description: "Oversized silhouettes that redefine the nocturnal street aesthetic.",
- icon: Shield,
+ title: "Urban Shadows", description: "Oversized silhouettes that redefine the nocturnal street aesthetic.", icon: Shield,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg",
- imageAlt: "Urban Shadows Lookbook",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg",
- imageAlt: "Urban Shadows Fabric",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=1",
- imageAlt: "streetwear editorial urban texture",
+ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-fashion-model-woman-wear-green-top-black-shiny-wet-look-pants-posed-against-arch-tonnel_627829-4680.jpg", imageAlt: "Urban Shadows Lookbook" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Urban Shadows Fabric" },
+ ]
},
{
- title: "Midnight Tech",
- description: "High-performance tech-wear blended with luxurious underground style.",
- icon: Sparkles,
+ title: "Midnight Tech", description: "High-performance tech-wear blended with luxurious underground style.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105214.jpg",
- imageAlt: "Midnight Tech Gear",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-together_23-2148888494.jpg",
- imageAlt: "Midnight Tech Details",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-jeans-wear-glasses-against-large-graffiti-wall_627829-7739.jpg?_wi=1",
- imageAlt: "streetwear editorial urban texture",
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105214.jpg", imageAlt: "Midnight Tech Gear" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-together_23-2148888494.jpg", imageAlt: "Midnight Tech Details" },
+ ]
},
]}
title="DROP 001"
@@ -164,50 +99,15 @@ export default function LandingPage() {