Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-10 22:00:58 +00:00

View File

@@ -88,10 +88,10 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Midnight Noir", price: "$28", variant: "Classic High-Gloss", imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-flat-lay_23-2148328706.jpg" },
{ id: "2", name: "Ivory Silk", price: "$28", variant: "Matte Sophistication", imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109465.jpg" },
{ id: "3", name: "Rose Quartz", price: "$28", variant: "Sheer Elegance", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-items-arrangement-view_23-2149046506.jpg" },
{ id: "4", name: "Vivid Electric", price: "$28", variant: "Bold Pigment", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345074.jpg" }
{ id: "1", name: "Midnight Noir", price: "$100", variant: "Classic High-Gloss", imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-flat-lay_23-2148328706.jpg" },
{ id: "2", name: "Ivory Silk", price: "$100", variant: "Matte Sophistication", imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109465.jpg" },
{ id: "3", name: "Rose Quartz", price: "$100", variant: "Sheer Elegance", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-items-arrangement-view_23-2149046506.jpg" },
{ id: "4", name: "Vivid Electric", price: "$100", variant: "Bold Pigment", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345074.jpg" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"