From 47995ae8695e70eb2d3c003cae0d73adfdc5c248 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 20:45:07 +0000 Subject: [PATCH] Bob AI: Update New Arrivals with user uploaded images and prices --- src/pages/HomePage/sections/Arrivals.tsx | 50 +++++++++--------------- 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/src/pages/HomePage/sections/Arrivals.tsx b/src/pages/HomePage/sections/Arrivals.tsx index 672fd24..2bb2698 100644 --- a/src/pages/HomePage/sections/Arrivals.tsx +++ b/src/pages/HomePage/sections/Arrivals.tsx @@ -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" } ]; -- 2.49.1