Merge version_1 into main #1
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Fabric Catalog",
|
||||
id: "/catalog",
|
||||
},
|
||||
name: "Fabric Catalog", id: "/catalog"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/collection-sale-label-stickers-tags-best-price-high-quality-exclusive-deal-isolated_98292-4500.jpg"
|
||||
logoAlt="Texora Logo"
|
||||
@@ -53,110 +45,30 @@ export default function LandingPage() {
|
||||
layout="page"
|
||||
products={[
|
||||
{
|
||||
id: "p-catalog-1",
|
||||
category: "Cotton",
|
||||
name: "Organic Cotton Jersey",
|
||||
price: "$12.50/meter",
|
||||
rating: 5,
|
||||
reviewCount: "25 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952742.jpg",
|
||||
imageAlt: "Organic Cotton Jersey Fabric",
|
||||
},
|
||||
id: "p-catalog-1", category: "Cotton", name: "Organic Cotton Jersey", price: "$12.50/meter", rating: 5,
|
||||
reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148952742.jpg", imageAlt: "Organic Cotton Jersey Fabric"},
|
||||
{
|
||||
id: "p-catalog-2",
|
||||
category: "Silk",
|
||||
name: "Mulberry Silk Charmeuse",
|
||||
price: "$38.00/meter",
|
||||
rating: 5,
|
||||
reviewCount: "18 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-cloth-lying-fields_23-2148170183.jpg",
|
||||
imageAlt: "Mulberry Silk Charmeuse Fabric",
|
||||
},
|
||||
id: "p-catalog-2", category: "Silk", name: "Mulberry Silk Charmeuse", price: "$38.00/meter", rating: 5,
|
||||
reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-photo/yellow-cloth-lying-fields_23-2148170183.jpg", imageAlt: "Mulberry Silk Charmeuse Fabric"},
|
||||
{
|
||||
id: "p-catalog-3",
|
||||
category: "Linen",
|
||||
name: "Heavy Linen Canvas",
|
||||
price: "$14.99/meter",
|
||||
rating: 4,
|
||||
reviewCount: "32 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tailor-making-home-decoration-close-up_23-2148827125.jpg",
|
||||
imageAlt: "Heavy Linen Canvas Fabric",
|
||||
},
|
||||
id: "p-catalog-3", category: "Linen", name: "Heavy Linen Canvas", price: "$14.99/meter", rating: 4,
|
||||
reviewCount: "32 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tailor-making-home-decoration-close-up_23-2148827125.jpg", imageAlt: "Heavy Linen Canvas Fabric"},
|
||||
{
|
||||
id: "p-catalog-4",
|
||||
category: "Polyester",
|
||||
name: "Digital Print Polyester",
|
||||
price: "$9.25/meter",
|
||||
rating: 4,
|
||||
reviewCount: "15 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-shiny-sequins-surrounded-with-green-reflective-sequins_23-2148051941.jpg",
|
||||
imageAlt: "Digital Print Polyester Fabric",
|
||||
},
|
||||
id: "p-catalog-4", category: "Polyester", name: "Digital Print Polyester", price: "$9.25/meter", rating: 4,
|
||||
reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/golden-shiny-sequins-surrounded-with-green-reflective-sequins_23-2148051941.jpg", imageAlt: "Digital Print Polyester Fabric"},
|
||||
{
|
||||
id: "p-catalog-5",
|
||||
category: "Rayon",
|
||||
name: "Bamboo Rayon Blend",
|
||||
price: "$11.75/meter",
|
||||
rating: 5,
|
||||
reviewCount: "21 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-wool-fabric_53876-33676.jpg",
|
||||
imageAlt: "Bamboo Rayon Blend Fabric",
|
||||
},
|
||||
id: "p-catalog-5", category: "Rayon", name: "Bamboo Rayon Blend", price: "$11.75/meter", rating: 5,
|
||||
reviewCount: "21 reviews", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wool-fabric_53876-33676.jpg", imageAlt: "Bamboo Rayon Blend Fabric"},
|
||||
{
|
||||
id: "p-catalog-6",
|
||||
category: "Denim",
|
||||
name: "Raw Selvedge Denim",
|
||||
price: "$22.00/meter",
|
||||
rating: 5,
|
||||
reviewCount: "12 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-46.jpg",
|
||||
imageAlt: "Raw Selvedge Denim Fabric",
|
||||
},
|
||||
id: "p-catalog-6", category: "Denim", name: "Raw Selvedge Denim", price: "$22.00/meter", rating: 5,
|
||||
reviewCount: "12 reviews", imageSrc: "http://img.b2bpic.net/free-photo/blue-jeans-fabric-details_150588-46.jpg", imageAlt: "Raw Selvedge Denim Fabric"},
|
||||
]}
|
||||
searchPlaceholder="Search fabrics by name..."
|
||||
filters={[
|
||||
{
|
||||
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)",
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user