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/women | |
parent | ca3ae0db6e8e3f2cf99423797c60f5c2cc66a780 (diff) | |
download | blcklst-feature/product.tar.gz blcklst-feature/product.tar.bz2 blcklst-feature/product.zip |
fix: fixed the typecheck errorHEADmasterfeature/product
Diffstat (limited to 'frontend/src/app/women')
-rw-r--r-- | frontend/src/app/women/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
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 */} <section className="relative h-96 bg-gradient-to-r from-pink-100 to-purple-100 dark:from-pink-900/20 dark:to-purple-900/20 flex items-center justify-center"> <div className="text-center space-y-4"> - <h1 className="text-4xl md:text-6xl font-bold text-foreground">Women's Collection</h1> + <h1 className="text-4xl md:text-6xl font-bold text-foreground">Women's Collection</h1> <p className="text-lg md:text-xl max-w-2xl mx-auto px-4 text-muted-foreground"> - 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 </p> </div> </section> @@ -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 |