We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d383b commit 379d6d9Copy full SHA for 379d6d9
src/sections/HeroSection.jsx
@@ -52,14 +52,6 @@ export const HeroSection = () => {
52
</Button>
53
</div>
54
55
- <div className="flex flex-col space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
56
- <Button href="/docs/quickstart" variant="primary" size="large">
57
- Quickstart
58
- </Button>
59
- <Button href="/docs/introduction" variant="secondary" size="large">
60
- Read Documentation
61
62
- </div>
63
</section>
64
)
65
}
0 commit comments