diff options
Diffstat (limited to 'frontend/src/app/women/page.tsx')
-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 |