- The Build Bench: Early Access
+ BattlBuilder Early Access
Explore components from trusted brands, choose one part per
@@ -372,7 +372,7 @@ export default function GunbuilderPage() {
{/* Primary actions now live under the total */}
) : hasParts ? (
{
// If you want to pre-select something later, you can handle here.
diff --git a/app/builder/build/page.tsx b/app/builder/summary/page.tsx
similarity index 100%
rename from app/builder/build/page.tsx
rename to app/builder/summary/page.tsx
diff --git a/components/BuilderNav.tsx b/components/BuilderNav.tsx
index 5aecdcf..cbc41ef 100644
--- a/components/BuilderNav.tsx
+++ b/components/BuilderNav.tsx
@@ -24,7 +24,7 @@ export function BuilderNav({ activeCategoryId }: BuilderNavProps) {
const currentCategory =
activeCategoryId ?? searchParams.get("category") ?? undefined;
- const baseHref = "/gunbuilder";
+ const baseHref = "/builder";
const renderDropdown = (label: string, items: Category[]) => {
if (!items.length) return null;
diff --git a/components/CategoryColumn.tsx b/components/CategoryColumn.tsx
index 02a11d2..f556472 100644
--- a/components/CategoryColumn.tsx
+++ b/components/CategoryColumn.tsx
@@ -37,7 +37,7 @@ export function CategoryColumn({