Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 10:52:54 +00:00

View File

@@ -55,11 +55,11 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382808.jpg", imageAlt: "beautiful woman skincare routine natural" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-promotion-banner-glass-jar-with-open-lid-full-moisturizing-cream-hand_1441-1932.jpg", imageAlt: "luxury moisturizer jar skincare white" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047769.jpg", imageAlt: "facial serum golden bottle skincare" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-cosmetic-lotion-cotton-pad_23-2147649469.jpg", imageAlt: "gentle cleanser gel skincare bottle" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "face mask jar skincare treatment" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-with-cups-with-cream_23-2148317622.jpg", imageAlt: "natural skincare ingredients botanical" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-promotion-banner-glass-jar-with-open-lid-full-moisturizing-cream-hand_1441-1932.jpg?_wi=1", imageAlt: "luxury moisturizer jar skincare white" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047769.jpg?_wi=1", imageAlt: "facial serum golden bottle skincare" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-cosmetic-lotion-cotton-pad_23-2147649469.jpg?_wi=1", imageAlt: "gentle cleanser gel skincare bottle" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=1", imageAlt: "face mask jar skincare treatment" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-leaf-with-cups-with-cream_23-2148317622.jpg?_wi=1", imageAlt: "natural skincare ingredients botanical" },
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -77,7 +77,7 @@ export default function LandingPage() {
{ value: "99%", title: "Natural Ingredients" },
{ value: "50K+", title: "Happy Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-leaf-with-cups-with-cream_23-2148317622.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-leaf-with-cups-with-cream_23-2148317622.jpg?_wi=2"
imageAlt="Natural skincare brand story"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -113,13 +113,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Hydration Boost Moisturizer", price: "$48", variant: "Rich Cream 2 Sizes", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-promotion-banner-glass-jar-with-open-lid-full-moisturizing-cream-hand_1441-1932.jpg", imageAlt: "Hydrating moisturizer cream"},
id: "1", name: "Hydration Boost Moisturizer", price: "$48", variant: "Rich Cream 2 Sizes", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-promotion-banner-glass-jar-with-open-lid-full-moisturizing-cream-hand_1441-1932.jpg?_wi=2", imageAlt: "Hydrating moisturizer cream"},
{
id: "2", name: "Radiance Serum", price: "$64", variant: "Vitamin C Complex 30ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047769.jpg", imageAlt: "Facial radiance serum"},
id: "2", name: "Radiance Serum", price: "$64", variant: "Vitamin C Complex 30ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047769.jpg?_wi=2", imageAlt: "Facial radiance serum"},
{
id: "3", name: "Gentle Purifying Cleanser", price: "$32", variant: "Foaming Formula 200ml", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-cosmetic-lotion-cotton-pad_23-2147649469.jpg", imageAlt: "Gentle facial cleanser"},
id: "3", name: "Gentle Purifying Cleanser", price: "$32", variant: "Foaming Formula 200ml", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-cosmetic-lotion-cotton-pad_23-2147649469.jpg?_wi=2", imageAlt: "Gentle facial cleanser"},
{
id: "4", name: "Renewal Face Mask", price: "$42", variant: "Clay Treatment 100ml", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "Premium face mask treatment"},
id: "4", name: "Renewal Face Mask", price: "$42", variant: "Clay Treatment 100ml", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=2", imageAlt: "Premium face mask treatment"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"