{"id":5457,"date":"2026-04-25T07:15:43","date_gmt":"2026-04-25T07:15:43","guid":{"rendered":"https:\/\/dprintingconcepts.com\/?page_id=5457"},"modified":"2026-07-23T08:23:11","modified_gmt":"2026-07-23T08:23:11","slug":"packaging-box-printing","status":"publish","type":"page","link":"https:\/\/dprintingconcepts.com\/?page_id=5457","title":{"rendered":"Packaging &#038; Box Printing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5457\" class=\"elementor elementor-5457\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3c3da9b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3c3da9b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b540bc\" data-id=\"3b540bc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38f8b02 elementor-widget elementor-widget-shortcode\" data-id=\"38f8b02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Packaging & Box Printing in Lahore \u2013 Custom Branded Boxes | D Printing Concepts<\/title>\n    <meta name=\"description\" content=\"Custom packaging and box printing in Lahore. High-quality branded boxes, product labels, and cosmetic packaging with premium finishes for retail and ecommerce.\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-blue: #004182;\n            --secondary-blue: #002d5a;\n            --accent-green: #28a745;\n            --accent-green-hover: #218838;\n            --text-dark: #333333;\n            --text-gray: #666666;\n            --bg-light: #f8f9fa;\n            --white: #ffffff;\n            --shadow: 0 10px 30px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }\n        body { color: var(--text-dark); line-height: 1.6; background-color: var(--white); }\n\n        .container { width: 90%; max-width: 1200px; margin: 0 auto; }\n        .btn { display: inline-block; padding: 12px 30px; border-radius: 4px; font-weight: 500; text-decoration: none; transition: var(--transition); cursor: pointer; font-size: 15px; border: none; text-align: center; }\n        .btn-green { background-color: var(--accent-green); color: var(--white); }\n        .btn-green:hover { background-color: var(--accent-green-hover); transform: translateY(-2px); }\n        .btn-white { background-color: var(--white); color: var(--primary-blue); }\n\n        .section-padding { padding: 80px 0; }\n        .text-center { text-align: center; }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(rgba(0, 45, 90, 0.85), rgba(0, 45, 90, 0.9)), url('https:\/\/images.unsplash.com\/photo-1589939705384-5185138a047a?auto=format&fit=crop&q=80&w=2000');\n            background-size: cover;\n            background-position: center;\n            padding: 140px 0;\n            color: var(--white);\n            text-align: center;\n        }\n\n        .hero h1 { font-size: clamp(34px, 6vw, 52px); font-weight: 800; margin-bottom: 20px; color: var(--white); letter-spacing: -0.5px; }\n        .hero p { font-size: 19px; margin-bottom: 30px; opacity: 0.95; max-width: 850px; margin-left: auto; margin-right: auto; }\n        \n        .hero-features { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; list-style: none; }\n        .hero-features li { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 30px; font-size: 14px; border: 1px solid rgba(255,255,255,0.2); }\n\n        .hero-btns { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }\n\n        \/* Intro Section *\/\n        .intro-section { background-color: var(--white); }\n        .intro-section h2 { color: var(--primary-blue); font-size: 34px; margin-bottom: 25px; font-weight: 700; }\n        .intro-text-wrapper { max-width: 900px; margin: 0 auto; text-align: center; }\n        .intro-section p { color: var(--text-gray); margin-bottom: 20px; font-size: 17px; line-height: 1.8; }\n\n        \/* Packaging Types Cards *\/\n        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }\n        .service-card { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); border: 1px solid #eee; display: flex; flex-direction: column; }\n        .service-card:hover { transform: translateY(-10px); }\n        .service-content { padding: 30px; flex-grow: 1; }\n        .service-content h3 { color: var(--primary-blue); margin-bottom: 15px; font-size: 20px; font-weight: 700; }\n        .service-content p { font-size: 14px; color: var(--text-gray); }\n\n        \/* Materials Section *\/\n        .material-section { background-color: var(--bg-light); }\n        .material-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 50px; }\n        .material-box h4 { color: var(--primary-blue); margin-bottom: 20px; font-size: 22px; border-bottom: 2px solid var(--accent-green); display: inline-block; padding-bottom: 5px; }\n        .material-list { list-style: none; }\n        .material-list li { margin-bottom: 15px; padding-left: 30px; position: relative; }\n        .material-list li::before { content: \"\u2714\"; position: absolute; left: 0; color: var(--accent-green); font-weight: bold; }\n        .material-list strong { color: var(--secondary-blue); display: block; margin-bottom: 2px; }\n        .material-list span { font-size: 14px; color: var(--text-gray); }\n\n        \/* Brand Support Section *\/\n        .brand-section { background-color: var(--white); border-top: 1px solid #eee; }\n        .brand-flex { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; margin-top: 40px; }\n        .brand-text { flex: 1; min-width: 300px; }\n        .brand-text h3 { color: var(--primary-blue); margin-bottom: 20px; font-size: 28px; }\n\n        \/* Process Section *\/\n        .process-section { background-color: var(--secondary-blue); color: var(--white); }\n        .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 50px; }\n        .process-step { text-align: center; position: relative; }\n        .step-number { width: 60px; height: 60px; background: var(--accent-green); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin: 0 auto 20px; }\n        .process-step h4 { margin-bottom: 10px; font-size: 18px; color: var(--white); }\n        .process-step p { font-size: 13px; opacity: 0.8; }\n\n        \/* FAQ Section *\/\n        .faq-container { max-width: 850px; margin: 40px auto 0; }\n        .faq-item { border: 1px solid #e0e0e0; margin-bottom: 12px; border-radius: 6px; background: var(--white); overflow: hidden; }\n        .faq-question { padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 16px; color: var(--primary-blue); transition: var(--transition); }\n        .faq-question:hover { background-color: #f0f7ff; }\n        .faq-answer { padding: 0 25px; max-height: 0; overflow: hidden; transition: all 0.4s ease-out; color: var(--text-gray); font-size: 15px; line-height: 1.8; }\n        .faq-item.active .faq-answer { padding: 10px 25px 25px; max-height: 500px; }\n        .faq-item.active .faq-question { border-bottom: 1px solid #f0f0f0; background-color: #f0f7ff; }\n\n        \/* CTA Banner *\/\n        .cta-banner { background: linear-gradient(rgba(0, 65, 130, 0.95), rgba(0, 65, 130, 0.95)), url('https:\/\/images.unsplash.com\/photo-1530533718455-296051562635?auto=format&fit=crop&q=80&w=2000'); background-size: cover; color: var(--white); padding: 80px 0; text-align: center; }\n        .cta-banner h2 { font-size: 36px; margin-bottom: 15px; font-weight: 700; color: var(--white); }\n        .cta-banner .btn-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }\n\n        \/* WhatsApp Float *\/\n        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: white; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; box-shadow: 0 5px 15px rgba(0,0,0,0.2); z-index: 1000; font-size: 15px; display: flex; align-items: center; gap: 10px; }\n\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 32px; }\n            .hero-btns { flex-direction: column; padding: 0 40px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Packaging & Box Printing in Lahore<\/h1>\n            <p>We produce custom printed packaging that protects your product and helps it stand out on shelves and online. From ecommerce mailers to luxury cosmetic boxes, we bring your brand to life with professional design and quality printing.<\/p>\n            <ul class=\"hero-features\">\n                <li>\u2705 Custom Boxes & Sleeves<\/li>\n                <li>\u2705 Product Labels & Stickers<\/li>\n                <li>\u2705 Cosmetic & Food Grade Packaging<\/li>\n                <li>\u2705 Professional Die-line & Print Support<\/li>\n            <\/ul>\n            <div class=\"hero-btns\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">Request Packaging Quote<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" target=\"_blank\" rel=\"noopener\">Share Product Details on WhatsApp<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Intro & Value -->\n    <section class=\"section-padding intro-section\">\n        <div class=\"container\">\n            <div class=\"intro-text-wrapper\">\n                <h2>The Silent Salesman of Your Brand<\/h2>\n                <p>Packaging is much more than just a container; it is the first physical touchpoint your customer has with your brand. In the competitive retail and ecommerce landscape of Pakistan, professional packaging creates a premium \"unboxing\" experience that builds trust and encourages repeat purchases. It is the key bridge between a customer seeing your product and choosing to buy it.<\/p>\n                <p>At D Printing Concepts, we specialize in helping startups and established manufacturers scale their presentation. Whether you need a small run of custom boxes for a new launch or high-volume production for retail distribution, we handle the technical complexities of die-lines, structural integrity, and color accuracy. Our mission is to align your packaging perfectly with your overall brand identity.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Types of Packaging -->\n    <section class=\"section-padding\" style=\"background-color: var(--white);\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 50px;\">Packaging Solutions for Every Industry<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>Custom Cardboard Boxes<\/h3>\n                        <p>Durable boxes for retail displays, shipping, and heavy products. We offer various thicknesses to ensure your goods stay safe from factory to doorstep.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>Cosmetic & Personal Care<\/h3>\n                        <p>Elegant, high-finish boxes for skincare, perfumes, and makeup. We use premium coatings and foils to give your beauty brand a luxury shelf presence.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>Food & Bakery Packaging<\/h3>\n                        <p>Food-grade boards for cakes, sweets, takeaway boxes, and fast food. Designed to be functional, grease-resistant, and visually appetizing.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>Product Labels & Stickers<\/h3>\n                        <p>High-quality vinyl and paper labels for jars, bottles, and pouches. Available in various shapes with water-resistant finishes.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>Sleeves & Inserts<\/h3>\n                        <p>Branded paper sleeves for basic boxes and custom inserts that keep your product securely in place while adding a professional layer.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-content\">\n                        <h3>E-commerce Mailers<\/h3>\n                        <p>Branded shipping boxes that survive the rigors of courier handling while keeping your brand front and center upon arrival.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Materials & Finishing -->\n    <section class=\"section-padding material-section\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 50px;\">Premium Materials & Finishes<\/h2>\n            <div class=\"material-grid\">\n                <div class=\"material-box\">\n                    <h4>Material Options<\/h4>\n                    <ul class=\"material-list\">\n                        <li><strong>Duplex & Bleached Board<\/strong><span>Standard for retail product boxes with excellent print clarity.<\/span><\/li>\n                        <li><strong>Kraft Paper<\/strong><span>The go-to for eco-friendly, organic, and rustic brand aesthetics.<\/span><\/li>\n                        <li><strong>Corrugated Cardboard<\/strong><span>Extra strength for shipping boxes and transit packaging.<\/span><\/li>\n                        <li><strong>Specialty Textured Stock<\/strong><span>Luxury papers for high-end gift and jewelry packaging.<\/span><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"material-box\">\n                    <h4>High-End Finishing<\/h4>\n                    <ul class=\"material-list\">\n                        <li><strong>Matt\/Gloss Lamination<\/strong><span>Protective coating that adds durability and a professional sheen.<\/span><\/li>\n                        <li><strong>Spot UV & Gold Foiling<\/strong><span>Premium accents that highlight your logo and catch the light.<\/span><\/li>\n                        <li><strong>Embossing & Debossing<\/strong><span>Tactile 3D effects that make your brand literally stand out.<\/span><\/li>\n                        <li><strong>Die-Cut Windows<\/strong><span>Transparent sections allowing customers to see the product inside.<\/span><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Design Support -->\n    <section class=\"section-padding brand-section\">\n        <div class=\"container\">\n            <div class=\"brand-flex\">\n                <div class=\"brand-text\">\n                    <h3>Design & Branding Expertise<\/h3>\n                    <p>Packaging design requires a unique balance of creativity and engineering. If you already have artwork, we\u2019ll check it against our die-lines for technical accuracy. If you\u2019re starting from scratch, our team can develop the entire packaging structure based on your product dimensions.<\/p>\n                    <p>We pay meticulous attention to the \"small things\" that matter: barcode scannability, legibility of ingredient lists, and ensuring your brand colors remain consistent across different production runs.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process Section -->\n    <section class=\"section-padding process-section\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"margin-bottom: 50px; color: var(--white);\">From Concept to Box<\/h2>\n            <div class=\"process-grid\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Consultation<\/h4>\n                    <p>Product dimensions, material, and quantity.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Die-line Design<\/h4>\n                    <p>Structural layout and artwork placement.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Proofing<\/h4>\n                    <p>Digital proof or dummy sample check.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Production<\/h4>\n                    <p>Offset printing, lamination, and die-cutting.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">5<\/div>\n                    <h4>Delivery<\/h4>\n                    <p>Secure packing and shipment (7\u201321 days).<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 40px;\">Packaging FAQs<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">What is the minimum order for custom printed boxes? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Minimum orders typically start at 500 units for offset printing to remain cost-effective. However, for certain box types, we can offer smaller digital runs for startups.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Can you help design the box from scratch? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Yes! Simply provide us with your product and its dimensions, and our team will create a custom die-line and branding layout for you.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Do you provide samples before full production? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">We provide digital proofs for all orders. Physical dummy samples (unprinted) can be provided to check size and fit before we start the final print run.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Do you ship packaging outside Lahore? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Absolutely. We supply custom packaging to brands all across Pakistan, ensuring your boxes are packed flat to save on shipping costs and prevent damage.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA -->\n    <section class=\"cta-banner\">\n        <div class=\"container\">\n            <h2>Give Your Product the Packaging It Deserves<\/h2>\n            <p>Ready to upgrade your brand? Share your product dimensions and quantity for a custom quote.<\/p>\n            <div class=\"btn-group\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">Get Packaging Quote<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" style=\"margin-left: 15px;\" target=\"_blank\" rel=\"noopener\">Send Product Details on WhatsApp<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WhatsApp Floating Button -->\n    <a href=\"https:\/\/wa.me\/923008413149\" class=\"whatsapp-float\" target=\"_blank\" rel=\"noopener\">\n        <span>Branded Packaging Quote<\/span>\n    <\/a>\n\n    <script>\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentElement;\n                const isActive = item.classList.contains('active');\n                document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n                if (!isActive) item.classList.add('active');\n            });\n        });\n    <\/script>\n<\/body>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; Packaging &amp; Box Printing in Lahore We produce custom printed packaging that protects your product and helps it stand [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5457","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5457"}],"version-history":[{"count":4,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5457\/revisions"}],"predecessor-version":[{"id":5465,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5457\/revisions\/5465"}],"wp:attachment":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}