Spaces:
Running
Running
| <html lang="en" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>شرکت تجاری نمونه | خدمات کسب و کار در ایران</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap'); | |
| body { | |
| font-family: 'Vazirmatn', sans-serif; | |
| } | |
| .hero-section { | |
| background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .service-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .contact-input:focus { | |
| outline: none; | |
| box-shadow: 0 0 0 2px #3b82f6; | |
| } | |
| .rtl { | |
| direction: rtl; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Header --> | |
| <header class="bg-white shadow-md sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <img src="https://via.placeholder.com/50" alt="لوگو شرکت" class="h-10 mr-2"> | |
| <h1 class="text-xl font-bold text-blue-600">شرکت تجاری نمونه</h1> | |
| </div> | |
| <nav class="hidden md:flex space-x-6 space-x-reverse"> | |
| <a href="#home" class="text-gray-700 hover:text-blue-600 font-medium">صفحه اصلی</a> | |
| <a href="#services" class="text-gray-700 hover:text-blue-600 font-medium">خدمات</a> | |
| <a href="#about" class="text-gray-700 hover:text-blue-600 font-medium">درباره ما</a> | |
| <a href="#products" class="text-gray-700 hover:text-blue-600 font-medium">محصولات</a> | |
| <a href="#contact" class="text-gray-700 hover:text-blue-600 font-medium">تماس با ما</a> | |
| </nav> | |
| <div class="flex items-center space-x-3 space-x-reverse"> | |
| <a href="tel:+982112345678" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition hidden sm:inline-block"> | |
| <i class="fas fa-phone ml-2"></i> | |
| 021-12345678 | |
| </a> | |
| <button id="mobile-menu-button" class="md:hidden text-gray-700"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white py-2 px-4 shadow-lg"> | |
| <a href="#home" class="block py-2 text-gray-700 hover:text-blue-600">صفحه اصلی</a> | |
| <a href="#services" class="block py-2 text-gray-700 hover:text-blue-600">خدمات</a> | |
| <a href="#about" class="block py-2 text-gray-700 hover:text-blue-600">درباره ما</a> | |
| <a href="#products" class="block py-2 text-gray-700 hover:text-blue-600">محصولات</a> | |
| <a href="#contact" class="block py-2 text-gray-700 hover:text-blue-600">تماس با ما</a> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section id="home" class="hero-section text-white py-20 md:py-32"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h1 class="text-3xl md:text-5xl font-bold mb-6">راهکارهای تجاری پیشرفته برای کسب و کارهای ایرانی</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">ارائه بهترین خدمات و محصولات با کیفیت جهانی و قیمت مناسب برای بازار ایران</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md text-lg font-medium transition">درخواست مشاوره</a> | |
| <a href="#services" class="bg-white hover:bg-gray-100 text-blue-600 px-8 py-3 rounded-md text-lg font-medium transition">خدمات ما</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">خدمات تخصصی ما</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">ما با تیمی متخصص و با تجربه در زمینه های مختلف کسب و کار، آماده ارائه خدمات با کیفیت به شما هستیم</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Service 1 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-chart-line text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">مشاوره کسب و کار</h3> | |
| <p class="text-gray-600">ارائه راهکارهای تخصصی برای توسعه و بهبود کسب و کار شما با توجه به شرایط بازار ایران</p> | |
| </div> | |
| <!-- Service 2 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-globe text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">صادرات و واردات</h3> | |
| <p class="text-gray-600">خدمات تخصصی صادرات و واردات کالا با بهترین قیمت و کوتاه ترین زمان ممکن</p> | |
| </div> | |
| <!-- Service 3 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-laptop-code text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">راهکارهای نرم افزاری</h3> | |
| <p class="text-gray-600">طراحی و پیاده سازی سیستم های نرم افزاری اختصاصی برای کسب و کار شما</p> | |
| </div> | |
| <!-- Service 4 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-handshake text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">همکاری تجاری</h3> | |
| <p class="text-gray-600">ایجاد پل ارتباطی بین کسب و کارهای ایرانی و بین المللی برای همکاری های مشترک</p> | |
| </div> | |
| <!-- Service 5 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-gem text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">برندینگ و مارکتینگ</h3> | |
| <p class="text-gray-600">طراحی استراتژی های بازاریابی و برندسازی متناسب با بازار ایران</p> | |
| </div> | |
| <!-- Service 6 --> | |
| <div class="service-card bg-white rounded-lg shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-600 mb-4"> | |
| <i class="fas fa-file-contract text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">مشاوره حقوقی</h3> | |
| <p class="text-gray-600">ارائه خدمات حقوقی و قراردادهای تجاری توسط وکلای متخصص</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col lg:flex-row items-center"> | |
| <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12"> | |
| <img src="https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="درباره شرکت" class="rounded-lg shadow-lg w-full"> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-6">درباره شرکت تجاری نمونه</h2> | |
| <p class="text-gray-600 mb-4">شرکت تجاری نمونه با بیش از 15 سال سابقه درخشان در زمینه ارائه خدمات تجاری و کسب و کار، یکی از پیشگامان صنعت در ایران محسوب می شود.</p> | |
| <p class="text-gray-600 mb-6">ما با تکیه بر تیمی متخصص و با تجربه، همواره در تلاش بوده ایم تا بهترین راهکارها را با توجه به شرایط خاص اقتصادی ایران به مشتریان خود ارائه دهیم.</p> | |
| <div class="grid grid-cols-2 gap-4 mb-6"> | |
| <div class="bg-white p-4 rounded-lg shadow-sm"> | |
| <div class="text-blue-600 mb-2"> | |
| <i class="fas fa-users text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold text-gray-800">50+</h4> | |
| <p class="text-gray-600 text-sm">مشتری دائمی</p> | |
| </div> | |
| <div class="bg-white p-4 rounded-lg shadow-sm"> | |
| <div class="text-blue-600 mb-2"> | |
| <i class="fas fa-project-diagram text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold text-gray-800">200+</h4> | |
| <p class="text-gray-600 text-sm">پروژه موفق</p> | |
| </div> | |
| <div class="bg-white p-4 rounded-lg shadow-sm"> | |
| <div class="text-blue-600 mb-2"> | |
| <i class="fas fa-award text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold text-gray-800">12+</h4> | |
| <p class="text-gray-600 text-sm">جایزه ملی</p> | |
| </div> | |
| <div class="bg-white p-4 rounded-lg shadow-sm"> | |
| <div class="text-blue-600 mb-2"> | |
| <i class="fas fa-user-tie text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold text-gray-800">30+</h4> | |
| <p class="text-gray-600 text-sm">کارشناس متخصص</p> | |
| </div> | |
| </div> | |
| <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md font-medium transition">تماس با ما</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Products Section --> | |
| <section id="products" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">محصولات ما</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">کیفیت و اصالت محصولات ما، اعتبار ماست</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> | |
| <!-- Product 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden transition hover:shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="محصول 1" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-800 mb-2">محصول صنعتی</h3> | |
| <p class="text-gray-600 text-sm mb-3">توضیحات کوتاه درباره محصول و ویژگی های آن</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-blue-600">12,000,000 تومان</span> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm transition">جزئیات بیشتر</button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden transition hover:shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1505740420928-5e560c06d30e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="محصول 2" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-800 mb-2">محصول الکترونیکی</h3> | |
| <p class="text-gray-600 text-sm mb-3">توضیحات کوتاه درباره محصول و ویژگی های آن</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-blue-600">8,500,000 تومان</span> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm transition">جزئیات بیشتر</button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden transition hover:shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1523275335684-37898b6baf30?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1399&q=80" alt="محصول 3" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-800 mb-2">محصول مصرفی</h3> | |
| <p class="text-gray-600 text-sm mb-3">توضیحات کوتاه درباره محصول و ویژگی های آن</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-blue-600">5,200,000 تومان</span> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm transition">جزئیات بیشتر</button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Product 4 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden transition hover:shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1546868871-7041f2a55e12?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1364&q=80" alt="محصول 4" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-gray-800 mb-2">محصول تخصصی</h3> | |
| <p class="text-gray-600 text-sm mb-3">توضیحات کوتاه درباره محصول و ویژگی های آن</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-blue-600">15,750,000 تومان</span> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm transition">جزئیات بیشتر</button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10"> | |
| <a href="#" class="inline-block border border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-2 rounded-md font-medium transition">مشاهده همه محصولات</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">نظرات مشتریان</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">آنچه مشتریان ما درباره خدمات ما می گویند</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="مشتری" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">محمد رضایی</h4> | |
| <p class="text-gray-600 text-sm">مدیر عامل شرکت الف</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"شرکت تجاری نمونه با ارائه راهکارهای هوشمندانه و تخصصی، کمک شایانی به توسعه کسب و کار ما کرده است. کیفیت خدمات و پشتیبانی آنها واقعا مثال زدنی است."</p> | |
| <div class="mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="مشتری" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">فاطمه محمدی</h4> | |
| <p class="text-gray-600 text-sm">مدیر بازرگانی شرکت ب</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"همکاری با این شرکت یکی از بهترین تصمیمات تجاری ما بود. تیم حرفه ای آنها در زمینه صادرات و واردات، مشکلات ما را به حداقل رساند و سودآوری ما را افزایش داد."</p> | |
| <div class="mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="مشتری" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">علی کریمی</h4> | |
| <p class="text-gray-600 text-sm">مدیر فنی شرکت ج</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600">"سیستم نرم افزاری که این شرکت برای ما طراحی کرد، بهینه سازی فرآیندهای داخلی ما را به همراه داشت. پشتیبانی 24 ساعته آنها واقعا قابل تقدیر است."</p> | |
| <div class="mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">تماس با ما</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">برای دریافت مشاوره رایگان و اطلاعات بیشتر با ما در تماس باشید</p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row gap-8"> | |
| <div class="lg:w-1/2"> | |
| <form class="bg-gray-100 p-6 rounded-lg"> | |
| <div class="mb-4"> | |
| <label for="name" class="block text-gray-700 font-medium mb-2">نام و نام خانوادگی</label> | |
| <input type="text" id="name" class="contact-input w-full px-4 py-2 border border-gray-300 rounded-md focus:border-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="email" class="block text-gray-700 font-medium mb-2">آدرس ایمیل</label> | |
| <input type="email" id="email" class="contact-input w-full px-4 py-2 border border-gray-300 rounded-md focus:border-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="phone" class="block text-gray-700 font-medium mb-2">شماره تماس</label> | |
| <input type="tel" id="phone" class="contact-input w-full px-4 py-2 border border-gray-300 rounded-md focus:border-blue-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="subject" class="block text-gray-700 font-medium mb-2">موضوع</label> | |
| <select id="subject" class="contact-input w-full px-4 py-2 border border-gray-300 rounded-md focus:border-blue-500"> | |
| <option value="">انتخاب کنید</option> | |
| <option value="consulting">مشاوره کسب و کار</option> | |
| <option value="import">خدمات واردات</option> | |
| <option value="export">خدمات صادرات</option> | |
| <option value="software">راهکارهای نرم افزاری</option> | |
| <option value="other">سایر</option> | |
| </select> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="message" class="block text-gray-700 font-medium mb-2">پیام شما</label> | |
| <textarea id="message" rows="4" class="contact-input w-full px-4 py-2 border border-gray-300 rounded-md focus:border-blue-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium transition">ارسال پیام</button> | |
| </form> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="bg-gray-100 p-6 rounded-lg h-full"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-6">اطلاعات تماس</h3> | |
| <div class="flex items-start mb-6"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-map-marker-alt text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800">آدرس دفتر مرکزی</h4> | |
| <p class="text-gray-600">تهران، خیابان ولیعصر، کوچه فلان، پلاک 12، طبقه 3</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start mb-6"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-phone-alt text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800">تلفن های تماس</h4> | |
| <p class="text-gray-600">021-12345678</p> | |
| <p class="text-gray-600">0912-345-6789</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start mb-6"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-envelope text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800">پست الکترونیک</h4> | |
| <p class="text-gray-600">info@tajary-sample.com</p> | |
| <p class="text-gray-600">support@tajary-sample.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-600 mt-1 mr-4"> | |
| <i class="fas fa-clock text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-gray-800">ساعات کاری</h4> | |
| <p class="text-gray-600">شنبه تا چهارشنبه: 8:30 صبح تا 16:30 بعدازظهر</p> | |
| <p class="text-gray-600">پنجشنبه: 8:30 صبح تا 12:30 ظهر</p> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h4 class="font-bold text-gray-800 mb-4">ما را در شبکه های اجتماعی دنبال کنید</h4> | |
| <div class="flex space-x-4 space-x-reverse"> | |
| <a href="#" class="bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700 transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700 transition"> | |
| <i class="fab fa-telegram"></i> | |
| </a> | |
| <a href="#" class="bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700 transition"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center hover:bg-blue-700 transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Map Section --> | |
| <div class="h-96 w-full"> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3239.869663537459!2d51.38827731527066!3d35.68919798018748!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3f8e014a8eabcfd9%3A0x5e39a6b6e2d4a5a1!2sTehran%2C%20Iran!5e0!3m2!1sen!2sus!4v1620000000000!5m2!1sen!2sus" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">درباره شرکت</h3> | |
| <p class="text-gray-400">شرکت تجاری نمونه با هدف ارائه خدمات تخصصی به کسب و کارهای ایرانی تاسیس شده است. ما با تکیه بر دانش و تجربه تیم متخصص خود، همواره در تلاش برای ارائه بهترین خدمات هستیم.</p> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">لینک های سریع</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#home" class="text-gray-400 hover:text-white transition">صفحه اصلی</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition">خدمات ما</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-white transition">درباره ما</a></li> | |
| <li><a href="#products" class="text-gray-400 hover:text-white transition">محصولات</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition">تماس با ما</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">خدمات ما</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">مشاوره کسب و کار</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">صادرات و واردات</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">راهکارهای نرم افزاری</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">همکاری تجاری</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">مشاوره حقوقی</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">عضویت در خبرنامه</h3> | |
| <p class="text-gray-400 mb-4">برای دریافت آخرین اخبار و تخفیف های ویژه، ایمیل خود را ثبت کنید</p> | |
| <form class="flex"> | |
| <input type="email" placeholder="آدرس ایمیل" class="px-4 py-2 w-full rounded-r-md text-gray-800 focus:outline-none"> | |
| <button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-l-md transition"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm">© 1402 کلیه حقوق برای شرکت تجاری نمونه محفوظ است.</p> | |
| <div class="flex space-x-4 space-x-reverse mt-4 md:mt-0"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-telegram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Back to Top Button --> | |
| <button id="back-to-top" class="fixed bottom-6 left-6 bg-blue-600 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition opacity-0 invisible"> | |
| <i class="fas fa-arrow-up"></i> | |
| </button> | |
| <script> | |
| // Mobile Menu Toggle | |
| const mobileMenuButton = document.getElementById('mobile-menu-button'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| mobileMenuButton.addEventListener('click', () => { | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| // Back to Top Button | |
| const backToTopButton = document.getElementById('back-to-top'); | |
| window.addEventListener('scroll', () => { | |
| if (window.pageYOffset > 300) { | |
| backToTopButton.classList.remove('opacity-0', 'invisible'); | |
| backToTopButton.classList.add('opacity-100', 'visible'); | |
| } else { | |
| backToTopButton.classList.remove('opacity-100', 'visible'); | |
| backToTopButton.classList.add('opacity-0', 'invisible'); | |
| } | |
| }); | |
| backToTopButton.addEventListener('click', () => { | |
| window.scrollTo({ | |
| top: 0, | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| // Smooth Scrolling for Anchor Links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 80, | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| // Form Submission | |
| const contactForm = document.querySelector('form'); | |
| if (contactForm) { | |
| contactForm.addEventListener('submit', function(e) { | |
| e.preventDefault(); | |
| // Here you would typically send the form data to a server | |
| // For demonstration, we'll just show an alert | |
| alert('پیام شما با موفقیت ارسال شد. به زودی با شما تماس خواهیم گرفت.'); | |
| this.reset(); | |
| }); | |
| } | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=MohammadAllameh/first-deepsite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |