mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
use constants.APP_NAME
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button } from "@components/ui/button"
|
||||
import constants from "@src/lib/constants";
|
||||
|
||||
export default function About() {
|
||||
|
||||
@@ -9,11 +9,11 @@ export default function About() {
|
||||
<div className="container mx-auto px-6 text-center">
|
||||
<h3 className="text-3xl text-gray-700 font-bold mb-6 ">About Us</h3>
|
||||
<p className="text-gray-700">
|
||||
Ballistic Builder is your go-to platform for customizing, building,
|
||||
{constants.APP_NAME} is your go-to platform for customizing, building,
|
||||
and exploring firearm parts. Designed for enthusiasts by
|
||||
enthusiasts, we make firearm building easy and accessible.
|
||||
</p>
|
||||
<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-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