From d4fc7e22ba765f0f564a771027a67e5a1b3909a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 04:48:01 +0000 Subject: [PATCH 1/2] Update src/app/fabrics/page.tsx --- src/app/fabrics/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/fabrics/page.tsx b/src/app/fabrics/page.tsx index ec5272b..4927e52 100644 --- a/src/app/fabrics/page.tsx +++ b/src/app/fabrics/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "f1", name: "Premium Boski Fabric", price: "$250", variant: "Luxurious Silk-Cotton Blend", imageSrc: "http://img.b2bpic.net/free-photo/closeup-texture-soft-silk-fabric_23-2149503460.jpg", imageAlt: "Premium Boski Fabric", rating: 5 }, { id: "f2", name: "Elegant Chiffon Collection", price: "$180", variant: "Lightweight & Flowy", imageSrc: "http://img.b2bpic.net/free-photo/fine-fabric-texture_23-2149303767.jpg", imageAlt: "Elegant Chiffon Collection", rating: 4 }, From d2d818c6f71d0e438a43227126bc6de7425eab99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 04:48:02 +0000 Subject: [PATCH 2/2] Update src/app/wedding/page.tsx --- src/app/wedding/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/wedding/page.tsx b/src/app/wedding/page.tsx index 03d0a4f..8aeecab 100644 --- a/src/app/wedding/page.tsx +++ b/src/app/wedding/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "w1", name: "Bridal Lehenga Set", price: "$2500", variant: "Intricate Hand Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-pakistani-cultural-dress_23-2149565172.jpg", imageAlt: "Bridal Lehenga Set", rating: 5 }, { id: "w2", name: "Groom's Sherwani", price: "$1200", variant: "Classic Velvet with Zari Work", imageSrc: "http://img.b2bpic.net/free-photo/handsome-indian-groom-wearing-sherwani-posing-traditional-ceremony_23-2149864273.jpg", imageAlt: "Groom's Sherwani", rating: 5 },