import Link from "next/link"; import constants from "@src/lib/constants"; export default function Home() { return ( (
{/* Header Section */}

{constants.APP_NAME}

{/* Hero Section */}

Build Your Dream Firearm

Customize every component of your firearm with ease and precision.

Get Started
{/* Features Section */}

Features

Extensive Database

Access thousands of firearm parts from trusted resellers.

Compatibility Checker

Ensure every part works perfectly together.

Save & Share Builds

Save your builds or share them with friends.

{/* About Section */}

About Us

{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.

{/* Contact Section */}

Contact Us

Have questions or feedback? We’d love to hear from you!

Email Us
{/* Footer Section */}
) ); }