working chakura-ui

This commit is contained in:
2024-11-21 13:03:00 -05:00
parent ada465af64
commit 7b38c8a082
12 changed files with 85 additions and 70 deletions

View File

@@ -10,6 +10,7 @@ export default function Hero() {
<p className="text-lg mb-6">
Customize every component of your firearm with ease and precision.
</p>
<span>
<Link
href="/builder"
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
@@ -17,6 +18,7 @@ export default function Hero() {
Get Started
</Link>
</span>
</div>
</section>