From b5b9ddf031dfb8f49eab64f876852547a912a36c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:04:50 +0000 Subject: [PATCH] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 186 +++++++-------------------------------- 1 file changed, 31 insertions(+), 155 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 017aaec..2628569 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { console.log(value)", + label: "Category", options: [ + "All", "Cotton", "Organic Cotton", "Linen", "Rayon", "Viscose", "Polyester", "Silk", "Mulberry Silk", "Chiffon", "Georgette", "Crepe", "Satin", "Velvet", "Denim", "Twill", "Poplin", "Canvas", "Jute", "Khadi", "Wool", "Cashmere", "Acrylic", "Spandex", "Lycra", "Nylon", "Fleece", "Corduroy", "Jacquard", "Brocade", "Organza", "Net Fabric", "Muslin", "Flannel", "Chambray", "Terry Cloth"], + selected: "All", onChange: (value) => console.log(value), }, ]} /> @@ -169,59 +81,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "sample-pack", - title: "Sample Pack", - price: "$19", - period: "one-time", - features: [ - "5 Fabric Swatches", - "Full Specifications", - "Color Card", - "Free Shipping", - ], + id: "sample-pack", title: "Sample Pack", price: "$19", period: "one-time", features: [ + "5 Fabric Swatches", "Full Specifications", "Color Card", "Free Shipping"], button: { - text: "Order Samples", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914987.jpg", - imageAlt: "Fabric sample swatches", - }, + text: "Order Samples", href: "/contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914987.jpg", imageAlt: "Fabric sample swatches"}, { - id: "small-batch", - title: "Small Batch Orders", - price: "Custom", - period: "per meter", - features: [ - "Min. 50 meters", - "Standard Lead Time", - "Volume Discount", - "Dedicated Support", - ], + id: "small-batch", title: "Small Batch Orders", price: "Custom", period: "per meter", features: [ + "Min. 50 meters", "Standard Lead Time", "Volume Discount", "Dedicated Support"], button: { - text: "Inquire Now", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/canvas-cotton-textures_74190-7649.jpg", - imageAlt: "Small roll of fabric", - }, + text: "Inquire Now", href: "/contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/canvas-cotton-textures_74190-7649.jpg", imageAlt: "Small roll of fabric"}, { - id: "bulk-production", - title: "Bulk Production", - price: "Custom", - period: "per meter", - features: [ - "Min. 500 meters", - "Expedited Lead Time", - "Significant Volume Discount", - "Priority Customer Service", - ], + id: "bulk-production", title: "Bulk Production", price: "Custom", period: "per meter", features: [ + "Min. 500 meters", "Expedited Lead Time", "Significant Volume Discount", "Priority Customer Service"], button: { - text: "Get Bulk Quote", - href: "/contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/indigo-blue-fabric_53876-90778.jpg", - imageAlt: "Large fabric rolls", - }, + text: "Get Bulk Quote", href: "/contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/indigo-blue-fabric_53876-90778.jpg", imageAlt: "Large fabric rolls"}, ]} title="Flexible Pricing & Bulk Inquiry" description="Choose the best plan for your textile needs, whether for small batches or large-scale production. Contact us for custom quotes." -- 2.49.1