2 Commits

Author SHA1 Message Date
kudinDmitriyUp
47995ae869 Bob AI: Update New Arrivals with user uploaded images and prices 2026-06-22 20:45:07 +00:00
823ba7b765 Merge version_2_1782160836884 into main
Merge version_2_1782160836884 into main
2026-06-22 20:42:08 +00:00

View File

@@ -8,46 +8,34 @@ import { cls } from "@/lib/utils";
const items = [
{
title: "Essential Tee",
description: "Soft everyday basic",
price: "EGP 450",
imageSrc: "http://img.b2bpic.net/free-photo/backpack-casual-outfit_23-2147710428.jpg"
},
{
title: "Linen Wrap",
description: "Comfortable elegance",
price: "EGP 650",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-happy-attractive-smiling-woman-posing-desert-sand-dressed-white-clothes-wearing-straw-hat-sunglasses-sunset-sunny-summer-day_285396-9209.jpg"
},
{
title: "Silk Midi",
description: "Graceful everyday wear",
title: "Pink Vest & Denim",
description: "Vibrant and casual",
price: "EGP 850",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-woman-girl-model-with-nude-makeup-colorful-summer-pink-hipster-clothes-sunglasses-posing-near-wall-full-length_158538-8875.jpg"
imageSrc: "https://storage.googleapis.com/webild/users/user_3FQrIfsH46ZXs203pLYsRNSULiS/uploaded-1782161036147-slc5hqus.png"
},
{
title: "Classic Trouser",
description: "Tailored for comfort",
price: "EGP 550",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-present-with-citrus-slice-copy-space_23-2148370119.jpg"
title: "Light Pink Shirt",
description: "Breezy everyday wear",
price: "EGP 650",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FQrIfsH46ZXs203pLYsRNSULiS/uploaded-1782161036149-fa69muip.png"
},
{
title: "Cotton Knit",
description: "Soft and breathable",
price: "EGP 400",
imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg"
title: "Burgundy Dress",
description: "Elegant sleeveless design",
price: "EGP 1,200",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FQrIfsH46ZXs203pLYsRNSULiS/uploaded-1782161036150-oyvlbysg.png"
},
{
title: "Neutral Blazer",
description: "Polished layers",
price: "EGP 950",
imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg"
title: "Polka Dot Dress",
description: "Classic off-shoulder",
price: "EGP 1,450",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FQrIfsH46ZXs203pLYsRNSULiS/uploaded-1782161036152-yimktc5l.png"
},
{
title: "Comfort Slip",
description: "Elegant simplicity",
price: "EGP 350",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830422.jpg"
title: "Brown Ruched Top",
description: "Chic asymmetrical fit",
price: "EGP 750",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FQrIfsH46ZXs203pLYsRNSULiS/uploaded-1782161036153-wve9c7cu.png"
}
];