Update src/app/page.tsx

This commit is contained in:
2026-03-07 07:30:47 +00:00
parent efdc26c9e7
commit 84efcf42d7

View File

@@ -87,27 +87,27 @@ const HomePage = () => {
buttonAnimation="entrance-slide"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-model-pink-jacket-outdoors-with-black-head-cover_114579-8613.jpg",
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-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg",
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-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg",
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/female-model-grey-hijab-mosque_114579-8828.jpg",
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/groom-s-wedding-details-lie-table_8353-9645.jpg",
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/fashion-set_1203-7559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=1",
imageAlt: "Complete modest fashion collection",
},
]}
@@ -126,28 +126,28 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=2",
imageAlt: "Complete prayer sets",
},
]}
@@ -170,7 +170,7 @@ const HomePage = () => {
price: "৳ 1,950",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=3",
imageAlt: "Black Pearl Burqa",
},
{
@@ -180,7 +180,7 @@ const HomePage = () => {
price: "৳ 890",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=3",
imageAlt: "Sage Green Hijab Set",
},
{
@@ -190,7 +190,7 @@ const HomePage = () => {
price: "৳ 1,450",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=3",
imageAlt: "Midnight Niqab",
},
]}
@@ -255,7 +255,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-vector/ramadan-kareem-islamic-festival-celebration-background_1055-23423.jpg?_wi=4",
imageAlt: "Burqa collection",
},
{
@@ -267,7 +267,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=4",
imageAlt: "Hijab collection",
},
{
@@ -279,7 +279,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-wedding-details-lie-table_8353-9645.jpg?_wi=3",
imageAlt: "Prayer sets",
},
{
@@ -291,7 +291,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-grey-hijab-mosque_114579-8828.jpg?_wi=4",
imageAlt: "Niqab collection",
},
{
@@ -303,7 +303,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-set_1203-7559.jpg?_wi=2",
imageAlt: "Fashion collection",
},
{
@@ -315,7 +315,7 @@ const HomePage = () => {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smooth-textured-handkerchief-hanging_23-2149091384.jpg?_wi=5",
imageAlt: "Hijab collection",
},
]}