پرش به محتوا

چاپ و تبلیغات برادران نعمتی - فراغیب

از فراغیب
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
(۷ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
<html>
<script>
document.addEventListener("contextmenu", function (event) {
  event.preventDefault();
  alert("کلیک راست در این صفحه غیرفعال است.");
});
</script>
<div style="width:100%; text-align:center; margin:0 auto;">
  <div style="display:inline-block; max-width:100%; overflow:hidden; border-radius:2px;">
<img src="https://dl.faraghaib.ir/m/260005/baner.png" alt="خدمات چاپ و تبلیغات نعمتی">
</div>
</html>
{{منوی اصلی/نعمتی}}
{{منوی اصلی/نعمتی}}


خط ۵: خط ۱۸:
     <meta charset="UTF-8">
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>خدمات چاپ و تبلیغات نعمتی</title>
     <title>خدمات چاپ و تبلیغات نعمتی</title>
     <style>
     <style>


/* =========================================================
/* مخفی کردن سایدبار (اگر می‌خواهید کاملاً خالی شود) */
  RESET & BASE
#mw-panel, #column-one { display: none !important; }
========================================================= */
 
*,
*::before,
*::after{
    box-sizing:border-box;
}
 
html{
    width:100%;
    overflow-x:hidden;
    scroll-behavior:smooth;
}
 
body{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-family:'Tahoma','Arial',sans-serif;
    line-height:1.7;
    color:#333;
    background:#fff;
}
 
img{
    max-width:100%;
    height:auto;
    display:block;
}
 
h1,
h2,
h3,
p{
    max-width:100%;
}
 
h1,
h2,
h3{
    margin-top:0;
    margin-bottom:15px;
}
 
/* =========================================================
  MEDIAWIKI FULL WIDTH
========================================================= */
 
#mw-panel,
#column-one{
    display:none !important;
}
 
#content,
.mw-body{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
}
 
.mw-body-content{
    width:100% !important;
    max-width:none !important;
}
 
#bodyContent{
    width:100% !important;
    max-width:none !important;
}
 
.mw-parser-output{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}
 
.mw-parser-output > p{
    margin:0;
}
 
 
/* =========================================================
  PARALLAX / HERO
========================================================= */
 
.parallax{
    width:100%;
    min-height:300px;
    height:450px;
 
    background-attachment:scroll;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
 
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
 
    padding:30px 20px;
 
    color:#fff;
    text-align:center;
 
    position:relative;
    overflow:hidden;
}
 
/* لایه تیره */
 
.parallax::before{
    content:"";
 
    position:absolute;
    inset:0;
 
    background:rgba(0,0,0,.4);
 
    z-index:1;
}
 
.parallax > *{
    position:relative;
    z-index:2;
 
    max-width:100%;
}
 
 
/* =========================================================
  TITLES
========================================================= */
 
.section-title{
    position:relative;
 
    width:100%;
    max-width:100%;
 
    margin:0 auto 35px;
 
    padding:0 15px 25px;
 
    font-size:clamp(1.35rem,4vw,2rem);
    line-height:1.6;
 
    text-align:center;
}
 
.section-title::after{
    content:"";
 
    width:50px;
    height:3px;
 
    background:#c19a6b;
 
    position:absolute;
 
    bottom:0;
    left:50%;
 
    transform:translateX(-50%);
}
 
 
/* =========================================================
  MAIN CONTAINER
========================================================= */
 
.container{
    width:100%;
    max-width:1200px;
 
    margin:0 auto;
 
    padding:45px 15px;
 
    text-align:center;
}
 
 
/* =========================================================
  PRODUCT CIRCLE GRID
========================================================= */
 
.product-circle-grid{
    width:100%;
 
    display:grid;
 
    grid-template-columns:repeat(2,minmax(0,1fr));
 
    gap:25px 15px;
}
 
.product-circle-item{
    width:100%;
    min-width:0;
 
    display:flex;
    flex-direction:column;
    align-items:center;
 
    text-align:center;
}
 
.product-circle-item img{
    width:130px;
    height:130px;
 
    max-width:100%;
 
    border-radius:50%;
 
    object-fit:cover;
 
    border:4px solid #f4f4f4;
 
    box-shadow:0 4px 10px rgba(0,0,0,.1);
}
 
.product-circle-item p{
    margin-top:12px;
 
    font-weight:bold;
 
    font-size:14px;
 
    overflow-wrap:anywhere;
}
 
 
/* =========================================================
  BEST SELLERS
========================================================= */
 
.best-sellers-grid{
    width:100%;
 
    display:grid;
 
    grid-template-columns:1fr;
 
    gap:20px;
 
    margin-top:25px;
}
 
.best-seller-card{
    width:100%;
    min-width:0;
 
    border:1px solid #eee;
 
    padding:12px;
 
    background:#fff;
 
    transition:.3s;
 
    overflow:hidden;
}
 
.best-seller-card:hover{
    transform:translateY(-5px);
 
    box-shadow:0 10px 20px rgba(0,0,0,.1);
}
 
.best-seller-card img{
    width:100%;
 
    height:auto;
 
    aspect-ratio:1 / 1;
 
    object-fit:cover;
 
    border-radius:2px;
}
 
.product-code{
    color:#c19a6b;
 
    font-weight:bold;
 
    display:block;
 
    margin:10px 0 5px;
 
    font-size:14px;
}
 
.best-seller-card p{
    font-size:15px;
 
    line-height:1.8;
 
    margin:0;
 
    overflow-wrap:anywhere;
}
 
 
/* =========================================================
  INFO SECTIONS
========================================================= */
 
.info-row{
    width:100%;
 
    display:flex;
 
    flex-direction:column;
 
    align-items:center;
 
    gap:30px;
 
    text-align:center;
}
 
.info-text,
.info-image{
    width:100%;
    min-width:0;
    flex:1 1 100%;
}
 
.info-text{
    text-align:center;
}
 
.info-text p{
    font-size:15px;
 
    line-height:2;
 
    margin:0 auto;
 
    overflow-wrap:anywhere;
}
 
.info-image{
    display:flex;
 
    justify-content:center;
 
    align-items:center;
}
 
.info-image img{
    width:100%;
    max-width:600px;
 
    height:auto;
 
    border-radius:10px;
 
    object-fit:cover;
}
 
 
/* =========================================================
  FOOTER
========================================================= */
 
.footer-container{
    width:100%;
 
    background:#222;
 
    color:#fff;
 
    padding:45px 15px;
}
 
.footer-grid{
    width:100%;
    max-width:1200px;
 
    margin:0 auto;
 
    display:grid;
 
    grid-template-columns:1fr;
 
    gap:30px;
 
    text-align:right;
}
 
.footer-column{
    min-width:0;
}
 
.footer-column h3{
    color:#c19a6b;
 
    font-size:18px;
}
 
.footer-column p{
    color:#bbb;
 
    font-size:.9rem;
 
    line-height:1.9;
 
    overflow-wrap:anywhere;
}
 
 
/* =========================================================
  MAP
========================================================= */
 
.map-section{
    width:100%;
 
    height:300px;
 
    background:#eee;
 
    border-top:2px solid #c19a6b;
 
    overflow:hidden;
}
 
.map-placeholder{
    width:100%;
    height:100%;
 
    display:flex;
 
    align-items:center;
    justify-content:center;
 
    background:#e0e0e0;
 
    color:#666;


     text-align:center;
/* افزایش عرض محتوا به ۱۰۰٪ */
 
#content, .mw-body {
     padding:20px;
     margin-left: 0 !important;
    width: 100% !important;
     max-width: none !important;
}
}


        /* Reset & Base Styles */
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Tahoma', 'Arial', sans-serif; line-height: 1.6; color: #333; background-color: #fff; }
        h1, h2, h3 { margin-bottom: 15px; }


/* =========================================================
        /* Parallax Effect */
  WHATSAPP
        .parallax {
========================================================= */
            height: 450px;
            background-attachment: fixed; /* ثابت ماندن تصویر هنگام اسکرول */
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-align: center;
            position: relative;
        }
        /* ایجاد لایه تیره روی تصاویر برای خوانایی متن */
        .parallax::before {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
        .parallax > * { position: relative; z-index: 2; }


.whatsapp-btn{
        /* Sections */
    position:fixed;
        .container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; text-align: center; }
        .section-title { font-size: 2rem; margin-bottom: 40px; position: relative; padding-bottom: 40px; }
        .section-title::after {
            content: ''; width: 50px; height: 3px; background: #c19a6b; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
        }


    bottom:20px;
        /* Product Grid (Circular) */
    left:15px;
        .product-circle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; }
        .product-circle-item img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 4px solid #f4f4f4; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
        .product-circle-item p { margin-top: 15px; font-weight: bold; }


    width:52px;
        /* Best Sellers Grid */
    height:52px;
        .best-sellers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }
        .best-seller-card { border: 1px solid #eee; padding: 15px; transition: 0.3s; }
        .best-seller-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .best-seller-card img { width: 100%; height: 350px; object-fit: cover; }
        .product-code { color: #c19a6b; font-weight: bold; display: block; margin: 10px 0; }


    background:#25d366;
        /* Info Sections (Security, Sound, etc.) */
        .info-row { display: flex; align-items: center; flex-wrap: wrap; text-align: right; gap: 40px; }
        .info-text { flex: 1; min-width: 300px; }
        .info-image { flex: 1; min-width: 300px; }
        .info-image img { width: 100%; border-radius: 10px; }


    border-radius:50%;
        /* Contact & Footer */
        .footer-container { background: #222; color: #fff; padding: 50px 20px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; text-align: right; }
        .footer-column h3 { color: #c19a6b; }
        .footer-column p { color: #bbb; font-size: 0.9rem; }


    display:flex;
        /* Map Section */
        .map-section { width: 100%; height: 400px; background: #eee; border-top: 2px solid #c19a6b; }
        .map-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #e0e0e0; color: #666; }


    align-items:center;
        /* Floating WhatsApp */
    justify-content:center;
         .whatsapp-btn { position: fixed; bottom: 30px; left: 30px; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 1000; transition: 0.3s; }
 
         .whatsapp-btn:hover { transform: scale(1.1); }
    box-shadow:0 4px 15px rgba(0,0,0,.3);
         .whatsapp-btn img { width: 35px; }
 
    z-index:1000;
 
    transition:.3s;
}
 
.whatsapp-btn:hover{
    transform:scale(1.1);
}
 
.whatsapp-btn img{
    width:30px;
    height:30px;
}
 
 
/* =========================================================
  MOBILE TYPOGRAPHY
========================================================= */
 
@media (max-width:480px){
 
    .parallax{
        min-height:260px;
        height:300px;
 
         padding:25px 15px;
 
        background-position:center center;
        background-size:cover;
    }
 
    .parallax h1{
        font-size:25px !important;
        line-height:1.6;
    }
 
    .parallax h2{
        font-size:25px !important;
        line-height:1.6;
 
        padding:0 !important;
    }
 
    .parallax p{
        font-size:15px !important;
        line-height:1.9;
 
        margin:0;
    }
 
    .container{
        padding:40px 12px;
    }
 
    .section-title{
        font-size:1.4rem;
        padding:0 10px 22px;
        margin-bottom:30px;
    }
 
    .product-circle-item img{
        width:115px;
        height:115px;
    }
 
    .best-seller-card{
        padding:10px;
    }
 
    .info-row{
        gap:25px;
    }
 
    .info-text p{
        font-size:14px;
    }
 
    .info-image img{
        border-radius:8px;
    }
 
    .whatsapp-btn{
        width:50px;
        height:50px;
 
        bottom:15px;
        left:12px;
    }
}
 
 
/* =========================================================
  TABLET
========================================================= */
 
@media (min-width:481px) and (max-width:768px){
 
    .parallax{
        height:340px;
        min-height:340px;
 
        background-attachment:scroll;
    }
 
    .container{
        padding:50px 20px;
    }
 
    .best-sellers-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
 
    .product-circle-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
 
    .info-row{
        gap:30px;
    }
 
    .info-text p{
        font-size:15px;
    }
}
 
 
/* =========================================================
  TABLET / DESKTOP
========================================================= */
 
@media (min-width:769px){
 
    .parallax{
        height:450px;
 
        background-attachment:fixed;
        background-size:cover;
    }
 
    .container{
        padding:60px 20px;
    }
 
    .product-circle-grid{
         grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
 
        gap:30px;
    }
 
    .product-circle-item img{
        width:150px;
        height:150px;
    }
 
    .best-sellers-grid{
        grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
 
        gap:20px;
    }
 
    .best-seller-card img{
        height:350px;
 
        aspect-ratio:auto;
    }
 
    .info-row{
        flex-direction:row;
 
        align-items:center;
 
        gap:40px;
 
        text-align:right;
    }
 
    .info-text,
    .info-image{
        flex:1;
        min-width:300px;
    }
 
    .info-text{
        text-align:right;
    }
 
    .info-text p{
        font-size:16px;
    }
 
    .footer-grid{
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    }
 
    .map-section{
         height:400px;
    }
 
    .whatsapp-btn{
        width:60px;
        height:60px;
 
        bottom:30px;
        left:30px;
    }
 
    .whatsapp-btn img{
        width:35px;
        height:35px;
    }
}
 
 
/* =========================================================
  LARGE SCREENS
========================================================= */
 
@media (min-width:1200px){
 
    .parallax{
        height:450px;
    }
 
    .container{
        padding-left:20px;
        padding-right:20px;
    }
}
 
 
/* =========================================================
  PREVENT HORIZONTAL OVERFLOW
========================================================= */
 
.mw-parser-output,
.mw-parser-output *,
#content,
.mw-body,
body{
    max-width:100%;
}
 
pre,
table{
    max-width:100%;
}
 
table{
    overflow-x:auto;
}
 
 
/* =========================================================
  ACCESSIBILITY
========================================================= */
 
@media (prefers-reduced-motion:reduce){
 
    html{
        scroll-behavior:auto;
    }
 
    .best-seller-card,
    .whatsapp-btn{
        transition:none;
    }
 
}


        /* Responsive */
        @media (max-width: 768px) {
            .parallax { height: 300px; background-attachment: scroll; } /* در موبایل برای پرفورمنس بهتر پارالاکس غیرفعال می‌شود */
            .info-row { flex-direction: column; text-align: center; }
            .info-text { text-align: center; }
        }
     </style>
     </style>
</head>
</head>
<body>
<body>


خط ۷۶۸: خط ۱۱۴:
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000505.jpg');">
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000505.jpg');">
         <h1 style="color: #fff;"> چاپ و تبلیغات نعمتی</h1>
         <h1 style="color: #fff;"> چاپ و تبلیغات نعمتی</h1>
         <p>کیفیت ماندگار، چاپ حرفه‌ای و تبلیغات مؤثر برای رشد کسب‌وکار شما</p>
         <p>کیفیت ماندگار،چاپ حرفه‌ای و تبلیغات مؤثر برای رشد کسب‌وکار</p>
     </div>
     </div>
 
<h2 class="section-title" style="text-align:center; padding-bottom: 40px;">محصولات</h2>
    <h2 class="section-title" style="text-align:center; padding-bottom: 40px;">محصولات</h2>
 
</html>
</html>


{{کانتینر نامنظم/نعمتی}}
{{کانتینر نامنظم/نعمتی}}
 
{{محصولات مربعی}}


{{محصولات مربعی}}


<html>
<html>


 
     <!-- 3. Parallax: Azadi Tower (Shipping) -->
     <!-- 3. Parallax: Azadi Tower (Shipping) -->
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000530.png');">
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000530.png');">
         <h2 style="color:#fff;font-size: 36px;padding: 102px 0 0 0;">پذیرش سفارش</h2>
         <h2 style="color:#fff;padding: 102px 0 0 0;font-size: 36px;">پذیرش سفارش</h2>
         <p style="color:#fff;font-size: 19px;">ارسال سریع و ایمن با تضمین سلامت و اجرای بی نقص
         <p style="color:#fff;font-size: 19px;">ارسال سریع و ایمن با تضمین سلامت در اجرا
</p>
</p>
     </div>
     </div>
خط ۷۹۱: خط ۱۳۸:
     <div class="container">
     <div class="container">
         <h2 class="section-title">محصولات پرفروش</h2>
         <h2 class="section-title">محصولات پرفروش</h2>
         <div class="best-sellers-grid">
         <div class="best-sellers-grid">
             <div class="best-seller-card">
             <div class="best-seller-card">
                 <img src="https://dl.faraghaib.ir/m/260005/26000521.png" alt="چاپ و تبلیغات نعمتی">
                 <img src="https://dl.faraghaib.ir/m/260005/26000521.png" alt="چاپ و تبلیغات نعمتی">
خط ۷۹۹: خط ۱۴۴:
                 <p>چاپ بنر حج </p>
                 <p>چاپ بنر حج </p>
             </div>
             </div>
             <div class="best-seller-card">
             <div class="best-seller-card">
                 <img src="https://dl.faraghaib.ir/m/260005/26000512.jpg" alt="چاپ و تبلیغات نعمتی">
                 <img src="https://dl.faraghaib.ir/m/260005/26000512.jpg" alt="چاپ و تبلیغات نعمتی">
خط ۸۰۵: خط ۱۴۹:
                 <p>طراحی و چاپ تسلیت</p>
                 <p>طراحی و چاپ تسلیت</p>
             </div>
             </div>
             <div class="best-seller-card">
             <div class="best-seller-card">
                 <img src="https://dl.faraghaib.ir/m/260005/26000506.png" alt="چاپ و تبلیغات نعمتی">
                 <img src="https://dl.faraghaib.ir/m/260005/26000506.png" alt="چاپ و تبلیغات نعمتی">
خط ۸۱۱: خط ۱۵۴:
                 <p>طراحی و چاپ تبریک و خیر مقدم انواع مراسم</p>
                 <p>طراحی و چاپ تبریک و خیر مقدم انواع مراسم</p>
             </div>
             </div>
 
<div class="best-seller-card">
            <div class="best-seller-card">
                 <img src="https://dl.faraghaib.ir/m/260005/26000527.png" alt="چاپ و تبلیغات نعمتی">
                 <img src="https://dl.faraghaib.ir/m/260005/26000527.png" alt="چاپ و تبلیغات نعمتی">
                 <span class="product-code">کد محصول: SD 118</span>
                 <span class="product-code">کد محصول: SD 118</span>
                 <p>طراحی و چاپ بنر تبریک تولد </p>
                 <p>طراحی و چاپ بنر تبریک تولد </p>
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
خط ۸۲۳: خط ۱۶۴:
     <!-- 5. Parallax: Drill (Installation) -->
     <!-- 5. Parallax: Drill (Installation) -->
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000529.png');">
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000529.png');">
        <br>
      <br> <h2 style="color:#fff;font-size: 36px;padding: 102px 0 0 0;">چاپ اختصاصی</h2>
        <h2 style="color:#fff;font-size: 36px;padding: 102px 0 0 0;">چاپ اختصاصی</h2>
         <p style="color:#fff;font-size: 19px;">چاپ سفارشی با کیفیت و دقت در اجرا</p>
         <p style="color:#fff;font-size: 26px;">چاپ سفارشی با کیفیت و دقت در اجرا</p>
     </div>
     </div>


خط ۸۳۱: خط ۱۷۱:
     <div class="container">
     <div class="container">
         <div class="info-row">
         <div class="info-row">
             <div class="info-text">
             <div class="info-text">
                 <h2 class="section-title" style="text-align: right; margin-right: auto;">کیفیت</h2>
                 <h2 class="section-title" style="text-align: right; margin-right: auto;">کیفیت</h2>
 
                 <p><strong>چاپ و تبلیغات برادران نعمتی</strong> با بهره‌گیری از تجهیزات پیشرفته، متریال باکیفیت و چاپ دقیق، بهترین نتیجه را برای معرفی برند شما ارائه می‌دهد. ما کیفیت ماندگار را در هر سفارش تضمین می‌کنیم.</p>
                 <p>
                    <strong>چاپ و تبلیغات برادران نعمتی</strong>
                    با بهره‌گیری از تجهیزات پیشرفته، متریال باکیفیت و چاپ دقیق، بهترین نتیجه را برای معرفی برند شما ارائه می‌دهد. ما کیفیت ماندگار را در هر سفارش تضمین می‌کنیم.
                </p>
             </div>
             </div>
             <div class="info-image">
             <div class="info-image">
                 <img src="https://dl.faraghaib.ir/m/260005/26000526.png" alt="کیفیت">
                 <img src="https://dl.faraghaib.ir/m/260005/26000526.png" alt="کیفیت">
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
خط ۸۵۱: خط ۱۸۴:
     <div class="container">
     <div class="container">
         <div class="info-row" style="flex-direction: row-reverse;">
         <div class="info-row" style="flex-direction: row-reverse;">
             <div class="info-text" style="text-align: left;">
             <div class="info-text" style="text-align: left;">
                 <h2 class="section-title" style="text-align: left; margin-left: auto;">اعتماد</h2>
                 <h2 class="section-title" style="text-align: left; margin-left: auto;">اعتماد</h2>
 
                 <p>اعتماد مشتریان، بزرگ‌ترین سرمایه <strong>چاپ و تبلیغات برادران نعمتی</strong> است. ما با کیفیت چاپ، تحویل به‌موقع و خدمات حرفه‌ای، همراه مطمئن کسب‌وکار شما هستیم.</p>
                 <p>
                    اعتماد مشتریان، بزرگ‌ترین سرمایه
                    <strong>چاپ و تبلیغات برادران نعمتی</strong>
                    است. ما با کیفیت چاپ، تحویل به‌موقع و خدمات حرفه‌ای، همراه مطمئن کسب‌وکار شما هستیم.
                </p>
             </div>
             </div>
             <div class="info-image">
             <div class="info-image">
                 <img src="https://dl.faraghaib.ir/m/260005/26000519.png" alt="اعتماد">
                 <img src="https://dl.faraghaib.ir/m/260005/26000519.png" alt="اعتماد">
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>
خط ۸۷۱: خط ۱۹۶:
     <!-- 8. Parallax: Phone (Consultation) -->
     <!-- 8. Parallax: Phone (Consultation) -->
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000525.png');">
     <div class="parallax" style="background-image: url('https://dl.faraghaib.ir/m/260005/26000525.png');">
         <h2 style="color:#fff;font-size: 36px;padding: 102px 0 0 0;">هویت بصری</h2>
         <h2 style="color:#fff;font-size: 36px;padding: 102px 0 0 0;">هویت بصری</h2>
 
         <p style="color:#fff;font-size: 19px;">چاپ تراکت، پوستر و اقلام تبلیغاتی با کیفیت ممتاز</p>
         <p style="color:#fff;font-size: 19px;">
            چاپ تراکت، پوستر و اقلام تبلیغاتی با کیفیت ممتاز
        </p>
 
     </div>
     </div>


     <!-- 9. Energy Saving Section -->
     <!-- 9. Energy Saving Section -->
     <div class="container">
     <div class="container">
         <div class="info-row">
         <div class="info-row">
             <div class="info-text">
             <div class="info-text">
                 <h2 class="section-title">ماندگاری</h2>
                 <h2 class="section-title">ماندگاری</h2>
 
                 <p><strong>چاپ و تبلیغات برادران نعمتی</strong> با استفاده از بهترین متریال و فناوری‌های چاپ، محصولاتی با رنگ‌های زنده و دوام بالا تولید می‌کند تا تبلیغات شما اثربخشی بیشتری داشته باشد.</p>
                 <p>
                    <strong>چاپ و تبلیغات برادران نعمتی</strong>
                    با استفاده از بهترین متریال و فناوری‌های چاپ، محصولاتی با رنگ‌های زنده و دوام بالا تولید می‌کند تا تبلیغات شما اثربخشی بیشتری داشته باشد.
                </p>
 
             </div>
             </div>
             <div class="info-image">
             <div class="info-image">
                 <img src="https://dl.faraghaib.ir/m/260005/26000533.png" alt="ماندگاری">
                 <img src="https://dl.faraghaib.ir/m/260005/26000533.png" alt="ماندگاری">
             </div>
             </div>
         </div>
         </div>
     </div>
     </div>


</body>
</body>
</html>
</html>
{{منوی زیر صفحه/نعمتی}}
{{منوی زیر صفحه/نعمتی}}

نسخهٔ ‏۲۲ اوت ۲۰۲۶، ساعت ۰۶:۴۶

خدمات چاپ و تبلیغات نعمتی

خدمات چاپ و تبلیغات نعمتی

چاپ و تبلیغات نعمتی

کیفیت ماندگار،چاپ حرفه‌ای و تبلیغات مؤثر برای رشد کسب‌وکار

محصولات


گالری ریسپانسیو اختصاصی


پذیرش سفارش

ارسال سریع و ایمن با تضمین سلامت در اجرا

محصولات پرفروش

چاپ و تبلیغات نعمتی کد محصول: SD 107

چاپ بنر حج

چاپ و تبلیغات نعمتی کد محصول: SD 110

طراحی و چاپ تسلیت

چاپ و تبلیغات نعمتی کد محصول: SD 118

طراحی و چاپ تبریک و خیر مقدم انواع مراسم

چاپ و تبلیغات نعمتی کد محصول: SD 118

طراحی و چاپ بنر تبریک تولد


چاپ اختصاصی

چاپ سفارشی با کیفیت و دقت در اجرا

کیفیت

چاپ و تبلیغات برادران نعمتی با بهره‌گیری از تجهیزات پیشرفته، متریال باکیفیت و چاپ دقیق، بهترین نتیجه را برای معرفی برند شما ارائه می‌دهد. ما کیفیت ماندگار را در هر سفارش تضمین می‌کنیم.

کیفیت

اعتماد

اعتماد مشتریان، بزرگ‌ترین سرمایه چاپ و تبلیغات برادران نعمتی است. ما با کیفیت چاپ، تحویل به‌موقع و خدمات حرفه‌ای، همراه مطمئن کسب‌وکار شما هستیم.

اعتماد

هویت بصری

چاپ تراکت، پوستر و اقلام تبلیغاتی با کیفیت ممتاز

ماندگاری

چاپ و تبلیغات برادران نعمتی با استفاده از بهترین متریال و فناوری‌های چاپ، محصولاتی با رنگ‌های زنده و دوام بالا تولید می‌کند تا تبلیغات شما اثربخشی بیشتری داشته باشد.

ماندگاری