Update src/app/page.tsx

This commit is contained in:
2026-03-08 09:06:17 +00:00
parent 6ca9d81bb0
commit a0a3068087

View File

@@ -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: "#" }]}