From 7c244d92dc190d3edabf52405cc0d8b245784803 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:08:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38fe8d1..2899cdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,11 +115,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Hyaluronic Acid Complex", author: "Hydration Expert", description: "Delivers deep moisture to every skin layer, plumping fine lines and enhancing natural radiance for visibly healthier complexion.", tags: ["Hydration", "Anti-Aging"], - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201374.jpg", imageAlt: "Natural ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201374.jpg?_wi=1", imageAlt: "Natural ingredients" }, { id: "2", title: "Botanical Green Tea Extract", author: "Antioxidant Specialist", description: "Rich in polyphenols, this powerful extract protects skin from environmental stressors while soothing inflammation and promoting a clear, youthful glow.", tags: ["Protection", "Clarity"], - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201374.jpg", imageAlt: "Natural ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201374.jpg?_wi=2", imageAlt: "Natural ingredients" } ]} buttons={[{ text: "Explore Ingredients", href: "#" }]} -- 2.49.1