From 3b2bb9d0ada8db1b80c4b55bd5b80a9e444e951c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 17:25:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c9e0a..3f59a5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,28 +17,24 @@ export default function LandingPage() { return (
@@ -172,16 +114,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - description="Clinically proven results for your skin barrier." + description="Elevating your daily beauty ritual with proven care." metrics={[ - { - id: "m1", value: "95%", title: "Improved Hydration", description: "Across clinical trials.", imageSrc: "http://img.b2bpic.net/free-photo/drag-person-putting-makeup_23-2149256321.jpg"}, - { - id: "m2", value: "98%", title: "Dermatologist Approved", description: "Highly trusted formulas.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hydro-alcoholic-gel-with-copy-space_23-2148775333.jpg"}, - { - id: "m3", value: "100%", title: "Customer Satisfaction", description: "Loved by our global community.", imageSrc: "http://img.b2bpic.net/free-photo/adult-male-getting-hair-loss-treatment_23-2149152771.jpg"}, + { id: "m1", value: "98%", title: "Glow Index", description: "Visible radiance improvement.", imageSrc: "http://img.b2bpic.net/free-photo/skincare-product-splash_23-2149504720.jpg" }, + { id: "m2", value: "100%", title: "Chic Appeal", description: "Loved for style & performance.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-texture_23-2149504730.jpg" }, ]} - title="Proven Results" + title="Proven Glow" /> @@ -189,64 +127,31 @@ export default function LandingPage() {