products and product/slug page done
This commit is contained in:
11
app/products/page.tsx
Normal file
11
app/products/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ProductBanner, Products } from "@/components/pages/products";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="mb-90">
|
||||
<ProductBanner />
|
||||
<Products />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user