From 558b2312571c2263fd5e70b188cc8e405b09fd83 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 11:00:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1652f5c..51c0d27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }, -- 2.49.1