add state management and other stuff

This commit is contained in:
2025-06-29 15:58:03 -04:00
parent 64f288d8f7
commit ccc6e41724
11 changed files with 1221 additions and 969 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ export default function LandingPage() {
</p>
<div className="mt-10 flex items-top gap-x-6">
<Link
href="/Builder"
href="/build"
className="btn btn-primary text-base font-semibold px-6"
>
Get Building
@@ -46,7 +46,7 @@ export default function LandingPage() {
<img
alt="AR-15 Lower Receiver"
src="https://i.imgur.com/IK8FbaI.png"
className="max-w-md w-full h-auto object-contain rounded-xl shadow-lg"
className="max-w-md w-full h-auto object-contain rounded-xl"
/>
</div>
</div>