diff --git a/src/app/men/page.tsx b/src/app/men/page.tsx
index 83bbd3d..68929d9 100644
--- a/src/app/men/page.tsx
+++ b/src/app/men/page.tsx
@@ -45,8 +45,8 @@ export default function MensPage() {
tag="Men's Fashion"
tagIcon={Leaf}
tagAnimation="slide-up"
- background={{ variant: "floatingGradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=2"
+ background={{ variant: "plain" }}
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg"
imageAlt="Men's natural fiber clothing collection"
buttons={[
{ text: "Shop Now", href: "/" },
@@ -64,26 +64,11 @@ export default function MensPage() {
description="Explore our curated collection of best-selling men's clothing items made from natural, sustainable fibers."
products={[
{
- id: "mens-1",
- name: "Organic Cotton Polo",
- price: "$55-75",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg?_wi=2",
- imageAlt: "Organic cotton men's polo shirt",
- },
+ id: "mens-1", name: "Organic Cotton Polo", price: "$55-75", imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg", imageAlt: "Organic cotton men's polo shirt"},
{
- id: "mens-2",
- name: "Merino Wool Jacket",
- price: "$180-220",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=3",
- imageAlt: "Merino wool men's jacket",
- },
+ id: "mens-2", name: "Merino Wool Jacket", price: "$180-220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg", imageAlt: "Merino wool men's jacket"},
{
- id: "mens-3",
- name: "Hemp Cargo Shorts",
- price: "$65-85",
- imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=2",
- imageAlt: "Durable hemp men's shorts",
- },
+ id: "mens-3", name: "Hemp Cargo Shorts", price: "$65-85", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", imageAlt: "Durable hemp men's shorts"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -99,33 +84,13 @@ export default function MensPage() {
description="Browse our full range of men's natural fiber essentials for work, casual wear, and active lifestyle."
products={[
{
- id: "mens-4",
- name: "Linen Button-Up Shirt",
- price: "$65-90",
- imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg?_wi=2",
- imageAlt: "Linen men's shirt",
- },
+ id: "mens-4", name: "Linen Button-Up Shirt", price: "$65-90", imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg", imageAlt: "Linen men's shirt"},
{
- id: "mens-5",
- name: "Bamboo Crew Socks",
- price: "$18-28",
- imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg?_wi=2",
- imageAlt: "Bamboo men's socks",
- },
+ id: "mens-5", name: "Bamboo Crew Socks", price: "$18-28", imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg", imageAlt: "Bamboo men's socks"},
{
- id: "mens-6",
- name: "Wool Blend Sweater",
- price: "$95-130",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg?_wi=2",
- imageAlt: "Wool blend men's sweater",
- },
+ id: "mens-6", name: "Wool Blend Sweater", price: "$95-130", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg", imageAlt: "Wool blend men's sweater"},
{
- id: "mens-7",
- name: "Natural Linen Trousers",
- price: "$85-115",
- imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=3",
- imageAlt: "Linen men's trousers",
- },
+ id: "mens-7", name: "Natural Linen Trousers", price: "$85-115", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", imageAlt: "Linen men's trousers"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -139,8 +104,7 @@ export default function MensPage() {
@@ -367,8 +227,7 @@ export default function HomePage() {