diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c622d..702e712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { tag="Best Sellers" products={[ { - id: "1", name: "Radiant Hydration Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-products-realistic-composition-poster_1284-18210.jpg", imageAlt: "Radiant Hydration Moisturizer" + id: "1", name: "Radiant Hydration Moisturizer — Hydrates for 24 hours", price: "$58 • Dermatologist-tested", imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-products-realistic-composition-poster_1284-18210.jpg", imageAlt: "Radiant Hydration Moisturizer" }, { - id: "2", name: "Luminous Glow Serum", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-product-composition_23-2148955787.jpg", imageAlt: "Luminous Glow Serum" + id: "2", name: "Luminous Glow Serum — Clinically proven brightening", price: "$72 • Advanced anti-aging formula", imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-product-composition_23-2148955787.jpg", imageAlt: "Luminous Glow Serum" }, { - id: "3", name: "Purifying Wellness Mask", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg", imageAlt: "Purifying Wellness Mask" + id: "3", name: "Purifying Wellness Mask — Deep cleansing detox", price: "$48 • 100% natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg", imageAlt: "Purifying Wellness Mask" } ]} gridVariant="three-columns-all-equal-width"