aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/app/men/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/men/page.tsx')
-rw-r--r--frontend/src/app/men/page.tsx8
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&apos;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&apos;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&apos;s Fashion Collection | blcklst",
+ description: "Shop the latest men&apos;s fashion at blcklst. Premium quality clothing, shoes, and accessories for the modern man.",
};
} \ No newline at end of file