Skip to content

Commit 2aa8421

Browse files
authored
Remove support section from README
Removed support section including contact details and troubleshooting steps.
1 parent d5d021a commit 2aa8421

1 file changed

Lines changed: 0 additions & 43 deletions

File tree

README.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -573,20 +573,6 @@ const expensiveValue = useMemo(() => {
573573

574574
This project is licensed under the **Premium License** - see the [LICENSE](LICENSE) file for details.
575575

576-
## Support
577-
578-
### **Getting Help**
579-
- **Email**: support@clapton-admin.com
580-
- **Discord**: [Join our community](https://discord.gg/clapton-admin)
581-
- **Documentation**: [docs.clapton-admin.com](https://docs.clapton-admin.com)
582-
- **Issues**: [GitHub Issues](https://github.com/your-repo/issues)
583-
584-
### **Premium Support**
585-
- **Priority Support** - 24/7 response time
586-
- **Custom Development** - Tailored solutions
587-
- **Mobile Optimization** - Responsive design
588-
- **Security Audit** - Code review and security
589-
590576
## Acknowledgments
591577

592578
- **React Team** - For the amazing framework
@@ -653,32 +639,3 @@ const AdvancedComponents = lazy(() => import("./pages/showcase/AdvancedComponent
653639
<AdvancedComponents />
654640
</Suspense>
655641
```
656-
657-
Kontrol listesi:
658-
- /showcase açılıyor mu?
659-
- /showcase/advanced sayfası Aurora arka plan & palette açılıyor mu?
660-
- /showcase/unique benzersiz efektli komponentleri gösteriyor mu?
661-
- /showcase/gallery modern galeri listeleniyor mu?
662-
663-
Eğer layout (örn. <AppLayout />) kullanıyorsanız:
664-
665-
```tsx
666-
<Route element={<AppLayout />}>
667-
<Route path="/showcase" element={<ComponentShowcaseIndex />} />
668-
<Route path="/showcase/advanced" element={<AdvancedComponents />} />
669-
<Route path="/showcase/unique" element={<UniqueComponents />} />
670-
<Route path="/showcase/gallery" element={<ModernGallery />} />
671-
</Route>
672-
```
673-
674-
Sorun devam ederse `App.tsx` veya router yapılandırma dosyanızı paylaşın; doğrudan patch ekleyeyim.
675-
For support or questions:
676-
- [Open an issue](https://github.com/sametuca/react19-clapton-admin-template-free/issues)
677-
- Check the documentation
678-
- Review existing issues and discussions
679-
680-
---
681-
682-
_Built with ❤️ using React 19, TypeScript, and Tailwind CSS._
683-
684-
---

0 commit comments

Comments
 (0)