From fa163226b9bb3dab506c47abc46a24bf2d0ffac6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 19:31:00 +0000 Subject: [PATCH] =?UTF-8?q?Bob=20AI:=20Updated=20products=20section=20with?= =?UTF-8?q?=20IMORA=20B=C3=88AUTY=20best=20sellers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/HomePage/sections/Products.tsx | 26 +++++------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/src/pages/HomePage/sections/Products.tsx b/src/pages/HomePage/sections/Products.tsx index e6688d5..67a2316 100644 --- a/src/pages/HomePage/sections/Products.tsx +++ b/src/pages/HomePage/sections/Products.tsx @@ -8,27 +8,11 @@ export default function ProductsSection(): React.JSX.Element { return (
+ tag="NEW" + title="Best Sellers" + description="Discover our carefully curated luxury cosmetics and beauty essentials designed to celebrate confidence, individuality, and self-expression." + products={[{"name":"Luminous Foundation","price":"$68","imageSrc":"https://images.unsplash.com/photo-1596462502278-27bfdc403348?q=80&w=800&auto=format&fit=crop"},{"name":"Velvet Matte Lipstick","price":"$45","imageSrc":"https://images.unsplash.com/photo-1586495777744-4413f21062fa?q=80&w=800&auto=format&fit=crop"},{"name":"Radiance Glow Serum","price":"$85","imageSrc":"https://images.unsplash.com/photo-1620916566398-39f1143ab7be?q=80&w=800&auto=format&fit=crop"}]} + />
); }