From 5a1285f785ec208792909ff643f283bdff6f0977 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 01:06:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c18e6..9bb8c98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,16 +144,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "metric-1", value: "6-8 Weeks", title: "Visible Results Timeline", description: "Most users report initial hair growth within 6-8 weeks of consistent use." + id: "metric-1", value: "6-8 Weeks", title: "Visible Results Timeline", description: "Most users report initial hair growth within 6-8 weeks of consistent use.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-skincare-products-arrangement_23-2149249526.jpg", imageAlt: "luxury minoxidyl bottle premium packaging dark background" }, { - id: "metric-2", value: "3-4 Months", title: "Maximum Growth Period", description: "Optimal results typically achieved after 3-4 months of daily application." + id: "metric-2", value: "3-4 Months", title: "Maximum Growth Period", description: "Optimal results typically achieved after 3-4 months of daily application.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-model-posing-with-photo-frame_1187-5661.jpg", imageAlt: "before after hair transformation results dramatic improvement" }, { - id: "metric-3", value: "98%", title: "Customer Satisfaction", description: "Our customers rate LuxeHair with exceptional satisfaction and loyalty." + id: "metric-3", value: "98%", title: "Customer Satisfaction", description: "Our customers rate LuxeHair with exceptional satisfaction and loyalty.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientist-looking-tube_23-2148969956.jpg", imageAlt: "minoxidyl formula liquid serum scientific beaker chemistry" }, { - id: "metric-4", value: "95%", title: "Retention Rate", description: "Hair growth retention remains strong with continued use as directed." + id: "metric-4", value: "95%", title: "Retention Rate", description: "Hair growth retention remains strong with continued use as directed.", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-doctor-with-syringe-sleeping-grey_114579-36785.jpg", imageAlt: "dermatologist hair specialist professional consultation examination" } ]} /> -- 2.49.1