JAYbranding | Agency Video, Website, Branding & AI tại TP.HCM
<div class="jb-hero-ai-card"> <div class="jb-hero-header"> <div class="jb-hero-badge"> <span class="jb-hero-dot"></span> <span>JAYsoft AI Website Builder ✨</span> </div> <span class="jb-hero-tagline">Tạo website chuyên nghiệp chuẩn SEO chỉ trong 30 giây</span> </div> <h2 class="jb-hero-title">Nhập ý tưởng của bạn, AI sẽ thiết kế & viết code website hoàn chỉnh</h2> <form class="jb-hero-form"> <div class="jb-hero-input-box"> <textarea class="jb-ai-prompt-input" rows="3" placeholder="Mô tả chi tiết website bạn muốn làm... (Ví dụ: Thiết kế landing page phòng khám nha khoa cao cấp tone xanh ngọc, có bảng giá, danh sách bác sĩ và form đặt lịch hẹn trực tuyến)" required></textarea> <div class="jb-hero-actions"> <div class="jb-hero-hint"> <svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4M12 8h.01"/></svg> <span>Nhấn <strong>Enter</strong> để tạo hoặc Shift+Enter để xuống dòng</span> </div> <button type="submit" class="jb-hero-submit-btn"> <span>Tạo Website Ngay</span> <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </button> </div> </div> </form> <div class="jb-hero-suggestions"> <span class="jb-hero-sug-label">Gợi ý mẫu:</span> <div class="jb-hero-sug-list"> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế landing page thẩm mỹ viện & spa cao cấp tone vàng ấm có bảng giá và form đặt lịch hẹn">💆 Thẩm mỹ viện & Spa</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế website công ty luật doanh nghiệp quốc tế hiện đại có hồ sơ luật sư và form tư vấn">⚖️ Hãng Luật Doanh Nghiệp</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế landing page quán cafe specialty và tiệm bánh ngọt phong cách tối giản có menu chi tiết">☕ Quán Cafe & Bistro</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế website giới thiệu khóa học AI & Marketing Online giao diện dark mode hiện đại">🎓 Khóa học AI Marketing</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế website công ty xuất nhập khẩu & logistics phong cách chuyên nghiệp đa ngôn ngữ">🚢 Công ty Logistics</button> </div> </div> </div>
<style> .jb-hero-ai-card { background: #ffffff; border: 1.5px solid #dbeafe; border-radius: 16px; padding: 28px 32px; margin: 0 0 32px 0; width: 100%; box-sizing: border-box; box-shadow: 0 10px 30px -5px rgba(27, 150, 254, 0.1), 0 1px 3px rgba(0,0,0,0.04); color: #0f172a; position: relative; overflow: hidden; } .jb-hero-ai-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1B96FE 0%, #38bdf8 50%, #818cf8 100%); } .jb-hero-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex-wrap: wrap; gap: 8px; } .jb-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 99px; } .jb-hero-dot { width: 7px; height: 7px; background: #2563eb; border-radius: 50%; box-shadow: 0 0 8px #3b82f6; animation: jbPulse 2s infinite; } @keyframes jbPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } } .jb-hero-tagline { font-size: 13px; color: #64748b; font-weight: 500; } .jb-hero-title { font-size: 19px; font-weight: 800; color: #0f172a; margin: 0 0 18px 0; letter-spacing: -0.3px; line-height: 1.4; } .jb-hero-input-box { background: #f8fafc; border: 1.5px solid #cbd5e1; border-radius: 14px; padding: 14px 16px 12px 16px; transition: all 0.2s ease; box-sizing: border-box; } .jb-hero-input-box:focus-within { border-color: #1B96FE; background: #ffffff; box-shadow: 0 0 0 4px rgba(27, 150, 254, 0.15); } .jb-hero-input-box textarea { width: 100%; background: transparent; border: none; color: #0f172a; font-size: 15px; line-height: 1.6; outline: none; font-family: inherit; resize: none; min-height: 72px; box-sizing: border-box; display: block; } .jb-hero-input-box textarea::placeholder { color: #94a3b8; font-size: 14px; } .jb-hero-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e2e8f0; flex-wrap: wrap; gap: 12px; } .jb-hero-hint { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #94a3b8; } .jb-hero-hint strong { color: #64748b; } .jb-hero-submit-btn { background: linear-gradient(135deg, #1B96FE 0%, #0284c7 100%); color: #ffffff; font-size: 14px; font-weight: 700; border: none; padding: 10px 22px; border-radius: 10px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 14px rgba(27, 150, 254, 0.25); white-space: nowrap; } .jb-hero-submit-btn:hover { background: linear-gradient(135deg, #38bdf8 0%, #1B96FE 100%); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(27, 150, 254, 0.35); } .jb-hero-suggestions { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 12.5px; color: #64748b; overflow-x: auto; white-space: nowrap; padding-bottom: 2px; scrollbar-width: none; } .jb-hero-suggestions::-webkit-scrollbar { display: none; } .jb-hero-sug-label { flex-shrink: 0; font-weight: 700; color: #475569; } .jb-hero-sug-list { display: flex; align-items: center; gap: 8px; flex-shrink: 0; } .jb-sug-chip { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; font-size: 12px; font-weight: 500; padding: 5px 13px; border-radius: 99px; cursor: pointer; transition: all 0.15s ease; white-space: nowrap; font-family: inherit; } .jb-sug-chip:hover { background: #e2e8f0; color: #0f172a; border-color: #cbd5e1; } @media (max-width: 640px) { .jb-hero-ai-card { padding: 20px 16px; margin-bottom: 24px; border-radius: 14px; } .jb-hero-title { font-size: 16px; } .jb-hero-actions { flex-direction: column; align-items: stretch; } .jb-hero-submit-btn { justify-content: center; width: 100%; padding: 12px; } .jb-hero-hint { justify-content: center; } } </style>
<iframe src="/assets/sliders/portfolio.html" style="width: 100%; aspect-ratio: 16/9; border: none; border-radius: 12px; margin-bottom: 32px;" scrolling="no"></iframe>
<iframe src="/assets/sliders/video.html" style="width: 100%; aspect-ratio: 16/9; border: none; border-radius: 12px; margin-bottom: 32px;" scrolling="no"></iframe>
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%; padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-bottom: 32px; overflow: hidden; border-radius: 8px; will-change: transform;"> <iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0; margin: 0;" src="https://www.canva.com/design/DAGewwPbLJ8/4MRroFH5qJQfzelmS-qnhw/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe> </div>