Create new homepage
1 minute read
Currently the homepage redirects to /todos/. Create a proper
landing page for the Sveleton project.
About Sveleton
Sveleton is a bootstrap project based on the Intuition Design System, built on the foundations of intuition.team and timestripe.com for quick-starting new media projects with everything ready for content writing, SEO, and more.
Requirements
- Welcome message explaining what Sveleton is (see above)
- Links to key sections (Todos, Sitemap)
- Clean, minimal design consistent with the rest of the site
- Proper meta tags for SEO
Implementation
- Replace
src/routes/+page.server.jsredirect with actual+page.svelte - Use existing design patterns from todo pages
- Keep it simple - this is a demo/template project
Read next