From d05d2f63beaa6c783196793af2bb478a391e8054 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 16:03:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0810735..b32bc4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,11 +108,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deconstructed Elegance", description: "Reimagining classic silhouettes through intentional deconstruction and artful asymmetry, offering a fresh perspective on sophisticated attire.", imageSrc: "http://img.b2bpic.net/free-photo/gray-fabric-textile-textured-background_53876-129707.jpg", imageAlt: "Deconstructed avant-garde garment"}, + title: "Deconstructed Elegance", description: "Reimagining classic silhouettes through intentional deconstruction and artful asymmetry, offering a fresh perspective on sophisticated attire.", imageSrc: "http://img.b2bpic.net/free-photo/gray-fabric-textile-textured-background_53876-129707.jpg", imageAlt: "Deconstructed avant-garde garment", buttons: [{ text: "View Deconstructed", href: "#collections" }]}, { - title: "Kinetic Textures", description: "Experience garments designed with dynamic fabrics and sculptural forms that respond to movement, creating a captivating visual flow.", imageSrc: "http://img.b2bpic.net/free-photo/pair-silvery-black-socks-christmas-holiday_53876-95398.jpg", imageAlt: "Kinetic textured fabric in motion"}, + title: "Kinetic Textures", description: "Experience garments designed with dynamic fabrics and sculptural forms that respond to movement, creating a captivating visual flow.", imageSrc: "http://img.b2bpic.net/free-photo/pair-silvery-black-socks-christmas-holiday_53876-95398.jpg", imageAlt: "Kinetic textured fabric in motion", buttons: [{ text: "Explore Kinetic", href: "#collections" }]}, { - title: "Cyberpunk Chic", description: "A fusion of futuristic aesthetics and urban edge, featuring bold hardware, iridescent materials, and sharp, impactful lines.", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647250.jpg", imageAlt: "Cyberpunk style fashion with neon accents"}, + title: "Cyberpunk Chic", description: "A fusion of futuristic aesthetics and urban edge, featuring bold hardware, iridescent materials, and sharp, impactful lines.", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647250.jpg", imageAlt: "Cyberpunk style fashion with neon accents", buttons: [{ text: "Shop Cyberpunk", href: "#collections" }]}, ]} title="Curated Collections, Unrivaled Expression" description="Explore distinct lines designed for the modern trend-setter, each a statement in itself. Our collections are a journey through innovative concepts, brought to life with meticulous detail and a bold aesthetic." -- 2.49.1