From eca900f1922268761f8c924343cbfd30884b6dd4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:07:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fc8a2e..170fd77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,9 +48,7 @@ export default function LandingPage() { description="Where heritage converges with innovation, defining the modern silhouette through the lens of quiet luxury and uncompromising architectural intent." buttons={[ { - text: "Discover Collection", - href: "#philosophy", - }, + text: "Discover Collection", href: "#philosophy"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-chair-black-white-side-view_23-2149411361.jpg" /> @@ -79,19 +69,13 @@ export default function LandingPage() { features={[ { icon: Diamond, - title: "Artisanal Finishing", - description: "Hand-stitched precision in every garment.", - }, + title: "Artisanal Finishing", description: "Hand-stitched precision in every garment."}, { icon: Leaf, - title: "Ethical Sourcing", - description: "Sustainable wools, thoughtfully procured.", - }, + title: "Ethical Sourcing", description: "Sustainable wools, thoughtfully procured."}, { icon: Layers, - title: "Italian Silks", - description: "Unrivaled premium fibers for drape and longevity.", - }, + title: "Italian Silks", description: "Unrivaled premium fibers for drape and longevity."}, ]} title="Mastery of Craft" description="Obsessive detail defines every stitch. From raw Italian silk to reclaimed sustainable wools, our artisanal finishing ensures that beauty persists beyond the season." @@ -100,27 +84,19 @@ export default function LandingPage() {
@@ -148,13 +123,9 @@ export default function LandingPage() { -- 2.49.1