feat(content): add How It Works page with markdown support

- Create HowItWorksPage component with markdown rendering
- Add how-it-works.md with Lorem Ipsum placeholder content
- Add /how-it-works route in App.jsx
- Add How It Works link to homepage footer (Product section)
This commit is contained in:
Radosław Gierwiało
2025-12-05 18:33:25 +01:00
parent 2c5689ac8e
commit c4372930dd
4 changed files with 129 additions and 0 deletions

View File

@@ -263,6 +263,11 @@ const HomePage = () => {
<div>
<h3 className="text-white font-semibold mb-4">Product</h3>
<ul className="space-y-2 text-sm">
<li>
<Link to="/how-it-works" className="hover:text-primary-400 transition">
How It Works
</Link>
</li>
<li>
<Link to="/events" className="hover:text-primary-400 transition">
Events