From 551d526d96b83122ba2ec739ac18a2e43c71394a Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 29 May 2025 21:15:04 +0530 Subject: fix: fixed the typecheck error --- frontend/src/app/men/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/app/men/page.tsx') diff --git a/frontend/src/app/men/page.tsx b/frontend/src/app/men/page.tsx index 8c0dd51..1b43056 100644 --- a/frontend/src/app/men/page.tsx +++ b/frontend/src/app/men/page.tsx @@ -116,9 +116,9 @@ export default function MenPage() { {/* Hero Section */}
-

Men's Collection

+

Men's Collection

- Discover our latest men's fashion collection featuring premium quality pieces for the modern man + Discover our latest men's fashion collection featuring premium quality pieces for the modern man

@@ -172,7 +172,7 @@ export default function MenPage() { export async function generateMetadata() { return { - title: "Men's Fashion Collection | blcklst", - description: "Shop the latest men's fashion at blcklst. Premium quality clothing, shoes, and accessories for the modern man.", + title: "Men's Fashion Collection | blcklst", + description: "Shop the latest men's fashion at blcklst. Premium quality clothing, shoes, and accessories for the modern man.", }; } \ No newline at end of file -- cgit v1.2.3-59-g8ed1b