From 2c230090f7163556dc56c4fc688fbe51c6ddedd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 16:22:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 043b387..cbe7eb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "3", name: "Renewal Mask", price: "$52", imageSrc: "https://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "Renewal Mask jar" } - ] + ]} /> @@ -130,7 +130,7 @@ export default function LandingPage() { { id: "3", value: "100%", title: "Clean & Safe Formula", items: ["No harsh chemicals", "Cruelty-free certified", "Vegan ingredients"] } - ] + ]} /> @@ -160,7 +160,7 @@ export default function LandingPage() { id: "4", name: "Lisa Wong", handle: "@lisawongbeauty", testimonial: "Worth every penny. This brand truly understands what real skincare should be. My go-to recommendation now!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Wong" } - ] + ]} /> -- 2.49.1