mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
more fixes
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user