diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb8c98..db7643b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-skincare-products-arrangement_23-2149249526.jpg", imageAlt: "luxury minoxidyl bottle premium packaging dark background" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-skincare-products-arrangement_23-2149249526.jpg?_wi=1", imageAlt: "luxury minoxidyl bottle premium packaging dark background" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-model-posing-with-photo-frame_1187-5661.jpg", imageAlt: "before after hair transformation results dramatic improvement" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-model-posing-with-photo-frame_1187-5661.jpg?_wi=1", imageAlt: "before after hair transformation results dramatic improvement" } ]} mediaAnimation="opacity" @@ -90,10 +90,10 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "feature-1", title: "Advanced Formula", description: "Our proprietary minoxidyl blend delivers superior penetration and absorption for maximum effectiveness.", tag: "Science-Backed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientist-looking-tube_23-2148969956.jpg", imageAlt: "minoxidyl formula liquid serum scientific beaker chemistry" + id: "feature-1", title: "Advanced Formula", description: "Our proprietary minoxidyl blend delivers superior penetration and absorption for maximum effectiveness.", tag: "Science-Backed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-scientist-looking-tube_23-2148969956.jpg?_wi=1", imageAlt: "minoxidyl formula liquid serum scientific beaker chemistry" }, { - id: "feature-2", title: "Dermatologist Approved", description: "Rigorously tested and recommended by leading dermatologists for safety and efficacy.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-doctor-with-syringe-sleeping-grey_114579-36785.jpg", imageAlt: "dermatologist hair specialist professional consultation examination" + id: "feature-2", title: "Dermatologist Approved", description: "Rigorously tested and recommended by leading dermatologists for safety and efficacy.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-doctor-with-syringe-sleeping-grey_114579-36785.jpg?_wi=1", imageAlt: "dermatologist hair specialist professional consultation examination" }, { id: "feature-3", title: "Luxury Packaging", description: "Premium glass bottle with ergonomic applicator designed for daily use with elegance.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg", imageAlt: "luxury glass bottle ergonomic dropper applicator elegant design" @@ -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.", 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-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?_wi=2", 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.", 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-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?_wi=2", 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.", 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-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?_wi=2", 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.", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-doctor-with-syringe-sleeping-grey_114579-36785.jpg", imageAlt: "dermatologist hair specialist professional consultation examination" + 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?_wi=2", imageAlt: "dermatologist hair specialist professional consultation examination" } ]} />