Bob AI: Updated products section with IMORA BÈAUTY best sellers

This commit is contained in:
kudinDmitriyUp
2026-06-21 19:31:00 +00:00
parent 332c870221
commit fa163226b9

View File

@@ -8,27 +8,11 @@ export default function ProductsSection(): React.JSX.Element {
return (
<div id="products" data-section="products">
<ProductMediaCards
tag="Our Collection"
title="Our Signature Collection"
description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available."
products={[
{
name: "Hydrating Moisturizer",
price: "$68",
imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image2.webp",
},
{
name: "Radiance Serum",
price: "$85",
imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image3.webp",
},
{
name: "Purifying Face Mask",
price: "$52",
imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image1.webp",
},
]}
/>
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"}]}
/>
</div>
);
}