From 94992d416722f4aec213d674a39edf7090ac0a70 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:44:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0ab1e1..76885bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,42 @@ export default function LandingPage() {
@@ -106,20 +78,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Curated Style", - description: "Hand-picked pieces designed for versatility and grace.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-charming-woman-beige-trench-coat_197531-19714.jpg", - }, + title: "Curated Style", description: "Hand-picked pieces designed for versatility and grace.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-charming-woman-beige-trench-coat_197531-19714.jpg"}, { - title: "Timeless Cuts", - description: "Silhouettes that transcend trends and seasons.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg", - }, + title: "Timeless Cuts", description: "Silhouettes that transcend trends and seasons.", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885670.jpg"}, { - title: "Conscious Craft", - description: "Sourced ethically with respect for our artisans.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-wrapping-process_23-2148332560.jpg", - }, + title: "Conscious Craft", description: "Sourced ethically with respect for our artisans.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-wrapping-process_23-2148332560.jpg"}, ]} title="Our Philosophy" description="Quality meets sustainability in every thread we weave." @@ -130,44 +93,21 @@ export default function LandingPage() { @@ -295,29 +173,19 @@ export default function LandingPage() {