Removed banner, removed copyright notice, reduced home page

This commit is contained in:
alice 2024-11-03 01:39:05 +01:00
parent 1554325efb
commit e51b0877fd
7 changed files with 9 additions and 172 deletions

View file

@ -8,25 +8,15 @@ next:
hero:
name: "Vide"
tagline: A reactive UI and state library for Luau.
tagline: A reactive UI library for Luau.
image:
src: /logo.svg
actions:
- theme: brand
text: What is Vide?
link: /tut/crash-course/1-introduction
- theme: alt
text: Crash Course
link: /tut/crash-course/2-creation
link: /tut/crash-course/1-introduction
- theme: alt
text: API Reference
link: /api/reactivity-core
features:
- title: Reactive State Management
details: Built upon Solid and makes building reactive applications simple.
- title: Declarative and simple
details: Syntax designed to be minimal while also being easy to understand.
- title: Fully Luau typecheckable
details: Luau's typechecker catches type errors before you even begin testing.
---