diff options
author | 2025-05-29 21:15:04 +0530 | |
---|---|---|
committer | 2025-05-29 21:15:04 +0530 | |
commit | 551d526d96b83122ba2ec739ac18a2e43c71394a (patch) | |
tree | 6920210dc8b2f5fe91f8063adba50fb69d1fa438 /frontend/src/app/men/page.tsx | |
parent | ca3ae0db6e8e3f2cf99423797c60f5c2cc66a780 (diff) | |
download | blcklst-551d526d96b83122ba2ec739ac18a2e43c71394a.tar.gz blcklst-551d526d96b83122ba2ec739ac18a2e43c71394a.tar.bz2 blcklst-551d526d96b83122ba2ec739ac18a2e43c71394a.zip |
fix: fixed the typecheck errorHEADmasterfeature/product
Diffstat (limited to 'frontend/src/app/men/page.tsx')
-rw-r--r-- | frontend/src/app/men/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
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 */} <section className="relative h-96 bg-gradient-to-r from-neutral-900 to-neutral-700 flex items-center justify-center"> <div className="text-center text-white space-y-4"> - <h1 className="text-4xl md:text-6xl font-bold">Men's Collection</h1> + <h1 className="text-4xl md:text-6xl font-bold">Men's Collection</h1> <p className="text-lg md:text-xl max-w-2xl mx-auto px-4"> - 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 </p> </div> </section> @@ -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 |