Update src/app/women/page.tsx
This commit is contained in:
@@ -26,49 +26,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Men's",
|
||||
id: "/men",
|
||||
},
|
||||
name: "Men's", id: "/men"},
|
||||
{
|
||||
name: "Women's",
|
||||
id: "/women",
|
||||
},
|
||||
name: "Women's", id: "/women"},
|
||||
{
|
||||
name: "Fabrics",
|
||||
id: "/fabrics",
|
||||
},
|
||||
name: "Fabrics", id: "/fabrics"},
|
||||
{
|
||||
name: "Wedding",
|
||||
id: "/wedding",
|
||||
},
|
||||
name: "Wedding", id: "/wedding"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Cart",
|
||||
id: "/cart",
|
||||
},
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout",
|
||||
id: "/checkout",
|
||||
},
|
||||
name: "Checkout", id: "/checkout"},
|
||||
]}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
@@ -79,59 +57,23 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "women-p1",
|
||||
brand: "Al-Karam",
|
||||
name: "Pink Organza Embroidered Suit",
|
||||
price: "$340.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-professional-young-woman-looking-away_23-2148452701.jpg",
|
||||
imageAlt: "Pink Organza Embroidered Suit",
|
||||
},
|
||||
id: "women-p1", name: "Pink Organza Embroidered Suit", price: "$340.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-professional-young-woman-looking-away_23-2148452701.jpg", imageAlt: "Pink Organza Embroidered Suit"},
|
||||
{
|
||||
id: "women-p2",
|
||||
brand: "Al-Karam",
|
||||
name: "Classic White Lawn Printed Suit",
|
||||
price: "$120.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winsome-white-girl-checkered-dress-walking-around-warm-autumn-day-portrait-spectacular-woman-with-curly-brown-hair_197531-11365.jpg",
|
||||
imageAlt: "Classic White Lawn Printed Suit",
|
||||
},
|
||||
id: "women-p2", name: "Classic White Lawn Printed Suit", price: "$120.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winsome-white-girl-checkered-dress-walking-around-warm-autumn-day-portrait-spectacular-woman-with-curly-brown-hair_197531-11365.jpg", imageAlt: "Classic White Lawn Printed Suit"},
|
||||
{
|
||||
id: "women-p3",
|
||||
brand: "Al-Karam",
|
||||
name: "Luxury Silk Unstitched Fabric",
|
||||
price: "$480.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/essential-elements-fashion-design-studio_23-2150414768.jpg",
|
||||
imageAlt: "Luxury Silk Unstitched Fabric",
|
||||
},
|
||||
id: "women-p3", name: "Luxury Silk Unstitched Fabric", price: "$480.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/essential-elements-fashion-design-studio_23-2150414768.jpg", imageAlt: "Luxury Silk Unstitched Fabric"},
|
||||
{
|
||||
id: "women-p4",
|
||||
brand: "Al-Karam",
|
||||
name: "Gold & Maroon Bridal Lehenga",
|
||||
price: "$1800.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elegant-pensive-girl-wearing-trendy-warm-outfit-raising-leg-up-looking-away-while-leaning-street-lantern-cold-winter-weather_8353-12631.jpg",
|
||||
imageAlt: "Gold & Maroon Bridal Lehenga",
|
||||
},
|
||||
id: "women-p4", name: "Gold & Maroon Bridal Lehenga", price: "$1800.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elegant-pensive-girl-wearing-trendy-warm-outfit-raising-leg-up-looking-away-while-leaning-street-lantern-cold-winter-weather_8353-12631.jpg", imageAlt: "Gold & Maroon Bridal Lehenga"},
|
||||
{
|
||||
id: "women-p5",
|
||||
brand: "Al-Karam",
|
||||
name: "Elegant Chiffon Saree",
|
||||
price: "$290.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-hindu-bride-holds-red-cloth-her-hand_8353-8853.jpg",
|
||||
imageAlt: "Elegant Chiffon Saree",
|
||||
},
|
||||
id: "women-p5", name: "Elegant Chiffon Saree", price: "$290.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-hindu-bride-holds-red-cloth-her-hand_8353-8853.jpg", imageAlt: "Elegant Chiffon Saree"},
|
||||
{
|
||||
id: "women-p6",
|
||||
brand: "Al-Karam",
|
||||
name: "Green Khaddar Winter Collection",
|
||||
price: "$170.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-woman-trendy-summer-outfit-posing-outdoors_273443-3077.jpg",
|
||||
imageAlt: "Green Khaddar Winter Collection",
|
||||
},
|
||||
id: "women-p6", name: "Green Khaddar Winter Collection", price: "$170.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-woman-trendy-summer-outfit-posing-outdoors_273443-3077.jpg", imageAlt: "Green Khaddar Winter Collection"},
|
||||
]}
|
||||
title="Women's Collection"
|
||||
description="Elegant and stylish stitched & unstitched suits for every occasion, from daily wear to festive celebrations."
|
||||
@@ -147,109 +89,55 @@ export default function LandingPage() {
|
||||
description="Stay updated with the latest in Pakistani women's wear, styling tips, and seasonal collections."
|
||||
blogs={[
|
||||
{
|
||||
id: "wb1",
|
||||
category: "Trends",
|
||||
title: "Embrace the Season: Latest Lawn Designs",
|
||||
excerpt: "Explore vibrant prints and comfortable fabrics for the perfect summer wardrobe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-fashionable-woman-dressed-green-clothes-white-boots-sits-near-grey-concrete-wall-has-bun-hairstyle-vivid-makeup-thinks-about-something-urban-lifestyle-concept_273609-59968.jpg",
|
||||
imageAlt: "Woman in latest Lawn suit",
|
||||
authorName: "Aisha Malik",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-person-portrait-photorealistic-style-with-braids_23-2151570099.jpg",
|
||||
date: "October 20, 2024",
|
||||
},
|
||||
id: "wb1", category: "Trends", title: "Embrace the Season: Latest Lawn Designs", excerpt: "Explore vibrant prints and comfortable fabrics for the perfect summer wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-fashionable-woman-dressed-green-clothes-white-boots-sits-near-grey-concrete-wall-has-bun-hairstyle-vivid-makeup-thinks-about-something-urban-lifestyle-concept_273609-59968.jpg", imageAlt: "Woman in latest Lawn suit", authorName: "Aisha Malik", authorAvatar: "http://img.b2bpic.net/free-photo/young-person-portrait-photorealistic-style-with-braids_23-2151570099.jpg", date: "October 20, 2024"},
|
||||
{
|
||||
id: "wb2",
|
||||
category: "Wedding Style",
|
||||
title: "Your Ultimate Guide to Bridal Wear",
|
||||
excerpt: "From intricate Lehengas to elegant Ghararas, find your dream wedding attire.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-young-man-woman-dressed-beautiful-thai-costumes-splashing-temple-preserve-good-culture-thai-people-songkran-festival-thai-new-year-family-day-april_1150-61284.jpg",
|
||||
imageAlt: "Bride in traditional wedding dress",
|
||||
authorName: "Sana Khan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-man-holding-hands-with-happy-elegant-woman-going-down-steps_23-2148012528.jpg",
|
||||
date: "September 05, 2024",
|
||||
},
|
||||
id: "wb2", category: "Wedding Style", title: "Your Ultimate Guide to Bridal Wear", excerpt: "From intricate Lehengas to elegant Ghararas, find your dream wedding attire.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-young-man-woman-dressed-beautiful-thai-costumes-splashing-temple-preserve-good-culture-thai-people-songkran-festival-thai-new-year-family-day-april_1150-61284.jpg", imageAlt: "Bride in traditional wedding dress", authorName: "Sana Khan", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-holding-hands-with-happy-elegant-woman-going-down-steps_23-2148012528.jpg", date: "September 05, 2024"},
|
||||
{
|
||||
id: "wb3",
|
||||
category: "Casual Chic",
|
||||
title: "Everyday Elegance: Styling Your Casual Suits",
|
||||
excerpt: "Tips and tricks to elevate your daily wear with a touch of luxury and comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl-with-white-pants_114579-8561.jpg",
|
||||
imageAlt: "Woman in casual embroidered suit",
|
||||
authorName: "Hina Javed",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/tender-indian-girl-saree-with-violet-lips-make-up-posed-field-sunset-fashionable-india-model_627829-6076.jpg",
|
||||
date: "August 10, 2024",
|
||||
},
|
||||
id: "wb3", category: "Casual Chic", title: "Everyday Elegance: Styling Your Casual Suits", excerpt: "Tips and tricks to elevate your daily wear with a touch of luxury and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl-with-white-pants_114579-8561.jpg", imageAlt: "Woman in casual embroidered suit", authorName: "Hina Javed", authorAvatar: "http://img.b2bpic.net/free-photo/tender-indian-girl-saree-with-violet-lips-make-up-posed-field-sunset-fashionable-india-model_627829-6076.jpg", date: "August 10, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Men's Collection",
|
||||
href: "/men",
|
||||
},
|
||||
label: "Men's Collection", href: "/men"},
|
||||
{
|
||||
label: "Women's Collection",
|
||||
href: "/women",
|
||||
},
|
||||
label: "Women's Collection", href: "/women"},
|
||||
{
|
||||
label: "Luxury Fabrics",
|
||||
href: "/fabrics",
|
||||
},
|
||||
label: "Luxury Fabrics", href: "/fabrics"},
|
||||
{
|
||||
label: "Wedding Collection",
|
||||
href: "/wedding",
|
||||
},
|
||||
label: "Wedding Collection", href: "/wedding"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service",
|
||||
items: [
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Return Policy", href: "#"},
|
||||
{
|
||||
label: "Order Tracking",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Tracking", href: "#"},
|
||||
{
|
||||
label: "Account Login",
|
||||
href: "#",
|
||||
},
|
||||
label: "Account Login", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user