more fixes

This commit is contained in:
2024-11-26 00:14:49 -05:00
parent 37393d6909
commit 1c69dd77a1
12 changed files with 12 additions and 23 deletions

View File

@@ -1,6 +1,4 @@
import Link from "next/link";
import { Button } from "@/components/ui/button"
import { Button } from "src/components/ui/button"
export default function About() {
@@ -15,7 +13,8 @@ export default function About() {
and exploring firearm parts. Designed for enthusiasts by
enthusiasts, we make firearm building easy and accessible.
</p>
<Button className="bg-gray-950 text-grey-100 hover:translate-y-[-2px] transition duration-300">Click me test</Button>
<Button className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Click me test</Button>
{/* <Button className="bg-gray-950 text-grey-100 hover:translate-y-[-2px] transition duration-300">Click me test</Button> */}
</div>
</section>
)