Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 20:51:22 +00:00

View File

@@ -82,11 +82,11 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Silk Elegance Hijab", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sunglasses_23-2149684326.jpg", imageAlt: "Silk Elegance Hijab - Premium collection"},
id: "1", name: "Silk Elegance Hijab", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sunglasses_23-2149684326.jpg?_wi=1", imageAlt: "Silk Elegance Hijab - Premium collection"},
{
id: "2", name: "Cotton Comfort Range", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-hijab-posing-together_23-2149522149.jpg", imageAlt: "Cotton Comfort Range - Everyday hijab"},
id: "2", name: "Cotton Comfort Range", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-hijab-posing-together_23-2149522149.jpg?_wi=1", imageAlt: "Cotton Comfort Range - Everyday hijab"},
{
id: "3", name: "Luxury Blend Collection", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Luxury Blend Collection - Premium fabric"},
id: "3", name: "Luxury Blend Collection", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg?_wi=1", imageAlt: "Luxury Blend Collection - Premium fabric"},
]}
title="Our Featured Collection"
description="Discover our curated selection of premium hijabs, each designed with care and crafted for comfort."
@@ -104,13 +104,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Premium Fabrics", description: "We source the finest sustainable materials from ethical suppliers around the world to ensure superior comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sunglasses_23-2149684326.jpg", imageAlt: "Premium fabric quality"},
title: "Premium Fabrics", description: "We source the finest sustainable materials from ethical suppliers around the world to ensure superior comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sunglasses_23-2149684326.jpg?_wi=2", imageAlt: "Premium fabric quality"},
{
id: 2,
title: "Perfect Fit Design", description: "Each hijab is engineered for the perfect drape and hold, giving you confidence throughout your day.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-hijab-posing-together_23-2149522149.jpg", imageAlt: "Perfect fit design"},
title: "Perfect Fit Design", description: "Each hijab is engineered for the perfect drape and hold, giving you confidence throughout your day.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-hijab-posing-together_23-2149522149.jpg?_wi=2", imageAlt: "Perfect fit design"},
{
id: 3,
title: "Sustainable Practices", description: "Environmentally conscious production methods that honor both our planet and our values.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Sustainable fashion practices"},
title: "Sustainable Practices", description: "Environmentally conscious production methods that honor both our planet and our values.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg?_wi=2", imageAlt: "Sustainable fashion practices"},
]}
title="Why Choose Vanessa"
description="Our commitment to quality, sustainability, and your comfort."
@@ -125,7 +125,7 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg", imageAlt: "Fatima Hassan"},
id: "1", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg?_wi=1", imageAlt: "Fatima Hassan"},
{
id: "2", name: "Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-arab-woman-wearing-traditional-islamic-hijab-scarf-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-29596.jpg", imageAlt: "Aisha Khan"},
{
@@ -133,7 +133,7 @@ export default function LandingPage() {
{
id: "4", name: "Leila Ibrahim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-middle-eastern-woman-with-hijab-smiling-looking-camera_657921-1588.jpg", imageAlt: "Leila Ibrahim"},
{
id: "5", name: "Maryam Ali", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg", imageAlt: "Maryam Ali"},
id: "5", name: "Maryam Ali", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg?_wi=2", imageAlt: "Maryam Ali"},
{
id: "6", name: "Sara Mohammed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-arabian-woman-beautiful-woman-standing-sun-outdoors-lightly-touching-her-grey-headscarf-beauty-ethnicity-concept_74855-21322.jpg", imageAlt: "Sara Mohammed"},
]}