builds page concept. rename project

This commit is contained in:
2025-12-05 20:14:05 -05:00
parent 2fec870302
commit bab21e4ee3
71 changed files with 1693 additions and 418 deletions
+8 -1
View File
@@ -1,4 +1,3 @@
"use client";
import "./globals.css";
import type { ReactNode } from "react";
@@ -6,6 +5,14 @@ import { AuthProvider } from "@/context/AuthContext";
import { TopNav } from "@/components/TopNav";
import { BuilderNav } from "@/components/BuilderNav";
export const metadata = {
title: {
default: "Battl Builder",
template: "%s | Battl Builder",
},
description: "Battl Builder — the smarter, faster, datadriven way to build your next firearm.",
};
export default function RootLayout({ children }: { children: ReactNode }) {
return (
<html lang="en">