diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx new file mode 100644 index 0000000..89959f7 --- /dev/null +++ b/src/app/features/page.tsx @@ -0,0 +1,25 @@ +import { Box } from '@mui/material'; + +import { FAQ } from '@/components/FAQ'; +import { FeatureShowcase } from '@/components/FeatureShowcase'; +import { brandColors } from '@/theme/brandTokens'; + +export const metadata = { + title: 'Features & FAQ | StuffLibrary', + description: + 'Learn how StuffLibrary works, why neighbors love sharing, and get answers to common questions about our community sharing platform.', +}; + +export default function FeaturesPage() { + return ( + + + + + ); +} diff --git a/src/components/FAQ.tsx b/src/components/FAQ.tsx index f5b8676..3599d8b 100644 --- a/src/components/FAQ.tsx +++ b/src/components/FAQ.tsx @@ -16,44 +16,106 @@ import { brandColors, spacing } from '@/theme/brandTokens'; const faqs = [ { - question: 'How do I know I can trust my neighbors?', + category: 'Getting Started', + question: 'How do I get started?', answer: - 'Every user goes through identity verification and builds a reputation through successful sharing. Our community guidelines and rating system help maintain trust and accountability.', + 'Simply sign up, verify your identity, and start browsing or sharing items in your neighborhood library. You can join an existing library or create a new one for your community.', }, { - question: 'What if something gets damaged or lost?', + category: 'Getting Started', + question: 'Do I need to own items to join?', answer: - 'We have clear community guidelines about item care. Most issues are resolved between neighbors, but we provide support for disputes and have optional coverage for valuable items.', + 'Not at all! You can join purely to borrow from neighbors. Sharing items is optional—some people love lending, others prefer borrowing. Both strengthen the community.', }, { - question: 'How much does it cost to use StuffLibrary?', + category: 'Getting Started', + question: 'How do I create or join a library?', answer: - 'StuffLibrary is free to use! We believe sharing should be accessible to everyone. We may introduce premium features in the future, but basic sharing will always be free.', + 'During signup, you can search for existing libraries in your area or create a new one. Libraries are typically organized by neighborhood, building, or community group.', }, { + category: 'Using the Platform', question: 'What kinds of items can I share?', answer: - 'Almost anything! Tools, outdoor equipment, kitchen appliances, books, games, and more. We prohibit items that are unsafe, illegal, or consumable for safety reasons.', + 'Almost anything! Tools, outdoor equipment, kitchen appliances, books, games, camping gear, and more. We only prohibit items that require registration or licensing (like firearms), age-restricted items, or consumables.', }, { + category: 'Using the Platform', question: 'How do I arrange pickup and return?', answer: - 'You and the item owner coordinate directly through our messaging system. Most people arrange porch pickups, but you can meet however works best for both parties.', + 'You coordinate directly with the item owner through notifications. Most people arrange porch pickups or quick doorstep handoffs, but you can meet however works best for both of you.', + }, + { + category: 'Using the Platform', + question: 'How long can I borrow something?', + answer: + 'That depends on the item and what you work out with the owner. Some items like ladders might be needed for just a day, while books could be borrowed for weeks. Communication is key!', + }, + { + category: 'Using the Platform', + question: 'Can I borrow multiple items at once?', + answer: + 'Yes! You can borrow from multiple neighbors simultaneously. Just be respectful of return times and item care—your reliability builds trust in the community.', }, { + category: 'Using the Platform', question: 'What if I need something that no one has shared yet?', answer: - "You can post a request describing what you need! Your neighbors will get notified and can offer to share if they have it. It's a great way to discover items you didn't know were available.", + 'Use the feedback button in the lower right corner to share your idea! Your neighbors will get notified, and it helps the community understand what items would be most valuable to share.', }, { - question: 'How do I get started?', + category: 'Trust & Safety', + question: 'How do I know I can trust my neighbors?', answer: - "Once we launch in your area, simply sign up, verify your identity, and start browsing or sharing items. We'll send updates as we expand to new neighborhoods.", + 'Every user verifies their identity during signup. Beyond that, trust is built through successful sharing experiences. Our community guidelines emphasize care, accountability, and neighborly respect.', }, { + category: 'Trust & Safety', + question: 'What if something gets damaged or lost?', + answer: + 'We have clear community guidelines about item care and responsibility. Most issues are resolved between neighbors through honest communication. Accidents happen—approach with understanding, and most people step up to make things right.', + }, + { + category: 'Trust & Safety', + question: "What happens if someone doesn't return my item?", + answer: + "Reach out to them first—sometimes people just forget! If that doesn't work, you can report the issue. Repeated violations affect community trust, and we take these seriously.", + }, + { + category: 'Trust & Safety', question: 'Is my personal information safe?', answer: - 'We take privacy seriously. We only share the minimum information needed for safe transactions. Your full address is never public - only general neighborhood area.', + "Yes. We only share the minimum information needed for safe transactions. Your full address is never public—only your general neighborhood. We don't sell data, show ads, or track your stuff for commercial purposes. This is a civic utility, not a business.", + }, + { + category: 'Cost & Philosophy', + question: 'How much does it cost to use StuffLibrary?', + answer: + "StuffLibrary is completely free. No ads, no affiliate links, no hidden fees. We believe sharing should be accessible to everyone, and we're committed to keeping it that way.", + }, + { + category: 'Cost & Philosophy', + question: 'Can I charge for lending my items?', + answer: + "No. StuffLibrary is designed for neighborly sharing, not rental transactions. If you're looking to rent items commercially, other platforms serve that purpose. Here, we're building community through generosity.", + }, + { + category: 'Cost & Philosophy', + question: "How do you make money if it's free?", + answer: + "We don't—not yet, anyway. StuffLibrary is a passion project focused on proving that community-driven sharing can work. We're exploring sustainable funding models that preserve our values: no ads, no data collection, no commercialization of neighborly trust.", + }, + { + category: 'Technical', + question: 'Do I need to download an app?', + answer: + 'No! StuffLibrary works in your mobile browser. Just visit stufflibrary.org from your phone, and it works like an app. You can even add it to your home screen for quick access.', + }, + { + category: 'Technical', + question: 'What are those watercolor illustrations?', + answer: + "When you add an item, AI analyzes your photo and generates a unique watercolor illustration. It's part of our library card aesthetic—nostalgic, friendly, and distinctly StuffLibrary. Plus it keeps your actual photos private.", }, ]; diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e2daa3b..3f6765c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -13,26 +13,15 @@ const footerSections = [ { title: 'Product', links: [ - { label: 'How It Works', href: '#' }, - { label: 'Features', href: '#' }, - { label: 'Safety', href: '#' }, - ], - }, - { - title: 'Company', - links: [ + { label: 'Features & FAQ', href: '/features' }, { label: 'About Us', href: '/about' }, - { label: 'Our Mission', href: '#' }, - { label: 'Success Stories', href: '#' }, ], }, { title: 'Support', links: [ - { label: 'Community Guidelines', href: '#' }, { label: 'Feedback', href: '/feedback' }, { label: 'Contact Us', href: 'mailto:hello@stufflibrary.org' }, - { label: 'Report Issue', href: '#' }, ], }, ];