From fa85c4f2e284c750a94a481080483cef4a939e3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:30:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 650e236..23a8046 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,42 +44,27 @@ export default function LandingPage() {
@@ -100,23 +77,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "90s Italian Leather Jacket", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg", - }, + id: "1", name: "90s Italian Leather Jacket", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg"}, { - id: "2", - name: "Vintage Silk Blouse", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-paint-rough-background_53876-102545.jpg", - }, + id: "2", name: "Vintage Silk Blouse", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-paint-rough-background_53876-102545.jpg"}, { - id: "3", - name: "Oversized Wool Trench", - price: "$380", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg", - }, + id: "3", name: "Oversized Wool Trench", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg"}, ]} title="Selected Drops" description="Exclusive pieces added weekly. Shop our curated selection of verified vintage finds." @@ -132,19 +97,13 @@ export default function LandingPage() { description="Archive is a destination for discovery. We blend personalized styling advice with an uncompromising eye for vintage luxury to ensure you always find the piece that feels like yours." bulletPoints={[ { - title: "Curated Quality", - description: "Every garment is hand-inspected for authentic heritage and condition.", - }, + title: "Curated Quality", description: "Every garment is hand-inspected for authentic heritage and condition."}, { - title: "Styling Expertise", - description: "Our experts provide dedicated sessions to elevate your wardrobe.", - }, + title: "Styling Expertise", description: "Our experts provide dedicated sessions to elevate your wardrobe."}, { - title: "Luxury Experience", - description: "A refined atmosphere designed for comfort and considered shopping.", - }, + title: "Luxury Experience", description: "A refined atmosphere designed for comfort and considered shopping."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg" mediaAnimation="blur-reveal" /> @@ -154,30 +113,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg?_wi=1", - }, + id: "1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg"}, { - id: "2", - name: "Julian M.", - imageSrc: "http://img.b2bpic.net/free-photo/tired-happy-after-long-day-shopping_329181-8077.jpg", - }, + id: "2", name: "Julian M.", imageSrc: "http://img.b2bpic.net/free-photo/tired-happy-after-long-day-shopping_329181-8077.jpg"}, { - id: "3", - name: "Sarah P.", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-near-clothes-rail_23-2147688368.jpg", - }, + id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-near-clothes-rail_23-2147688368.jpg"}, { - id: "4", - name: "Marcus L.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-carrying-shopping-bags_23-2148624999.jpg", - }, + id: "4", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-carrying-shopping-bags_23-2148624999.jpg"}, { - id: "5", - name: "Chloe D.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg?_wi=2", - }, + id: "5", name: "Chloe D.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-checking-clothes_23-2148312201.jpg"}, ]} cardTitle="Our Community" cardTag="EXPERIENCE" @@ -192,25 +136,17 @@ export default function LandingPage() { description="Book a private styling session or reach out regarding our current arrivals. We are located in the heart of the district." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us what you're looking for", - rows: 4, + name: "message", placeholder: "Tell us what you're looking for", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/pretty-hat-cabinet_23-2147688406.jpg" mediaPosition="left" buttonText="Send Request" mediaAnimation="blur-reveal" @@ -219,51 +155,35 @@ export default function LandingPage() { -- 2.49.1