diff --git a/src/app/Builder/page.tsx b/src/app/Builder/page.tsx index 3b280ab..03f8340 100644 --- a/src/app/Builder/page.tsx +++ b/src/app/Builder/page.tsx @@ -1,37 +1,106 @@ +import { ChevronDownIcon } from "@heroicons/react/20/solid"; +import { getPSA, getLowerBuildKits, getGrips } from "@queries/PSA"; +import { psa } from "@db/schema/Psa"; +import partTypes from "src/data/parts_cats.json"; - -export default function BuilderPage() { +export default async function BuilderPage() { + const psa = await getGrips(); return ( -
| Component | -Selection | -Base Price | -Sale Price | -Shipping | -Tax | -Total Price | -Source | -Order | -
|---|---|---|---|---|---|---|---|---|
| Part 1 | -Part | -99.99 | -89.99 | -12.99 | -- | Palmetto State | -101.99 | -- |
+ A list of all the Grips We Could Find{" "} +
+| + + Component + + + + + | ++ + Manufacturer + + + + + | ++ + Price + + + + + | ++ + Purchase + + + + + | +
|---|---|---|---|
| + {psa.productName} + | ++ {psa.brandName} + | ++ {psa.retailPrice} + | ++ {psa.salePrice} + | +