Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 12:49:07 +00:00

View File

@@ -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"