chore: transfer repo
This commit is contained in:
11
app/products/page.tsx
Normal file
11
app/products/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ProductsPage } from "@/components/products/ProductsPage";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Products | Sent",
|
||||
description: "Explore our collection of ready-made gift boxes and baskets."
|
||||
};
|
||||
|
||||
export default function ProductsRoute() {
|
||||
return <ProductsPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user