From 08ed80161413c11191f589e9e50f5017b31162ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cd11ca..73e6bad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,35 +49,21 @@ export default function LandingPage() { description="OUT NOW. LIMITED PIECES." buttons={[ { - text: "SHOP HERE", - href: "http://designerdsnr.shop", - }, + text: "SHOP HERE", href: "http://designerdsnr.shop"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-art-sculpture_171337-16526.jpg", - imageAlt: "Fashion Editorial 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-art-sculpture_171337-16526.jpg", imageAlt: "Fashion Editorial 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-skate_158595-4058.jpg", - imageAlt: "Fashion Editorial 2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-skate_158595-4058.jpg", imageAlt: "Fashion Editorial 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg", - imageAlt: "Fashion Editorial 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267435.jpg", imageAlt: "Fashion Editorial 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19387.jpg", - imageAlt: "Fashion Editorial 4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19387.jpg", imageAlt: "Fashion Editorial 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275134.jpg", - imageAlt: "Fashion Editorial 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275134.jpg", imageAlt: "Fashion Editorial 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dark-background-loneliness-concept_169016-66019.jpg", - imageAlt: "Fashion Editorial 6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dark-background-loneliness-concept_169016-66019.jpg", imageAlt: "Fashion Editorial 6"}, ]} /> @@ -97,23 +75,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Exclusivity", - description: "Only limited pieces created.", - imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg", - imageAlt: "Exclusive Gear", - }, + title: "Exclusivity", description: "Only limited pieces created.", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746735.jpg", imageAlt: "Exclusive Gear"}, { - title: "Quality", - description: "Premium heavyweight fabrics.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg", - imageAlt: "Premium Fabric", - }, + title: "Quality", description: "Premium heavyweight fabrics.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317758.jpg", imageAlt: "Premium Fabric"}, { - title: "Design", - description: "Brutalist fashion aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-flower-flowerpot-with-copy-space_23-2149270640.jpg", - imageAlt: "Modern Design", - }, + title: "Design", description: "Brutalist fashion aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-flower-flowerpot-with-copy-space_23-2149270640.jpg", imageAlt: "Modern Design"}, ]} title="NEW DROP" description="NEW DROP — DESIGNER DROP — SHOP NOW — LIMITED PIECES — designerdsnr.shop" @@ -132,38 +98,19 @@ export default function LandingPage() {
-- 2.49.1