Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 07:32:14 +00:00

View File

@@ -23,8 +23,7 @@ const HomePage = () => {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Burqas", href: "/shop" },
{ label: "Hijabs", href: "/shop" },
{ label: "Niqabs", href: "/shop" },
@@ -33,8 +32,7 @@ const HomePage = () => {
],
},
{
title: "Customer Service",
items: [
title: "Customer Service", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns & Refunds", href: "#" },
@@ -43,8 +41,7 @@ const HomePage = () => {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Our Story", href: "about" },
{ label: "Privacy Policy", href: "#" },
@@ -79,37 +76,25 @@ const HomePage = () => {
title="Elegant Modesty for Every Woman"
description="Discover premium, stylish burqas, hijabs, and niqabs crafted with care for the modern Muslim woman. Nationwide delivery with Cash on Delivery available."
tag="Welcome to HayaLux BD"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Shop Burqas", href: "/shop" },
{ text: "Shop Hijabs", href: "/shop" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg?_wi=1",
imageAlt: "Elegant burqa collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg", imageAlt: "Elegant burqa collection"},
{
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=1",
imageAlt: "Premium burqa with embroidery",
},
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg", imageAlt: "Premium burqa with embroidery"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=1",
imageAlt: "Luxury hijab collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg", imageAlt: "Luxury hijab collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=1",
imageAlt: "Elegant niqab style",
},
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg", imageAlt: "Elegant niqab style"},
{
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=1",
imageAlt: "Islamic prayer sets",
},
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg", imageAlt: "Islamic prayer sets"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=1",
imageAlt: "Complete modest fashion collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg", imageAlt: "Complete modest fashion collection"},
]}
background={{ variant: "plain" }}
/>
@@ -124,32 +109,16 @@ const HomePage = () => {
features={[
{
id: 1,
title: "Premium Burqas",
description: "Elegant burqas crafted from finest fabrics with intricate embroidery and designs. Perfect for daily wear and special occasions.",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=2",
imageAlt: "Premium burqa collection",
},
title: "Premium Burqas", description: "Elegant burqas crafted from finest fabrics with intricate embroidery and designs. Perfect for daily wear and special occasions.", imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg", imageAlt: "Premium burqa collection"},
{
id: 2,
title: "Stylish Hijabs",
description: "Wide range of hijabs in various colors and fabrics. From casual everyday wear to premium occasion pieces.",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=2",
imageAlt: "Stylish hijab selection",
},
title: "Stylish Hijabs", description: "Wide range of hijabs in various colors and fabrics. From casual everyday wear to premium occasion pieces.", imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg", imageAlt: "Stylish hijab selection"},
{
id: 3,
title: "Elegant Niqabs",
description: "Refined niqab designs combining comfort with style. Traditional craftsmanship meets modern aesthetic.",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=2",
imageAlt: "Elegant niqab designs",
},
title: "Elegant Niqabs", description: "Refined niqab designs combining comfort with style. Traditional craftsmanship meets modern aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg", imageAlt: "Elegant niqab designs"},
{
id: 4,
title: "Prayer Sets",
description: "Complete prayer sets including prayer rugs, prayer beads, and accessories. Everything you need for your daily prayers.",
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=2",
imageAlt: "Complete prayer sets",
},
title: "Prayer Sets", description: "Complete prayer sets including prayer rugs, prayer beads, and accessories. Everything you need for your daily prayers.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg", imageAlt: "Complete prayer sets"},
]}
/>
</div>
@@ -164,35 +133,14 @@ const HomePage = () => {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "HayaLux Premium",
name: "Black Pearl Burqa",
price: "৳ 1,950",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=3",
imageAlt: "Black Pearl Burqa",
},
id: "1", brand: "HayaLux Premium", name: "Black Pearl Burqa", price: "৳ 1,950", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg", imageAlt: "Black Pearl Burqa"},
{
id: "2",
brand: "HayaLux Essentials",
name: "Sage Green Hijab Set",
price: "৳ 890",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=3",
imageAlt: "Sage Green Hijab Set",
},
id: "2", brand: "HayaLux Essentials", name: "Sage Green Hijab Set", price: "৳ 890", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg", imageAlt: "Sage Green Hijab Set"},
{
id: "3",
brand: "HayaLux Premium",
name: "Midnight Niqab",
price: "৳ 1,450",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=3",
imageAlt: "Midnight Niqab",
},
id: "3", brand: "HayaLux Premium", name: "Midnight Niqab", price: "৳ 1,450", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg", imageAlt: "Midnight Niqab"},
]}
/>
</div>
@@ -207,32 +155,16 @@ const HomePage = () => {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "5000",
title: "Happy Customers",
description: "Trusted by women across Bangladesh",
icon: Heart,
id: "1", value: "5000", title: "Happy Customers", description: "Trusted by women across Bangladesh", icon: Heart,
},
{
id: "2",
value: "100",
title: "Premium Products",
description: "Curated collections for every occasion",
icon: Star,
id: "2", value: "100", title: "Premium Products", description: "Curated collections for every occasion", icon: Star,
},
{
id: "3",
value: "7",
title: "Days Delivery",
description: "Nationwide delivery to your doorstep",
icon: Truck,
id: "3", value: "7", title: "Days Delivery", description: "Nationwide delivery to your doorstep", icon: Truck,
},
{
id: "4",
value: "24/7",
title: "WhatsApp Support",
description: "Always here to help you",
icon: MessageCircle,
id: "4", value: "24/7", title: "WhatsApp Support", description: "Always here to help you", icon: MessageCircle,
},
]}
/>
@@ -247,77 +179,17 @@ const HomePage = () => {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Fatima Rahman, Dhaka",
date: "Date: 15 January 2025",
title: "Absolutely beautiful and high quality!",
quote: "I've ordered three times from HayaLux BD and every piece is absolutely stunning. The quality is premium and the customer service is exceptional. Highly recommend!",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-doing-peace-sign-unfocused-caravan-with-copy-space_23-2148659526.jpg",
avatarAlt: "Fatima Rahman",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=4",
imageAlt: "Burqa collection",
},
id: "1", name: "Fatima Rahman, Dhaka", date: "Date: 15 January 2025", title: "Absolutely beautiful and high quality!", quote: "I've ordered three times from HayaLux BD and every piece is absolutely stunning. The quality is premium and the customer service is exceptional. Highly recommend!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-doing-peace-sign-unfocused-caravan-with-copy-space_23-2148659526.jpg", avatarAlt: "Fatima Rahman", imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg", imageAlt: "Burqa collection"},
{
id: "2",
name: "Aisha Khan, Chittagong",
date: "Date: 10 January 2025",
title: "Perfect fit and amazing designs",
quote: "The designs are so elegant and modern. The fabrics are comfortable and breathable. I wore my burqa from HayaLux to the wedding and received so many compliments!",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
avatarAlt: "Aisha Khan",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=4",
imageAlt: "Hijab collection",
},
id: "2", name: "Aisha Khan, Chittagong", date: "Date: 10 January 2025", title: "Perfect fit and amazing designs", quote: "The designs are so elegant and modern. The fabrics are comfortable and breathable. I wore my burqa from HayaLux to the wedding and received so many compliments!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", avatarAlt: "Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg", imageAlt: "Hijab collection"},
{
id: "3",
name: "Noor Hassan, Sylhet",
date: "Date: 5 January 2025",
title: "Excellent service and fast delivery",
quote: "Ordered on Sunday and received by Wednesday. The packaging was beautiful and the product exceeded my expectations. This is my go-to brand now!",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-low-angle_23-2149213172.jpg",
avatarAlt: "Noor Hassan",
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=3",
imageAlt: "Prayer sets",
},
id: "3", name: "Noor Hassan, Sylhet", date: "Date: 5 January 2025", title: "Excellent service and fast delivery", quote: "Ordered on Sunday and received by Wednesday. The packaging was beautiful and the product exceeded my expectations. This is my go-to brand now!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-low-angle_23-2149213172.jpg", avatarAlt: "Noor Hassan", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg", imageAlt: "Prayer sets"},
{
id: "4",
name: "Laila Mahmud, Rajshahi",
date: "Date: 28 December 2024",
title: "Great value for money",
quote: "I was hesitant about ordering online but HayaLux BD made it so easy. The COD option is perfect and the quality is genuinely premium without breaking the bank.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg",
avatarAlt: "Laila Mahmud",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=4",
imageAlt: "Niqab collection",
},
id: "4", name: "Laila Mahmud, Rajshahi", date: "Date: 28 December 2024", title: "Great value for money", quote: "I was hesitant about ordering online but HayaLux BD made it so easy. The COD option is perfect and the quality is genuinely premium without breaking the bank.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg", avatarAlt: "Laila Mahmud", imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg", imageAlt: "Niqab collection"},
{
id: "5",
name: "Yasmin Ahmed, Mymensingh",
date: "Date: 20 December 2024",
title: "Supporting local with pride",
quote: "I love supporting local brands and HayaLux BD is doing amazing work. Their commitment to modest fashion is inspiring. Every purchase feels like an investment in our community.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg",
avatarAlt: "Yasmin Ahmed",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=2",
imageAlt: "Fashion collection",
},
id: "5", name: "Yasmin Ahmed, Mymensingh", date: "Date: 20 December 2024", title: "Supporting local with pride", quote: "I love supporting local brands and HayaLux BD is doing amazing work. Their commitment to modest fashion is inspiring. Every purchase feels like an investment in our community.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg", avatarAlt: "Yasmin Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg", imageAlt: "Fashion collection"},
{
id: "6",
name: "Sumaiya Begum, Khulna",
date: "Date: 15 December 2024",
title: "Customer care that actually cares",
quote: "Had a small issue with my order and their WhatsApp support resolved it within minutes. This is genuine customer care. HayaLux BD is my trusted fashion partner now.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-camera-look-from-corner_176420-16737.jpg",
avatarAlt: "Sumaiya Begum",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=5",
imageAlt: "Hijab collection",
},
id: "6", name: "Sumaiya Begum, Khulna", date: "Date: 15 December 2024", title: "Customer care that actually cares", quote: "Had a small issue with my order and their WhatsApp support resolved it within minutes. This is genuine customer care. HayaLux BD is my trusted fashion partner now.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-camera-look-from-corner_176420-16737.jpg", avatarAlt: "Sumaiya Begum", imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg", imageAlt: "Hijab collection"},
]}
/>
</div>