From cd0a2dedc32a81c03402c3cea2729016da927efe Mon Sep 17 00:00:00 2001 From: Sean S Date: Fri, 13 Dec 2024 06:30:12 -0500 Subject: [PATCH] small stuf. grip page and nav --- src/app/Products/grips/page.tsx | 6 ++++-- src/app/Products/lowers/page.tsx | 5 ++++- src/components/Navbar/index.tsx | 8 ++++++-- src/components/PopNav/page.tsx | 12 ------------ 4 files changed, 14 insertions(+), 17 deletions(-) diff --git a/src/app/Products/grips/page.tsx b/src/app/Products/grips/page.tsx index c91476a..1904fc6 100644 --- a/src/app/Products/grips/page.tsx +++ b/src/app/Products/grips/page.tsx @@ -18,7 +18,8 @@ export default async function GripsPage() { Component Manufacturer Model # - Price + Retail Price + Sale Price @@ -27,9 +28,10 @@ export default async function GripsPage() { {psa.category} {psa.brandName} {psa.modelnumber} + {psa.retailPrice} ${Number(psa.salePrice).toFixed(2)} - + ))} diff --git a/src/app/Products/lowers/page.tsx b/src/app/Products/lowers/page.tsx index e05b765..0bdab0a 100644 --- a/src/app/Products/lowers/page.tsx +++ b/src/app/Products/lowers/page.tsx @@ -19,11 +19,13 @@ export default async function LowerReceiverPage() { } > - + Component Manufacturer Model # Price + Sale Price + @@ -32,6 +34,7 @@ export default async function LowerReceiverPage() { {psa.category} {psa.brandName} {psa.modelnumber} + {psa.retailPrice} ${Number(psa.salePrice).toFixed(2)} {/* I dont think this is exactly correct but works for now? */} diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index a321320..835ede1 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -75,14 +75,18 @@ export default function Navbar() { Open user menu - Menu {/* */} +