Update src/app/page.tsx

This commit is contained in:
2026-04-07 06:17:09 +00:00
parent 264f0a97c1
commit ea9d875073

View File

@@ -65,11 +65,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=1",
imageAlt: "Neon Saree Design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=1",
imageAlt: "Gold Jewellery",
},
{
@@ -77,11 +77,11 @@ export default function LandingPage() {
imageAlt: "Cyberpunk Jacket",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plastic-foil_23-2148864918.jpg?_wi=2",
imageAlt: "Neon Saree Design Alt",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490489.jpg?_wi=2",
imageAlt: "Gold Jewellery Alt",
},
]}