3 Commits

Author SHA1 Message Date
bf6f1cf661 Merge version_4 into main
Merge version_4 into main
2026-03-21 11:00:47 +00:00
558b231257 Update src/app/page.tsx 2026-03-21 11:00:43 +00:00
f7f9a78cdf Merge version_2 into main
Merge version_2 into main
2026-03-21 10:16:36 +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
},