{"id":5490,"date":"2026-04-25T08:11:09","date_gmt":"2026-04-25T08:11:09","guid":{"rendered":"https:\/\/dprintingconcepts.com\/?page_id=5490"},"modified":"2026-07-23T08:24:30","modified_gmt":"2026-07-23T08:24:30","slug":"packaging-design","status":"publish","type":"page","link":"https:\/\/dprintingconcepts.com\/?page_id=5490","title":{"rendered":"Packaging Design"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5490\" class=\"elementor elementor-5490\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7569bbd elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7569bbd\" 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-e061a20\" data-id=\"e061a20\" 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-f8e45c0 elementor-widget elementor-widget-shortcode\" data-id=\"f8e45c0\" 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 Design Services in Lahore | Product Packaging Design<\/title>\n    <meta name=\"description\" content=\"Expert product packaging design in Lahore. We create functional, attractive, and print-ready designs for boxes, labels, and pouches tailored 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;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-blue: #004182;\n            --secondary-blue: #002d5a;\n            --accent-orange: #ff6b35;\n            --accent-orange-hover: #e85a2a;\n            --text-dark: #222222;\n            --text-gray: #5a5a5a;\n            --bg-light: #f9fbfc;\n            --white: #ffffff;\n            --shadow: 0 12px 40px rgba(0,0,0,0.1);\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\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); overflow-x: hidden; }\n\n        .container { width: 90%; max-width: 1200px; margin: 0 auto; }\n        .btn { display: inline-block; padding: 14px 32px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: var(--transition); cursor: pointer; font-size: 15px; border: none; text-align: center; }\n        .btn-orange { background-color: var(--accent-orange); color: var(--white); }\n        .btn-orange:hover { background-color: var(--accent-orange-hover); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3); }\n        .btn-white { background-color: var(--white); color: var(--primary-blue); }\n        \n        .section-padding { padding: 100px 0; }\n        .text-center { text-align: center; }\n        .mb-30 { margin-bottom: 30px; }\n        .mb-50 { margin-bottom: 50px; }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, rgba(0, 45, 90, 0.95) 0%, rgba(0, 65, 130, 0.9) 100%), url('https:\/\/images.unsplash.com\/photo-1589939705384-5185137a7f0f?auto=format&fit=crop&q=80&w=2000');\n            background-size: cover;\n            background-position: center;\n            padding: 160px 0 120px;\n            color: var(--white);\n            text-align: center;\n        }\n\n        .hero h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 800; margin-bottom: 20px; color: white !important; line-height: 1.2; }\n        .hero p { font-size: 18px; margin-bottom: 40px; opacity: 0.95; max-width: 800px; margin-left: auto; margin-right: auto; font-weight: 300; }\n        \n        .hero-bullets { display: flex; justify-content: center; gap: 15px; margin-bottom: 45px; flex-wrap: wrap; list-style: none; }\n        .hero-bullets li { background: rgba(255,255,255,0.1); padding: 8px 20px; border-radius: 50px; font-size: 14px; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(5px); }\n\n        .hero-btns { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }\n\n        \/* Content Section (Updated to Single Column) *\/\n        .intro-text-centered { max-width: 900px; margin: 0 auto; }\n        .intro-text-centered h2 { color: var(--primary-blue); font-size: 34px; margin-bottom: 25px; font-weight: 700; line-height: 1.3; }\n        .intro-text-centered p { color: var(--text-gray); margin-bottom: 20px; font-size: 16px; }\n\n        \/* Types Grid *\/\n        .types-bg { background-color: var(--bg-light); }\n        .types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; }\n        .type-card { background: var(--white); padding: 40px 30px; border-radius: 12px; border-bottom: 4px solid transparent; transition: var(--transition); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }\n        .type-card:hover { border-bottom-color: var(--accent-orange); transform: translateY(-10px); box-shadow: var(--shadow); }\n        .type-card .icon { font-size: 40px; margin-bottom: 20px; display: block; }\n        .type-card h3 { font-size: 20px; color: var(--secondary-blue); margin-bottom: 12px; }\n        .type-card p { font-size: 14px; color: var(--text-gray); line-height: 1.6; }\n\n        \/* Design Approach *\/\n        .approach-content { background: var(--white); padding: 50px; border-radius: 15px; box-shadow: var(--shadow); margin-top: 40px; }\n        .approach-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 30px; }\n        .approach-item h4 { color: var(--primary-blue); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }\n        .approach-item p { font-size: 14px; color: var(--text-gray); }\n\n        \/* Technical Deliverables *\/\n        .tech-box { background: var(--secondary-blue); color: white; padding: 60px; border-radius: 20px; margin-top: 80px; }\n        .tech-box h3 { color: var(--accent-orange); margin-bottom: 30px; font-size: 28px; }\n        .tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }\n        .tech-item h5 { font-size: 18px; margin-bottom: 10px; color: white; }\n        .tech-item p { font-size: 14px; opacity: 0.85; }\n\n        \/* Process Steps *\/\n        .process-list { max-width: 900px; margin: 50px auto 0; }\n        .process-row { display: flex; gap: 30px; margin-bottom: 35px; position: relative; }\n        .process-num { width: 45px; height: 45px; background: var(--accent-orange); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; z-index: 2; }\n        .process-row:not(:last-child)::after { content: ''; position: absolute; left: 22px; top: 45px; width: 2px; height: calc(100% - 10px); background: #eee; }\n        .process-info h4 { font-size: 18px; color: var(--primary-blue); margin-bottom: 5px; }\n        .process-info p { font-size: 14px; color: var(--text-gray); }\n\n        \/* FAQ *\/\n        .faq-container { max-width: 850px; margin: 0 auto; }\n        .faq-item { background: white; margin-bottom: 15px; border-radius: 8px; border: 1px solid #eee; overflow: hidden; }\n        .faq-header { width: 100%; padding: 20px 25px; text-align: left; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--secondary-blue); font-size: 16px; }\n        .faq-body { padding: 0 25px; max-height: 0; overflow: hidden; transition: all 0.3s ease; color: var(--text-gray); font-size: 14px; }\n        .faq-item.active .faq-body { padding-bottom: 25px; max-height: 200px; }\n        .faq-item.active .faq-header { color: var(--accent-orange); }\n\n        \/* Footer CTA *\/\n        .footer-cta { background: var(--primary-blue); color: white; padding: 80px 40px; border-radius: 20px; text-align: center; margin-bottom: 100px; }\n        .footer-cta h2 { font-size: 36px; margin-bottom: 20px; color: white !important; }\n        .footer-cta p { margin-bottom: 35px; opacity: 0.9; font-size: 17px; }\n\n        @media (max-width: 768px) {\n            .tech-box { padding: 30px; }\n            .hero h1 { font-size: 32px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <header class=\"hero\">\n        <div class=\"container\">\n            <h1>Packaging Design Services in Lahore<\/h1>\n            <p>At D Printing Concepts, we create product packaging that goes beyond aesthetics. Our designs are engineered to communicate brand value, capture attention on crowded shelves, and meet strict technical production standards.<\/p>\n            <ul class=\"hero-bullets\">\n                <li>\ud83d\udce6 Box, Label & Pouch Designs<\/li>\n                <li>\u2728 New Product & Rebrand Concepts<\/li>\n                <li>\ud83d\udcd0 Print-Ready Artwork & Die-lines<\/li>\n                <li>\u2699\ufe0f Coordination with Production<\/li>\n            <\/ul>\n            <div class=\"hero-btns\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-orange\" target=\"_blank\" rel=\"noopener\">Start Packaging Design Project<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" target=\"_blank\" rel=\"noopener\">Share Product Details<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Intro Content (Clean Single Column) -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"intro-text-centered text-center\">\n                <h2>Where Creativity Meets <br>Print-Ready Precision<\/h2>\n                <p>Packaging is often the final and most critical factor in a customer's purchasing journey. It\u2019s not just a container; it\u2019s your brand\u2019s personality manifested in physical form. A well-designed package influences perception, conveys quality, and builds trust before the product is even used.<\/p>\n                <p>What sets our <strong>product packaging design<\/strong> service apart is our deep understanding of the transition from screen to shelf. We don't just design \"pretty pictures\"\u2014we design with the end-printing process in mind. This technical foresight helps our clients avoid expensive manufacturing errors, color mismatches, and structural failures.<\/p>\n                <p>Whether you are a startup in the food industry, a growing cosmetics brand, or a pharmaceutical firm, we deliver designs that balance visual \"wow-factor\" with functional production requirements.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Types of Packaging We Design -->\n    <section class=\"section-padding types-bg\">\n        <div class=\"container\">\n            <div class=\"text-center mb-50\">\n                <h2 style=\"color: var(--primary-blue); font-size: 32px;\">Packaging Solutions for Every Industry<\/h2>\n                <p style=\"color: var(--text-gray);\">We specialize in diverse formats tailored to retail, ecommerce, and luxury sectors.<\/p>\n            <\/div>\n            <div class=\"types-grid\">\n                <div class=\"type-card\">\n                    <span class=\"icon\">\ud83d\udce6<\/span>\n                    <h3>Product Boxes<\/h3>\n                    <p>Design for Mono Cartons, Corrugated shippers, and high-end Rigid Boxes for retail shelves and premium electronics.<\/p>\n                <\/div>\n                <div class=\"type-card\">\n                    <span class=\"icon\">\ud83c\udff7\ufe0f<\/span>\n                    <h3>Labels & Stickers<\/h3>\n                    <p>Precision labels for jars, glass bottles, and jars. Optimized for beauty, pharma, and beverage industries.<\/p>\n                <\/div>\n                <div class=\"type-card\">\n                    <span class=\"icon\">\ud83d\udecd\ufe0f<\/span>\n                    <h3>Pouches & Sleeves<\/h3>\n                    <p>Designs for flexible food packaging, stand-up pouches, and branded sleeves for jars or take-away containers.<\/p>\n                <\/div>\n                <div class=\"type-card\">\n                    <span class=\"icon\">\ud83c\udf81<\/span>\n                    <h3>Special Edition Kits<\/h3>\n                    <p>Bespoke concepts for PR kits, influencer gift boxes, and seasonal holiday collections that stand out.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Design Approach -->\n            <div class=\"approach-content\">\n                <h3 style=\"color: var(--primary-blue); border-bottom: 2px solid #f0f0f0; padding-bottom: 15px;\">Our Strategic Approach<\/h3>\n                <div class=\"approach-steps\">\n                    <div class=\"approach-item\">\n                        <h4>\ud83d\udd0d Brand & Market Research<\/h4>\n                        <p>We analyze your brand identity and product positioning (Economy vs. Luxury) to ensure the design aligns with your target audience's expectations.<\/p>\n                    <\/div>\n                    <div class=\"approach-item\">\n                        <h4>\ud83d\udcdd Information Hierarchy<\/h4>\n                        <p>Strategic placement of essential data: logos, product names, benefits, barcodes, legal text, and ingredients for maximum readability.<\/p>\n                    <\/div>\n                    <div class=\"approach-item\">\n                        <h4>\ud83d\uded2 Retail Shelf Context<\/h4>\n                        <p>We design by considering the competition. We test color contrast and font legibility to ensure your product isn't lost on a crowded shelf.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Technical & Print-Ready Section -->\n    <section class=\"container\">\n        <div class=\"tech-box\">\n            <h3>Technical Deliverables<\/h3>\n            <div class=\"tech-grid\">\n                <div class=\"tech-item\">\n                    <h5>Print-Ready Files<\/h5>\n                    <p>High-resolution artwork delivered in CMYK color mode with industry-standard bleeds, margins, and safe zones for perfect trimming.<\/p>\n                <\/div>\n                <div class=\"tech-item\">\n                    <h5>Die-line Integration<\/h5>\n                    <p>We work with your existing die-line or develop a new structural template with your printer to ensure every fold and flap fits perfectly.<\/p>\n                <\/div>\n                <div class=\"tech-item\">\n                    <h5>Finishing Notes<\/h5>\n                    <p>Detailed documentation for production effects such as Matte\/Gloss Lamination, Foil Stamping, Spot UV, and Embossing.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <h2 class=\"text-center mb-50\" style=\"color: var(--primary-blue);\">The Design Journey<\/h2>\n            <div class=\"process-list\">\n                <div class=\"process-row\">\n                    <div class=\"process-num\">1<\/div>\n                    <div class=\"process-info\">\n                        <h4>Detailed Project Brief<\/h4>\n                        <p>Identifying your product category, audience, price segment, and any mandatory regulatory requirements.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"process-row\">\n                    <div class=\"process-num\">2<\/div>\n                    <div class=\"process-info\">\n                        <h4>Technical Foundation<\/h4>\n                        <p>Confirmation of physical dimensions and die-line validation with the production team before the creative phase.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"process-row\">\n                    <div class=\"process-num\">3<\/div>\n                    <div class=\"process-info\">\n                        <h4>Concept Development<\/h4>\n                        <p>Creation of 2-3 unique design directions (depending on the package) showcasing how your brand comes to life in 3D.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"process-row\">\n                    <div class=\"process-num\">4<\/div>\n                    <div class=\"process-info\">\n                        <h4>Finalization & Handover<\/h4>\n                        <p>Applying feedback, finalizing technical artwork, and delivering source files ready for the printing press.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"section-padding\" style=\"background: var(--bg-light);\">\n        <div class=\"container\">\n            <h2 class=\"text-center mb-50\" style=\"color: var(--primary-blue);\">Frequently Asked Questions<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <button class=\"faq-header\">Do you provide packaging printing, or only design? <span>+<\/span><\/button>\n                    <div class=\"faq-body\">This service focuses on <strong>Design<\/strong>. While we are part of D Printing Concepts and can facilitate your printing needs, this specific service ensures you get professional, non-biased, print-ready artwork that you can take to any manufacturer globally.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <button class=\"faq-header\">Can you work with our existing brand guidelines? <span>+<\/span><\/button>\n                    <div class=\"faq-content faq-body\">Yes. We specialize in extending existing brand identities into the packaging space, ensuring consistent use of logos, colors, and typography across all product SKUs.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <button class=\"faq-header\">Can you help create die-lines if we don\u2019t have them? <span>+<\/span><\/button>\n                    <div class=\"faq-body\">Absolutely. If you don't have a template from your printer, we can design a custom die-line based on your product's dimensions and provide it for your printer's approval.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <button class=\"faq-header\">What information do you need to start? <span>+<\/span><\/button>\n                    <div class=\"faq-body\">To start your <strong>Packaging Design in Lahore<\/strong>, we need product dimensions, your logo (vector format), brand guidelines, text\/ingredients to be included, and any regulatory icons (recycling, halaal, etc.).<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA -->\n    <div class=\"container\" style=\"margin-top: 80px;\">\n        <div class=\"footer-cta\">\n            <h2>Let Your Packaging Sell the Product<\/h2>\n            <p>Ready to transform your product's shelf presence? Share your product photos, category details, and quantity expectations for a custom quote.<\/p>\n            <div class=\"hero-btns\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-orange\" target=\"_blank\" rel=\"noopener\">Get Packaging Design Quote<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" target=\"_blank\" rel=\"noopener\">Send Details on WhatsApp<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.querySelectorAll('.faq-header').forEach(header => {\n            header.addEventListener('click', () => {\n                const item = header.parentElement;\n                const isActive = item.classList.contains('active');\n                \n                document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n                document.querySelectorAll('.faq-header span').forEach(s => s.innerText = '+');\n\n                if (!isActive) {\n                    item.classList.add('active');\n                    header.querySelector('span').innerText = '\u2212';\n                }\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 Design Services in Lahore At D Printing Concepts, we create product packaging that goes beyond aesthetics. Our designs [&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-5490","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5490","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=5490"}],"version-history":[{"count":4,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5490\/revisions"}],"predecessor-version":[{"id":5495,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5490\/revisions\/5495"}],"wp:attachment":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}