diff --git a/app/products/[productId]/page.tsx b/app/products/[productId]/page.tsx index 9340247..6106aae 100644 --- a/app/products/[productId]/page.tsx +++ b/app/products/[productId]/page.tsx @@ -76,14 +76,6 @@ export default async function ProductPage({ params }: ProductPageProps) { -
- - -
-
{bike.for_rent ? ( <> @@ -109,4 +101,4 @@ export default async function ProductPage({ params }: ProductPageProps) {
); -} \ No newline at end of file +}