'use client' import { SettingsNav, SettingsSection } from '@/components/settings' import { Card, CardContent } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' export default function AboutSettingsPage() { const version = '1.0.0' const buildDate = '2026-01-17' return (
Information about the application
Documentation
Check the documentation for detailed guides and tutorials.
Report Issues
Found a bug? Report it in the issue tracker.
Feedback
We value your feedback! Share your thoughts and suggestions.