Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-03-21 11:00:48 +00:00

View File

@@ -74,8 +74,26 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
gridVariant="four-items-2x2-equal-grid"
products={[
{
id: "tuscan-leather", name: "Tuscan Leather", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Tuscan Leather perfume bottle", isFavorited: false
},
{
id: "white-oud", name: "White Oud", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "White Oud perfume bottle", isFavorited: false
},
{
id: "bomb-shell", name: "Bomb Shell", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Bomb Shell perfume bottle", isFavorited: false
},
{
id: "poison", name: "Poison", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Poison perfume bottle", isFavorited: false
},
{
id: "white-musk", name: "White Musk", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "White Musk perfume bottle", isFavorited: false
},
{
id: "gucci-rush", name: "Gucci Rush", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Gucci Rush perfume bottle", isFavorited: false
},
{
id: "dior-sauvage", name: "Dior Sauvage", price: "1999 PKR", variant: "Inspired by", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Dior Sauvage perfume bottle", isFavorited: false
},