From cbe38dd2c3f5e95884c72b2171dcc342f3833e0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:07:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e56b2f7..ef100ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,11 +16,11 @@ export default function LandingPage() { return ( @@ -107,7 +105,7 @@ export default function LandingPage() { { id: "5", value: "Thoughtful", description: "Elastic waistband with drawstring and fly" }, { id: "6", value: "Versatile", description: "Polished enough for any occasion" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -144,19 +142,16 @@ export default function LandingPage() { tag="Shop The Collection" products={[ { - id: "natural", brand: "PantsByBasics", name: "Natural Linen Lowers", price: "₹4,999", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "natural cream beige linen pants flat lay display" + id: "natural", brand: "PantsByBasics", name: "Natural Linen Lowers", price: "₹4,999", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "natural cream beige linen pants flat lay display" }, { - id: "olive", brand: "PantsByBasics", name: "Olive Linen Lowers", price: "₹4,999", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "olive green linen pants flat lay premium display" + id: "olive", brand: "PantsByBasics", name: "Olive Linen Lowers", price: "₹4,999", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "olive green linen pants flat lay premium display" }, { - id: "combo", brand: "PantsByBasics", name: "Comfort Duo Bundle", price: "₹8,499", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "linen pants bundle two colors natural olive display" + id: "combo", brand: "PantsByBasics", name: "Comfort Duo Bundle", price: "₹8,499", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "linen pants bundle two colors natural olive display" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} animationType="scale-rotate" -- 2.49.1