From b93a98f5cb3e422f78d83fd7c180143239db1e63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:49:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45decb9..b9e6ab8 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cosmetics-yellow-background_23-2148549110.jpg" 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Dermatologist approved" } ]} containerClassName="py-16 lg:py-24" @@ -165,7 +165,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg" imageAlt="LuxeGlow beauty store interior" useInvertedBackground={false} - containerClassName="py-16 lg:py-24" + buttonContainerClassName="py-16 lg:py-24" /> -- 2.49.1