From 53be8a95d4e6435b80d388517ad50d00911d11b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 ++++++++++------------------------------------- 1 file changed, 66 insertions(+), 241 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99eddca..94bc3f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,23 +50,18 @@ export default function LandingPage() {
@@ -85,14 +70,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "VOGUE", - "GQ", - "HYPEBEAST", - "ROLLING STONE", - "FASHION WEEK", - "LUXURY DAILY", - "HIGH SNOBIETY", - ]} + "VOGUE", "GQ", "HYPEBEAST", "ROLLING STONE", "FASHION WEEK", "LUXURY DAILY", "HIGH SNOBIETY"]} title="A Legacy of Influence." description="Trusted by icons, coveted by collectors. Our creations transcend fashion, becoming statements of identity." /> @@ -104,9 +82,7 @@ export default function LandingPage() { title="In a world of fleeting trends, find your permanent mark. \\n\\nWe craft legends, not accessories." buttons={[ { - text: "Our Philosophy", - href: "#legacy", - }, + text: "Our Philosophy", href: "#legacy"}, ]} /> @@ -117,23 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Artisanal Mastery", - description: "Hand-forged sterling silver, custom leathers, and precious stones, shaped by the hands of master craftsmen.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg", - imageAlt: "Intricate silver jewelry being handcrafted", - }, + title: "Artisanal Mastery", description: "Hand-forged sterling silver, custom leathers, and precious stones, shaped by the hands of master craftsmen.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg", imageAlt: "Intricate silver jewelry being handcrafted"}, { - title: "Iconic Design Language", - description: "Bold cross motifs, gothic influences, and rock & roll aesthetics define our instantly recognizable, defiant style.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", - imageAlt: "High-fashion leather goods with iconic branding", - }, + title: "Iconic Design Language", description: "Bold cross motifs, gothic influences, and rock & roll aesthetics define our instantly recognizable, defiant style.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", imageAlt: "High-fashion leather goods with iconic branding"}, { - title: "Legacy & Exclusivity", - description: "Each creation is more than an item; it's an heirloom, a rare piece designed for the discerning collector.", - imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skull_23-2149872236.jpg", - imageAlt: "Sculptural silver bracelet, a unique piece of art", - }, + title: "Legacy & Exclusivity", description: "Each creation is more than an item; it's an heirloom, a rare piece designed for the discerning collector.", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skull_23-2149872236.jpg", imageAlt: "Sculptural silver bracelet, a unique piece of art"}, ]} title="Unparalleled Craftsmanship. Exclusive Design." description="Every Chrome Hearts piece is a testament to meticulous artistry and an uncompromising vision. Discover the hallmarks of true luxury." @@ -144,31 +108,14 @@ export default function LandingPage() { @@ -276,66 +175,31 @@ export default function LandingPage() { @@ -368,83 +227,49 @@ export default function LandingPage() {