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-21 06:16:11 +00:00

View File

@@ -59,12 +59,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg", imageAlt: "luxury skincare serum bottle glass blue" },
{ imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg?_wi=1", imageAlt: "luxury skincare serum bottle glass blue" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg", imageAlt: "woman skincare routine luxury spa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016617.jpg", imageAlt: "luxury serum bottle dropper application" },
{ imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg", imageAlt: "luxury moisturizer cream jar glass" },
{ imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg", imageAlt: "luxury face cleanser bottle premium" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg", imageAlt: "luxury face mask jar premium packaging" }
{ imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg?_wi=1", imageAlt: "luxury moisturizer cream jar glass" },
{ imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg?_wi=1", imageAlt: "luxury face cleanser bottle premium" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg?_wi=1", imageAlt: "luxury face mask jar premium packaging" }
]}
mediaAnimation="slide-up"
/>
@@ -131,16 +131,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "serum-1", name: "Luminous Brightening Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg", imageAlt: "luxury skincare serum bottle glass blue"
id: "serum-1", name: "Luminous Brightening Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-amber-glass-dropper-bottle_632498-25164.jpg?_wi=2", imageAlt: "luxury skincare serum bottle glass blue"
},
{
id: "moisturizer-1", name: "Hydra Rich Facial Moisturizer", price: "$74.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg", imageAlt: "luxury moisturizer cream jar glass"
id: "moisturizer-1", name: "Hydra Rich Facial Moisturizer", price: "$74.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047743.jpg?_wi=2", imageAlt: "luxury moisturizer cream jar glass"
},
{
id: "cleanser-1", name: "Gentle Silk Cleanser", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg", imageAlt: "luxury face cleanser bottle premium"
id: "cleanser-1", name: "Gentle Silk Cleanser", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/foundation-with-dark-background_23-2148978146.jpg?_wi=2", imageAlt: "luxury face cleanser bottle premium"
},
{
id: "mask-1", name: "Revitalizing Bio-Cellulose Mask", price: "$64.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg", imageAlt: "luxury face mask jar premium packaging"
id: "mask-1", name: "Revitalizing Bio-Cellulose Mask", price: "$64.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-beauty-routine-with-golden-eye-patches_23-2150166462.jpg?_wi=2", imageAlt: "luxury face mask jar premium packaging"
}
]}
gridVariant="four-items-2x2-equal-grid"