Skip to content

Commit

Permalink
add: metadata to product detail
Browse files Browse the repository at this point in the history
  • Loading branch information
iniadnan committed Jun 24, 2024
1 parent 38ef7f3 commit 9bbdbd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/(front)/product/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import CardProduct from "@/components/front/cards/card-product";
import { fontVarien } from '@/styles/fonts';
import Image from "next/image";

import type { Metadata } from "next";

export const metadata: Metadata = {
title: "Detail Article"
};

export default function Page() {
return (
<>
Expand Down Expand Up @@ -56,7 +62,7 @@ export default function Page() {
<p>- Voluminous wide cut with tucks.</p>
<p>- Comfortable elastic waist with a relaxed feel.</p>
<p>- Paneled fabric and darts at the knees for easy
movement.</p>
movement.</p>
<p>- Gusseted cargo pockets offer plenty of storage.</p>
<p>- Adjust the hems to create your own style.</p>
</div>
Expand Down

0 comments on commit 9bbdbd9

Please sign in to comment.