{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"ecommerce-ecommerce-shipping-returns-split-columns","type":"registry:block","title":"Split Columns","files":[{"path":"components/blocks/ecommerce/ecommerce-shipping-returns/split-columns.tsx","content":"import {\n  Truck,\n  PackageOpen,\n  Clock,\n  CreditCard,\n  RefreshCw,\n  Calendar,\n  ShieldCheck,\n  HelpCircle,\n} from \"lucide-react\";\n\nexport default function ShippingReturnsSplitColumns() {\n  return (\n    <div className=\"px-4 py-8 md:py-12\">\n      <div className=\"container mx-auto\">\n        <div className=\"grid grid-cols-1 gap-8 md:grid-cols-2 md:gap-12\">\n          {/* Shipping Information Column */}\n          <div className=\"space-y-6\">\n            <h2 className=\"text-2xl font-bold tracking-tight md:text-3xl\">\n              Shipping Information\n            </h2>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <Truck className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Delivery Options</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  Standard shipping (3-5 business days), Express shipping (1-2\n                  business days), and Same-day delivery available for select\n                  areas.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <Clock className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Processing Time</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  Orders are processed within 24 hours of being placed.\n                  You&apos;ll receive a confirmation email with tracking\n                  information once your order ships.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <CreditCard className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Shipping Costs</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  Free standard shipping on orders over $50. Express shipping\n                  and international delivery available at additional cost\n                  calculated at checkout.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <PackageOpen className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">International Shipping</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  We ship to over 50 countries worldwide. International orders\n                  may be subject to customs duties and taxes upon arrival.\n                </p>\n              </div>\n            </div>\n          </div>\n\n          {/* Returns & Exchanges Column */}\n          <div className=\"space-y-6\">\n            <h2 className=\"text-2xl font-bold tracking-tight md:text-3xl\">\n              Returns & Exchanges\n            </h2>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <RefreshCw className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Return Policy</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  We offer a 30-day satisfaction guarantee. If you&apos;re not\n                  completely satisfied with your purchase, you can return it for\n                  a full refund or exchange.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <Calendar className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Return Process</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  To initiate a return, log into your account and follow the\n                  return instructions, or contact our customer service team.\n                  Return shipping labels are provided free of charge.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <ShieldCheck className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Condition Requirements</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  Items must be returned in original condition with tags\n                  attached and in original packaging. Used or damaged items may\n                  not be eligible for a full refund.\n                </p>\n              </div>\n            </div>\n\n            <div className=\"flex items-start gap-3\">\n              <div className=\"bg-muted mt-1 rounded-md p-2\">\n                <HelpCircle className=\"text-muted-foreground h-5 w-5\" />\n              </div>\n              <div>\n                <h3 className=\"text-lg font-medium\">Exceptions</h3>\n                <p className=\"text-muted-foreground mt-1\">\n                  Certain items like personalized products, intimate apparel,\n                  and final sale items cannot be returned or exchanged. See our\n                  full policy for details.\n                </p>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/ecommerce/ecommerce-shipping-returns/split-columns.tsx"}],"description":"A split column layout that places shipping on one side and returns on the other. Lets customers compare delivery and refund terms in one quick glance.","dependencies":["lucide-react"]}