From 4c065679c8fcca76a6a511fc34d76de44b0db767 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:40:01 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 85 ++++++++---------------------------------- 1 file changed, 15 insertions(+), 70 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ecf0b9..0e8a951 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -54,15 +40,8 @@ export default function LandingPage() { @@ -76,20 +55,10 @@ export default function LandingPage() { description="The friendly faces welcoming you." groups={[ { - id: "g1", - groupTitle: "Leadership", - members: [ - { - id: "m1", - title: "Sarah Greenfield", - subtitle: "Founder", - detail: "Curating dreams.", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=2", - imageAlt: "Young pretty woman in cafe", - }, + id: "g1", groupTitle: "Leadership", members: [ + { id: "m1", title: "Sarah Greenfield", subtitle: "Founder", detail: "Curating dreams.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg" } + ] + } ]} /> @@ -97,32 +66,8 @@ export default function LandingPage() { @@ -89,18 +59,9 @@ export default function LandingPage() { title="Register for a Class" description="Secure your spot in our upcoming workshops." products={[ - { - id: "p1", - name: "Pottery Basics", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg", - }, - { - id: "p2", - name: "Soy Candle Making", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg", - }, + { id: "p1", name: "Pottery Basics", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg" }, + { id: "p2", name: "Soy Candle Making", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg" }, + { id: "p3", name: "Weaving 101", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-textiles-arrangement_23-2149072887.jpg" } ]} /> @@ -108,32 +69,8 @@ export default function LandingPage() { @@ -135,26 +85,8 @@ export default function LandingPage() { title="Marketplace Stories" description="Go behind the scenes with our makers." blogs={[ - { - id: "b1", - category: "Interviews", - title: "The Art of Woodworking", - excerpt: "Meet the mind behind Greenfield Woodworks.", - imageSrc: "http://img.b2bpic.net/free-photo/sculptor-s-hands-holding-clay_23-2149986332.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/female-shoppers-boutique_23-2147666156.jpg", - date: "2025-05-01", - }, - { - id: "b2", - category: "Lifestyle", - title: "Living Sustainably", - excerpt: "A deep dive into our apothecary lineup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533301.jpg", - authorName: "John Smith", - authorAvatar: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg", - date: "2025-05-05", - }, + { id: "b1", category: "Interviews", title: "The Art of Woodworking", excerpt: "Meet the mind behind Greenfield Woodworks.", imageSrc: "http://img.b2bpic.net/free-photo/sculptor-s-hands-holding-clay_23-2149986332.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/female-shoppers-boutique_23-2147666156.jpg", date: "2025-05-01" }, + { id: "b2", category: "Lifestyle", title: "Living Sustainably", excerpt: "A deep dive into our apothecary lineup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533301.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg", date: "2025-05-05" } ]} /> @@ -166,52 +98,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Gilded Nest?" description="Authenticity in every stitch and stroke." - positiveCard={{ - items: [ - "Support Local Creators", - "Sustainable Sourcing", - "Unique Finds", - ], - }} - negativeCard={{ - items: [ - "Mass-produced Items", - "Generic Retail Chains", - "Short-lived Trends", - ], - }} + positiveCard={{ items: ["Support Local Creators", "Sustainable Sourcing", "Unique Finds"] }} + negativeCard={{ items: ["Mass-produced Items", "Generic Retail Chains", "Short-lived Trends"] }} />