From 042e41b3644f2f0cd98bf7bb1859cc56e4f5f536 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:26:21 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 84 ++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 54 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c23db99..d82b6b0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,49 +8,43 @@ import { HelpCircle, Mail, MapPin } from 'lucide-react'; export default function ContactPage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "Mission", id: "about" }, - { name: "Shop", id: "products" }, - { name: "Impact", id: "metrics" }, - { name: "Community", id: "testimonials" }, + { name: "Home", id: "/" }, + { name: "Mission", id: "/about" }, + { name: "Shop", id: "#products" }, + { name: "Impact", id: "#metrics" }, + { name: "Community", id: "#testimonials" }, ]; const navButton = { - text: "Donate Clothing", - href: "/contact", - }; + text: "Donate Clothing", href: "/donate"}; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, - { label: "Shop", href: "/" }, - { label: "Donate", href: "/contact" }, - { label: "About", href: "/" }, + { label: "Shop", href: "/shop" }, + { label: "Donate", href: "/donate" }, + { label: "About", href: "/about" }, ], }, { - title: "Community", - items: [ - { label: "Get Involved", href: "/contact" }, - { label: "Volunteer", href: "/contact" }, - { label: "Events", href: "/contact" }, - { label: "Impact", href: "/" }, + title: "Community", items: [ + { label: "Get Involved", href: "/donate" }, + { label: "Volunteer", href: "/donate" }, + { label: "Events", href: "/donate" }, + { label: "Impact", href: "/#metrics" }, ], }, { - title: "Support", - items: [ - { label: "FAQ", href: "/contact" }, - { label: "Contact", href: "/contact" }, + title: "Support", items: [ + { label: "FAQ", href: "/#faq" }, + { label: "Contact", href: "/donate" }, { label: "Shipping Info", href: "#" }, { label: "Returns", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -88,7 +82,7 @@ export default function ContactPage() { Get Involved

- Join The Traveling Thread community. Whether you want to donate, volunteer, shop, or partner with us, we're here to connect. + Join The Traveling Thread community. Whether you want to donate clothing, volunteer, learn upcycling, shop, or partner with us, we're here to connect.

@@ -101,7 +95,7 @@ export default function ContactPage() {

Donate Clothing

- Drop off gently used clothing at our community center or schedule a pickup for large donations. + Drop off gently used clothing at our 35-foot blue bird or schedule a pickup for large donations.

@@ -149,35 +143,17 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What types of clothing do you accept for donation?", - content: "We accept gently used clothing in good condition: casual wear, dresses, shirts, pants, sweaters, jackets, and accessories. Items should be clean and free of major tears or stains. We're especially grateful for seasonal items, kids clothing, and vintage pieces.", - }, + id: "1", title: "What types of clothing do you accept for donation?", content: "We accept gently used clothing in good condition: casual wear, dresses, shirts, pants, sweaters, jackets, and accessories. Items should be clean and free of major tears or stains. We're especially grateful for seasonal items, kids clothing, vintage pieces, and old event textiles that can be used for upcycling education."}, { - id: "2", - title: "How do I donate clothing?", - content: "Visit our donation page to find drop-off locations near you or schedule a pickup. You can also bring items directly to our community center during business hours. We provide pickup service for large donations.", - }, + id: "2", title: "How do I donate clothing?", content: "Visit our website to find where our 35-foot blue bird is traveling or nearby drop-off locations. You can also bring items directly when we're in your area. We provide pickup service for large donations."}, { - id: "3", - title: "Where does the money from sales go?", - content: "50% of all profits are reinvested directly into our community programs: youth creativity workshops, elder mentorship initiatives, and support for families in need. The remaining proceeds support operations and sustainable growth.", - }, + id: "3", title: "Where does the money from sales go?", content: "50% of all profits are reinvested directly into our community programs: youth creativity workshops, elder mentorship initiatives, education programs, and support for families in need. The remaining proceeds support our traveling operations and sustainable growth."}, { - id: "4", - title: "Can I volunteer with The Traveling Thread?", - content: "Absolutely! We welcome volunteers of all ages and skill levels. Whether you're interested in sorting, designing, teaching, or community organizing, there's a place for you. Contact us to learn about current opportunities.", - }, + id: "4", title: "Can I volunteer with The Traveling Thread?", content: "Absolutely! We welcome volunteers of all ages and skill levels. Whether you're interested in sorting, upcycling design, teaching, community organizing, or helping with our traveling schedule, there's a place for you. Contact us to learn about current opportunities."}, { - id: "5", - title: "What makes your upcycled pieces unique?", - content: "Each upcycled original is handcrafted by our design team, often collaboratively with community members and volunteers. No two pieces are alike—they're truly one-of-a-kind creations that transform donated clothing into wearable art.", - }, + id: "5", title: "What makes your upcycled pieces unique?", content: "Each upcycled original is handcrafted by our design team, often collaboratively with community members and volunteers. We teach the upcycling process as part of our mission to help others learn sustainable design. No two pieces are alike—they're truly one-of-a-kind creations that transform donated clothing and old event pieces into wearable art."}, { - id: "6", - title: "Do you ship orders?", - content: "Yes! We ship domestically and internationally. Orders typically ship within 3-5 business days. We use sustainable packaging materials to minimize environmental impact. Shipping costs vary by location.", - }, + id: "6", title: "Do you ship orders?", content: "Yes! We ship domestically and internationally. Orders typically ship within 3-5 business days. We use sustainable packaging materials to minimize environmental impact. Shipping costs vary by location."}, ]} />