Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 11:22:35 +00:00

View File

@@ -137,7 +137,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional makeup foundation"
id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=1", imageAlt: "Professional makeup foundation"
},
{
id: "product-2", name: "Luxury Skincare Set", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg", imageAlt: "Luxury skincare cosmetics"
@@ -146,7 +146,7 @@ export default function LandingPage() {
id: "product-3", name: "Makeup Artist Brush Kit", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10028.jpg", imageAlt: "Professional makeup brushes"
},
{
id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional lipstick collection"
id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=2", imageAlt: "Professional lipstick collection"
}
]}
gridVariant="four-items-2x2-equal-grid"