From e2c57b0f642af5f4eb9413ffa74c2792d353c38e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:49:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a53a52..45decb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cosmetics-yellow-background_23-2148549110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cosmetics-yellow-background_23-2148549110.jpg?_wi=1" imageAlt="Premium cosmetics and beauty products showcase" mediaAnimation="blur-reveal" imagePosition="right" @@ -81,10 +81,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "product-1", name: "Luminous Foundation", price: "$48.00", variant: "Natural Beige", imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-brushes_23-2149705553.jpg", imageAlt: "Luminous Foundation - Natural Beige" + id: "product-1", name: "Luminous Foundation", price: "$48.00", variant: "Natural Beige", imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-brushes_23-2149705553.jpg?_wi=1", imageAlt: "Luminous Foundation - Natural Beige" }, { - id: "product-2", name: "Velvet Lipstick", price: "$32.00", variant: "Crimson Rose", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166725.jpg", imageAlt: "Velvet Lipstick - Crimson Rose" + id: "product-2", name: "Velvet Lipstick", price: "$32.00", variant: "Crimson Rose", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166725.jpg?_wi=1", imageAlt: "Velvet Lipstick - Crimson Rose" }, { id: "product-3", name: "Radiance Serum", price: "$65.00", variant: "Vitamin C Complex", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232252.jpg", imageAlt: "Radiance Serum - Vitamin C Complex" @@ -106,15 +106,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "100% Cruelty-Free", description: "No animal testing. All products are ethically sourced and produced with respect for all beings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-brushes_23-2149705553.jpg", imageAlt: "Cruelty-free certification" + title: "100% Cruelty-Free", description: "No animal testing. All products are ethically sourced and produced with respect for all beings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-brushes_23-2149705553.jpg?_wi=2", imageAlt: "Cruelty-free certification" }, { id: 2, - title: "Premium Ingredients", description: "We use only the finest natural and scientifically-proven ingredients for maximum efficacy.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-yellow-background_23-2148549110.jpg", imageAlt: "Premium quality ingredients" + title: "Premium Ingredients", description: "We use only the finest natural and scientifically-proven ingredients for maximum efficacy.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-yellow-background_23-2148549110.jpg?_wi=2", imageAlt: "Premium quality ingredients" }, { id: 3, - title: "Expert Dermatologists", description: "Every formula is tested and approved by leading dermatologists for safety and results.", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166725.jpg", imageAlt: "Dermatologist approved" + title: "Expert Dermatologists", description: "Every formula is tested and approved by leading dermatologists for safety and results.", imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166725.jpg?_wi=2", imageAlt: "Dermatologist approved" } ]} containerClassName="py-16 lg:py-24" -- 2.49.1