Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 07:13:55 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,13 +61,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Elegant Classic Abaya", price: "$129", variant: "Black | Available in S, M, L, XL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-portrait_23-2149226621.jpg", imageAlt: "Classic black abaya", isFavorited: false,
id: "1", name: "Elegant Classic Abaya", price: "$129", variant: "Black | Available in S, M, L, XL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-portrait_23-2149226621.jpg?_wi=1", imageAlt: "Classic black abaya", isFavorited: false,
},
{
id: "2", name: "Embroidered Gold Detail Abaya", price: "$189", variant: "Black with Gold | S, M, L", imageSrc: "http://img.b2bpic.net/free-vector/ethnic-premium-mandala-design-background_1017-32120.jpg", imageAlt: "Luxury embroidered abaya", isFavorited: false,
id: "2", name: "Embroidered Gold Detail Abaya", price: "$189", variant: "Black with Gold | S, M, L", imageSrc: "http://img.b2bpic.net/free-vector/ethnic-premium-mandala-design-background_1017-32120.jpg?_wi=1", imageAlt: "Luxury embroidered abaya", isFavorited: false,
},
{
id: "3", name: "Comfort Everyday Abaya", price: "$99", variant: "Black | XS to XXL Available", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg", imageAlt: "Comfortable everyday abaya", isFavorited: false,
id: "3", name: "Comfort Everyday Abaya", price: "$99", variant: "Black | XS to XXL Available", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg?_wi=1", imageAlt: "Comfortable everyday abaya", isFavorited: false,
},
]}
title="Featured Collection"
@@ -96,7 +96,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Fabrics", description: "We source only the finest materials from trusted suppliers worldwide. Our abayas are made from breathable, durable fabrics that feel luxurious against your skin.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-portrait_23-2149226621.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman-portrait_23-2149226621.jpg?_wi=2"},
items: [
{ icon: Sparkles, text: "Ethically sourced materials" },
{ icon: Heart, text: "Comfortable all-day wear" },
@@ -105,7 +105,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Expert Craftsmanship", description: "Our skilled artisans bring decades of tradition and innovation together. Every stitch is placed with precision, and every detail is perfected to create timeless pieces.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/ethnic-premium-mandala-design-background_1017-32120.jpg"},
imageSrc: "http://img.b2bpic.net/free-vector/ethnic-premium-mandala-design-background_1017-32120.jpg?_wi=2"},
items: [
{ icon: Award, text: "Hand-finished details" },
{ icon: CheckCircle, text: "Quality assured" },
@@ -114,7 +114,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Perfect Fit", description: "We offer a comprehensive size range to ensure every woman finds her perfect fit. Our tailored designs flatter all body types while maintaining modest elegance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg?_wi=2"},
items: [
{ icon: Zap, text: "Multiple size options" },
{ icon: Star, text: "Customization available" },