{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"ecommerce-ecommerce-shipping-returns-full-text","type":"registry:block","title":"Full Text","files":[{"path":"components/blocks/ecommerce/ecommerce-shipping-returns/full-text.tsx","content":"export default function ShippingReturnsFullText() {\n  return (\n    <section className=\"w-full px-4 py-8 md:py-12\">\n      <div className=\"mx-auto max-w-4xl\">\n        <div className=\"space-y-8\">\n          {/* Header */}\n          <div className=\"space-y-4 text-center\">\n            <h2 className=\"text-3xl font-bold tracking-tight sm:text-4xl\">\n              Shipping & Returns\n            </h2>\n            <p className=\"text-muted-foreground mx-auto max-w-2xl text-lg\">\n              We want you to love your purchase. Here&apos;s everything you need\n              to know about our shipping and return policies.\n            </p>\n          </div>\n\n          {/* Shipping Policy */}\n          <div className=\"space-y-6\">\n            <h3 className=\"text-2xl font-semibold tracking-tight\">\n              Shipping Information\n            </h3>\n\n            <div className=\"text-muted-foreground space-y-4 leading-relaxed\">\n              <p>\n                We offer fast and reliable shipping to ensure your order reaches\n                you quickly and safely. All orders are processed within 1-2\n                business days, and you&apos;ll receive a tracking number via\n                email once your order ships.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">\n                  Free Standard Shipping:\n                </strong>{\" \"}\n                Available on all orders over $75. Standard shipping typically\n                takes 3-7 business days depending on your location.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">Express Shipping:</strong>{\" \"}\n                Need your order faster? Choose express shipping at checkout for\n                delivery within 1-3 business days. Express shipping rates start\n                at $12.99.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">\n                  International Shipping:\n                </strong>{\" \"}\n                We ship worldwide! International orders typically arrive within\n                7-14 business days. Please note that customs fees and import\n                duties may apply and are the responsibility of the customer.\n              </p>\n\n              <p>\n                Orders placed after 2 PM EST will be processed the following\n                business day. We don&apos;t ship on weekends or holidays, but\n                we&apos;ll get your order out as soon as possible.\n              </p>\n            </div>\n          </div>\n\n          {/* Returns Policy */}\n          <div className=\"space-y-6\">\n            <h3 className=\"text-2xl font-semibold tracking-tight\">\n              Returns & Exchanges\n            </h3>\n\n            <div className=\"text-muted-foreground space-y-4 leading-relaxed\">\n              <p>\n                Your satisfaction is our priority. If you&apos;re not completely\n                happy with your purchase, we offer a hassle-free 30-day return\n                policy. Items must be returned in their original condition with\n                all tags attached.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">How to Return:</strong>{\" \"}\n                Simply contact our customer service team at returns@example.com\n                or use our online return portal. We&apos;ll provide you with a\n                prepaid return label and detailed instructions.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">Refund Processing:</strong>{\" \"}\n                Once we receive your return, we&apos;ll inspect the item and\n                process your refund within 3-5 business days. Refunds will be\n                issued to your original payment method.\n              </p>\n\n              <p>\n                <strong className=\"text-foreground\">Exchanges:</strong> Want a\n                different size or color? We&apos;re happy to help! Contact us\n                within 30 days of purchase, and we&apos;ll arrange an exchange.\n                If there&apos;s a price difference, we&apos;ll either refund the\n                difference or send you a secure payment link.\n              </p>\n\n              <p>\n                Please note that personalized or custom items cannot be returned\n                unless there&apos;s a defect or error on our part. Sale items\n                are final sale and cannot be returned or exchanged.\n              </p>\n            </div>\n          </div>\n\n          {/* Contact Information */}\n          <div className=\"space-y-6 border-t pt-8\">\n            <h3 className=\"text-2xl font-semibold tracking-tight\">\n              Questions?\n            </h3>\n\n            <div className=\"text-muted-foreground space-y-4 leading-relaxed\">\n              <p>\n                Our customer service team is here to help! If you have any\n                questions about shipping, returns, or your order, don&apos;t\n                hesitate to reach out.\n              </p>\n\n              <div className=\"space-y-2\">\n                <p>\n                  <strong className=\"text-foreground\">Email:</strong>{\" \"}\n                  support@example.com\n                </p>\n                <p>\n                  <strong className=\"text-foreground\">Phone:</strong>{\" \"}\n                  1-800-123-4567\n                </p>\n                <p>\n                  <strong className=\"text-foreground\">Hours:</strong> Monday -\n                  Friday, 9 AM - 6 PM EST\n                </p>\n              </div>\n\n              <p>\n                We typically respond to emails within 24 hours and are committed\n                to making your shopping experience as smooth as possible.\n              </p>\n            </div>\n          </div>\n        </div>\n      </div>\n    </section>\n  );\n}\n","type":"registry:component","target":"components/blocks/ecommerce/ecommerce-shipping-returns/full-text.tsx"}],"description":"A full text panel covering delivery times, costs, and the returns process in plain prose. Use on a dedicated policy page where shoppers expect complete detail."}