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/women/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/app/women/page.tsx') diff --git a/frontend/src/app/women/page.tsx b/frontend/src/app/women/page.tsx index 6814760..cf74e5c 100644 --- a/frontend/src/app/women/page.tsx +++ b/frontend/src/app/women/page.tsx @@ -116,9 +116,9 @@ export default function WomenPage() { {/* Hero Section */}
-

Women's Collection

+

Women's Collection

- Embrace your style with our curated women's fashion collection featuring elegant and contemporary pieces + Embrace your style with our curated women's fashion collection featuring elegant and contemporary pieces

@@ -172,7 +172,7 @@ export default function WomenPage() { export async function generateMetadata() { return { - title: "Women's Fashion Collection | blcklst", - description: "Shop the latest women's fashion at blcklst. Elegant dresses, tops, accessories, and more for the modern woman.", + title: "Women's Fashion Collection | blcklst", + description: "Shop the latest women's fashion at blcklst. Elegant dresses, tops, accessories, and more for the modern woman.", }; } \ No newline at end of file -- cgit v1.2.3-59-g8ed1b