Merge version_1 into main #2
@@ -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: "men-p1",
|
||||
brand: "Al-Karam",
|
||||
name: "Royal Blue Stitched Kurta",
|
||||
price: "$220.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-ribbon_23-2147961734.jpg",
|
||||
imageAlt: "Royal Blue Stitched Kurta",
|
||||
},
|
||||
id: "men-p1", name: "Royal Blue Stitched Kurta", price: "$220.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-ribbon_23-2147961734.jpg", imageAlt: "Royal Blue Stitched Kurta"},
|
||||
{
|
||||
id: "men-p2",
|
||||
brand: "Al-Karam",
|
||||
name: "Classic White Unstitched Boski",
|
||||
price: "$350.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-masterpiece-close-up-young-beautiful-male-clothes-designer-with-trendy-hairstyle-fashionable-clothes-working-new-dress-with-concentrated-face-expression_176420-11837.jpg",
|
||||
imageAlt: "Classic White Unstitched Boski",
|
||||
},
|
||||
id: "men-p2", name: "Classic White Unstitched Boski", price: "$350.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-masterpiece-close-up-young-beautiful-male-clothes-designer-with-trendy-hairstyle-fashionable-clothes-working-new-dress-with-concentrated-face-expression_176420-11837.jpg", imageAlt: "Classic White Unstitched Boski"},
|
||||
{
|
||||
id: "men-p3",
|
||||
brand: "Al-Karam",
|
||||
name: "Black Embroidered Sherwani",
|
||||
price: "$780.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-graduation-prom-clothing-outdoors_23-2149134309.jpg",
|
||||
imageAlt: "Black Embroidered Sherwani",
|
||||
},
|
||||
id: "men-p3", name: "Black Embroidered Sherwani", price: "$780.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-graduation-prom-clothing-outdoors_23-2149134309.jpg", imageAlt: "Black Embroidered Sherwani"},
|
||||
{
|
||||
id: "men-p4",
|
||||
brand: "Al-Karam",
|
||||
name: "Striped Cotton Shalwar Kameez",
|
||||
price: "$160.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg",
|
||||
imageAlt: "Striped Cotton Shalwar Kameez",
|
||||
},
|
||||
id: "men-p4", name: "Striped Cotton Shalwar Kameez", price: "$160.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-brunette-male-leaning-cliffs-sunlight_181624-38282.jpg", imageAlt: "Striped Cotton Shalwar Kameez"},
|
||||
{
|
||||
id: "men-p5",
|
||||
brand: "Al-Karam",
|
||||
name: "Forest Green Wash & Wear Fabric",
|
||||
price: "$90.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk-arrangement_23-2148897939.jpg",
|
||||
imageAlt: "Forest Green Wash & Wear Fabric",
|
||||
},
|
||||
id: "men-p5", name: "Forest Green Wash & Wear Fabric", price: "$90.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk-arrangement_23-2148897939.jpg", imageAlt: "Forest Green Wash & Wear Fabric"},
|
||||
{
|
||||
id: "men-p6",
|
||||
brand: "Al-Karam",
|
||||
name: "Formal Grey Suit Fabric",
|
||||
price: "$280.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503268.jpg",
|
||||
imageAlt: "Formal Grey Suit Fabric",
|
||||
},
|
||||
id: "men-p6", name: "Formal Grey Suit Fabric", price: "$280.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503268.jpg", imageAlt: "Formal Grey Suit Fabric"},
|
||||
]}
|
||||
title="Men's Collection"
|
||||
description="Sophisticated designs and premium fabrics for the discerning gentleman, blending tradition with contemporary style."
|
||||
@@ -147,109 +89,55 @@ export default function LandingPage() {
|
||||
description="Explore fashion tips and trends to perfect your look, from formal wear to casual ensembles."
|
||||
blogs={[
|
||||
{
|
||||
id: "mb1",
|
||||
category: "Style Guide",
|
||||
title: "The Art of Wearing a Sherwani",
|
||||
excerpt: "Master the elegance of the traditional Sherwani for weddings and grand occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-suit-outside-street_1303-10357.jpg",
|
||||
imageAlt: "Man wearing a Sherwani",
|
||||
authorName: "Ahmed Khan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-ancient-roman-man_23-2151224399.jpg",
|
||||
date: "October 26, 2024",
|
||||
},
|
||||
id: "mb1", category: "Style Guide", title: "The Art of Wearing a Sherwani", excerpt: "Master the elegance of the traditional Sherwani for weddings and grand occasions.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-man-suit-outside-street_1303-10357.jpg", imageAlt: "Man wearing a Sherwani", authorName: "Ahmed Khan", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-ancient-roman-man_23-2151224399.jpg", date: "October 26, 2024"},
|
||||
{
|
||||
id: "mb2",
|
||||
category: "Trends",
|
||||
title: "Modern Kurta Designs for Every Day",
|
||||
excerpt: "Discover contemporary Kurta styles that blend comfort with traditional aesthetics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-braids-portrait_23-2151428259.jpg",
|
||||
imageAlt: "Man in a modern Kurta",
|
||||
authorName: "Zain Ali",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-view-chinese-ink-concept_23-2148785915.jpg",
|
||||
date: "September 15, 2024",
|
||||
},
|
||||
id: "mb2", category: "Trends", title: "Modern Kurta Designs for Every Day", excerpt: "Discover contemporary Kurta styles that blend comfort with traditional aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-braids-portrait_23-2151428259.jpg", imageAlt: "Man in a modern Kurta", authorName: "Zain Ali", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-view-chinese-ink-concept_23-2148785915.jpg", date: "September 15, 2024"},
|
||||
{
|
||||
id: "mb3",
|
||||
category: "Formal Wear",
|
||||
title: "Choosing the Right Fabric for Your Men's Suit",
|
||||
excerpt: "An in-depth look at premium fabrics to ensure your stitched suit stands out.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-holding-mobile-phone-standing-terrace-modern-lounge-cafe-his-work-break_627829-1320.jpg",
|
||||
imageAlt: "Luxury suit fabric",
|
||||
authorName: "Farah Qureshi",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-girl-with-make-up-posing-against-green-bushes_651396-1098.jpg",
|
||||
date: "August 01, 2024",
|
||||
},
|
||||
id: "mb3", category: "Formal Wear", title: "Choosing the Right Fabric for Your Men's Suit", excerpt: "An in-depth look at premium fabrics to ensure your stitched suit stands out.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-handsome-stylish-indian-man-wear-shirt-holding-mobile-phone-standing-terrace-modern-lounge-cafe-his-work-break_627829-1320.jpg", imageAlt: "Luxury suit fabric", authorName: "Farah Qureshi", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-girl-with-make-up-posing-against-green-bushes_651396-1098.jpg", date: "August 01, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=3"
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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: "shop-p1",
|
||||
brand: "Al-Karam",
|
||||
name: "Classic Black Kurta",
|
||||
price: "$150.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-girl-white-shirt-happily-closing-eyes-leaning-old-door-while-listening-music-red-headphones_574295-1060.jpg?_wi=1",
|
||||
imageAlt: "Classic Black Kurta",
|
||||
},
|
||||
id: "shop-p1", name: "Classic Black Kurta", price: "$150.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-girl-white-shirt-happily-closing-eyes-leaning-old-door-while-listening-music-red-headphones_574295-1060.jpg", imageAlt: "Classic Black Kurta"},
|
||||
{
|
||||
id: "shop-p2",
|
||||
brand: "Al-Karam",
|
||||
name: "Embroidered Chiffon Saree",
|
||||
price: "$380.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-woman-holding-manila-shawl_23-2148235345.jpg?_wi=1",
|
||||
imageAlt: "Embroidered Chiffon Saree",
|
||||
},
|
||||
id: "shop-p2", name: "Embroidered Chiffon Saree", price: "$380.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-woman-holding-manila-shawl_23-2148235345.jpg", imageAlt: "Embroidered Chiffon Saree"},
|
||||
{
|
||||
id: "shop-p3",
|
||||
brand: "Al-Karam",
|
||||
name: "Casual Grey Linen Shirt",
|
||||
price: "$95.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-man-with-earphones_23-2148000035.jpg",
|
||||
imageAlt: "Casual Grey Linen Shirt",
|
||||
},
|
||||
id: "shop-p3", name: "Casual Grey Linen Shirt", price: "$95.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-man-with-earphones_23-2148000035.jpg", imageAlt: "Casual Grey Linen Shirt"},
|
||||
{
|
||||
id: "shop-p4",
|
||||
brand: "Al-Karam",
|
||||
name: "Printed Lawn Two-Piece",
|
||||
price: "$110.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-small-flowers-pattern-design_23-2149657799.jpg",
|
||||
imageAlt: "Printed Lawn Two-Piece",
|
||||
},
|
||||
id: "shop-p4", name: "Printed Lawn Two-Piece", price: "$110.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-small-flowers-pattern-design_23-2149657799.jpg", imageAlt: "Printed Lawn Two-Piece"},
|
||||
{
|
||||
id: "shop-p5",
|
||||
brand: "Al-Karam",
|
||||
name: "Premium Boski Fabric (yard)",
|
||||
price: "$80.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-shiny-silk-fabric-texture_53876-148114.jpg",
|
||||
imageAlt: "Premium Boski Fabric",
|
||||
},
|
||||
id: "shop-p5", name: "Premium Boski Fabric (yard)", price: "$80.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-shiny-silk-fabric-texture_53876-148114.jpg", imageAlt: "Premium Boski Fabric"},
|
||||
{
|
||||
id: "shop-p6",
|
||||
brand: "Al-Karam",
|
||||
name: "Wedding Gown with Gold Embellishment",
|
||||
price: "$2500.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tanned-woman-with-pink-hair-smiling-beside-cactus_197531-21224.jpg",
|
||||
imageAlt: "Wedding Gown",
|
||||
},
|
||||
id: "shop-p6", name: "Wedding Gown with Gold Embellishment", price: "$2500.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tanned-woman-with-pink-hair-smiling-beside-cactus_197531-21224.jpg", imageAlt: "Wedding Gown"},
|
||||
]}
|
||||
searchPlaceholder="Search products..."
|
||||
title="Our Entire Collection"
|
||||
@@ -145,20 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I place an order?",
|
||||
content: "To place an order, simply browse our collections, add your desired items to the cart, and proceed to checkout. Follow the on-screen prompts to provide shipping and payment information.",
|
||||
},
|
||||
id: "q1", title: "How do I place an order?", content: "To place an order, simply browse our collections, add your desired items to the cart, and proceed to checkout. Follow the on-screen prompts to provide shipping and payment information."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, and other secure online payment gateways for your convenience.",
|
||||
},
|
||||
id: "q2", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, Amex), PayPal, and other secure online payment gateways for your convenience."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I track my order?",
|
||||
content: "Yes, once your order is shipped, you will receive an email with a tracking number and a link to monitor your delivery status.",
|
||||
},
|
||||
id: "q3", title: "Can I track my order?", content: "Yes, once your order is shipped, you will receive an email with a tracking number and a link to monitor your delivery status."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cyber-monday-sales-preparation_23-2148675040.jpg"
|
||||
imageAlt="Woman looking at phone shopping app"
|
||||
@@ -172,71 +105,44 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=2"
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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