{"id":5429,"date":"2026-04-25T06:30:44","date_gmt":"2026-04-25T06:30:44","guid":{"rendered":"https:\/\/dprintingconcepts.com\/?page_id=5429"},"modified":"2026-07-23T09:16:02","modified_gmt":"2026-07-23T09:16:02","slug":"shop-front-branding","status":"publish","type":"page","link":"https:\/\/dprintingconcepts.com\/?page_id=5429","title":{"rendered":"Shop Front Branding"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5429\" class=\"elementor elementor-5429\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f26ed09 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f26ed09\" 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-6411ee0\" data-id=\"6411ee0\" 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-53883eb elementor-widget elementor-widget-shortcode\" data-id=\"53883eb\" 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>Shop Front Branding in Lahore \u2013 3D Shop Signs, LED & Window Graphics<\/title>\n    <meta name=\"description\" content=\"Professional shop front branding in Lahore including 3D shop signs, LED signage, window graphics and complete storefront makeovers to help your business stand out and attract more customers.\">\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        .btn-outline-white { border: 1px solid var(--white); color: var(--white); background: transparent; }\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, 65, 130, 0.88), rgba(0, 45, 90, 0.92)), url('https:\/\/images.unsplash.com\/photo-1534438327276-14e5300c3a48?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        \/* Services Grid *\/\n        .services-section { background-color: var(--bg-light); }\n        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 50px; }\n        .service-card { background: var(--white); padding: 45px 35px; border-radius: 12px; box-shadow: var(--shadow); transition: var(--transition); border-top: 5px solid var(--primary-blue); }\n        .service-card:hover { transform: translateY(-10px); }\n        .service-card h3 { font-size: 22px; margin-bottom: 15px; color: var(--primary-blue); font-weight: 700; }\n        .service-card p { font-size: 15px; color: var(--text-gray); line-height: 1.7; }\n\n        \/* Why Branding Matters *\/\n        .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 50px; }\n        .benefit-item { display: flex; gap: 20px; text-align: left; }\n        .benefit-icon { flex-shrink: 0; width: 50px; height: 50px; background: var(--bg-light); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 24px; color: var(--primary-blue); border: 1px solid #ddd; }\n        .benefit-content h4 { font-size: 18px; color: var(--primary-blue); margin-bottom: 8px; }\n        .benefit-content p { font-size: 14px; color: var(--text-gray); }\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(220px, 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        \/* Perfect For Section *\/\n        .business-types { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 50px; }\n        .business-item { background: var(--bg-light); padding: 25px; border-radius: 8px; width: 300px; text-align: center; border: 1px solid #eee; }\n        .business-item .icon { font-size: 40px; margin-bottom: 15px; display: block; }\n        .business-item h4 { color: var(--primary-blue); margin-bottom: 10px; }\n        .business-item p { font-size: 13px; color: var(--text-gray); }\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-1542831371-29b0f74f9713?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; }\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            .cta-banner .btn-group { flex-direction: column; align-items: center; }\n            .hero-btns { flex-direction: column; padding: 0 40px; }\n            .business-item { width: 100%; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Shop Front Branding in Lahore<\/h1>\n            <p>Professional shop front branding helps your business stand out, attracts more walk-in customers, and builds a powerful brand presence on the busy streets of Lahore.<\/p>\n            <ul class=\"hero-features\">\n                <li>\u2705 Custom 3D Shop Signs<\/li>\n                <li>\u2705 LED & Neon Illuminated Signage<\/li>\n                <li>\u2705 Window Graphics & Glass Branding<\/li>\n                <li>\u2705 Complete Facade Makeovers<\/li>\n            <\/ul>\n            <div class=\"hero-btns\">\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">Get Free Consultation<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-white\" target=\"_blank\" rel=\"noopener\">WhatsApp Your Shop Photos<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Intro Text Section -->\n    <section class=\"section-padding intro-section\">\n        <div class=\"container\">\n            <div class=\"intro-text-wrapper\">\n                <h2>Total Storefront Identity Solutions<\/h2>\n                <p>D Printing Concepts is a professional branding and printing solutions company based in Lahore, offering complete storefront and signage solutions for all types of businesses. We understand that your shop front is the first point of contact with your audience.<\/p>\n                <p>Our team combines expert 3D sign boards, high-visibility LED signage, premium window graphics, and modern facade treatments to create a powerful, cohesive shop front identity that commands attention in prime commercial areas.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Grid -->\n    <section class=\"section-padding services-section\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 50px;\">Shop Front Branding Services We Offer<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <h3>3D Acrylic & Metal Shop Signs<\/h3>\n                    <p>Custom 3D letters and logo signs in acrylic, stainless steel, and other premium materials, designed for maximum visibility and brand impact on your storefront.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>LED & Neon Shop Front Signage<\/h3>\n                    <p>Front-lit, back-lit, and edge-lit LED signs plus modern neon-style signage that keeps your brand visible and attractive day and night.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Window Graphics & Glass Branding<\/h3>\n                    <p>One-way vision, frosted vinyl, and full-color window stickers for promotions, branding, privacy, and a clean, professional aesthetic.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Facade & Fascia Branding<\/h3>\n                    <p>ACP cladding, paneling, and structural treatments to upgrade your entire shop front and frame your main signage perfectly.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Hanging & Projecting Signs<\/h3>\n                    <p>Double-sided hanging or projecting signs to grab attention from the side and increase visibility in crowded market lanes.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Complete Shop Front Makeovers<\/h3>\n                    <p>End-to-end solutions from concept and design to fabrication and installation for full rebranding or new business openings.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why Branding Matters -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 20px;\">Why Your Shop Front Matters More Than You Think<\/h2>\n            <p class=\"text-center\" style=\"color: var(--text-gray); margin-bottom: 50px;\">Invest in a professional frontage to maximize your business potential.<\/p>\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"benefit-content\">\n                        <h4>Stronger First Impression<\/h4>\n                        <p>A professional, well-branded frontage instantly builds trust and signals high quality to new customers.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\ud83d\ude80<\/div>\n                    <div class=\"benefit-content\">\n                        <h4>Higher Visibility<\/h4>\n                        <p>3D letters and bold lighting help your shop stand out from competitors on busy Lahore streets and commercial plazas.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\ud83c\udf19<\/div>\n                    <div class=\"benefit-content\">\n                        <h4>24\/7 Brand Presence<\/h4>\n                        <p>LED and neon signage keep your shop visible and active day and night, even when your shutters are down.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\ud83d\udc8e<\/div>\n                    <div class=\"benefit-content\">\n                        <h4>Consistent Identity<\/h4>\n                        <p>Matching your signage and graphics with your brand helps customers recognize and remember you instantly.<\/p>\n                    <\/div>\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);\">Our Working Process<\/h2>\n            <div class=\"process-grid\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Site Visit<\/h4>\n                    <p>We visit your location in Lahore to take measurements and discuss goals.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Design Concept<\/h4>\n                    <p>Our team creates digital mockups of your new shop front and signage.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Fabrication<\/h4>\n                    <p>We produce 3D letters, LED signs, and prints using quality materials.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Installation<\/h4>\n                    <p>Professional fitting and wiring for a clean, long-lasting result.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">5<\/div>\n                    <h4>Support<\/h4>\n                    <p>Maintenance and seasonal graphic updates for your storefront.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Who This Is For -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <h2 class=\"text-center\" style=\"color: var(--primary-blue); margin-bottom: 50px;\">Perfect for These Businesses<\/h2>\n            <div class=\"business-types\">\n                <div class=\"business-item\">\n                    <span class=\"icon\">\ud83d\udecd\ufe0f<\/span>\n                    <h4>Retail & Boutiques<\/h4>\n                    <p>Attract fashion-conscious shoppers with premium acrylic and glass branding.<\/p>\n                <\/div>\n                <div class=\"business-item\">\n                    <span class=\"icon\">\u2615<\/span>\n                    <h4>Restaurants & Caf\u00e9s<\/h4>\n                    <p>Create a cozy or vibrant atmosphere with neon signs and warm LED branding.<\/p>\n                <\/div>\n                <div class=\"business-item\">\n                    <span class=\"icon\">\ud83d\udc8a<\/span>\n                    <h4>Pharmacies & Clinics<\/h4>\n                    <p>Clean, professional branding that builds medical trust and ensures 24\/7 visibility.<\/p>\n                <\/div>\n                <div class=\"business-item\">\n                    <span class=\"icon\">\ud83c\udfe2<\/span>\n                    <h4>Offices & Showrooms<\/h4>\n                    <p>Impress corporate clients with sophisticated metal letters and facade paneling.<\/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;\">Frequently Asked Questions<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">How much does shop front branding cost? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Pricing depends on several factors: the choice of materials (Acrylic, Metal, ACP), the total square footage of the branding area, lighting complexity, and installation height. We provide customized quotes after a site visit.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">How long does the branding process take? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Typical shop front projects take anywhere from 4 working days to 2 weeks. This includes design approval, fabrication of letters, and final installation.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Do you remove old signs and install new ones? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Yes, we offer complete removal services. We safely dismantle old boards, clean or repair the surface, and prepare it for the new signage installation.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Can you help with the design as well? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Absolutely. We have an in-house design team that creates modern concepts and 3D mockups so you can see how your shop will look before we start production.<\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Do you work only in Lahore? <span>\u25bc<\/span><\/div>\n                    <div class=\"faq-answer\">Our main operations are in Lahore (DHA, Gulberg, Bahria Town, etc.), but we do undertake large-scale branding projects in nearby cities across Punjab.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA Banner -->\n    <section class=\"cta-banner\">\n        <div class=\"container\">\n            <h2>Ready to Transform Your Shop Front?<\/h2>\n            <p>Upgrade your storefront identity today. Share your location or shop photos for a quick estimate.<\/p>\n            <div class=\"btn-group\">\n                <a href=\"tel:923008413149\" class=\"btn btn-white\">Call: +92 300 8413149<\/a>\n                <a href=\"https:\/\/wa.me\/923008413149\" class=\"btn btn-green\" target=\"_blank\" rel=\"noopener\">WhatsApp Your Shop Photos<\/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>Ready to brand your shop?<\/span>\n    <\/a>\n\n    <script>\n        \/\/ FAQ Accordion 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                \n                \/\/ Close all other items\n                document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n                \n                \/\/ Toggle current item\n                if (!isActive) {\n                    item.classList.add('active');\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; Shop Front Branding in Lahore Professional shop front branding helps your business stand out, attracts more walk-in customers, and [&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-5429","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5429","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=5429"}],"version-history":[{"count":7,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5429\/revisions"}],"predecessor-version":[{"id":5437,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5429\/revisions\/5437"}],"wp:attachment":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}