JAYbranding | Agency Video, Website, Branding & AI tại TP.HCM
<!-- JAYsoft AI Website Builder Light Theme Widget --> <div class="jb-ai-builder-card"> <div class="jb-ai-header"> <div class="jb-ai-badge"> <span class="jb-ai-dot"></span> <span>JAYsoft AI Builder</span> </div> <span class="jb-ai-tagline">Tạo website bằng AI trong 30 giây</span> </div>
<form class="jb-ai-form"> <div class="jb-ai-input-wrap"> <svg class="jb-ai-sparkle" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="m12 3-1.9 5.8a2 2 0 0 1-1.3 1.3L3 12l5.8 1.9a2 2 0 0 1 1.3 1.3L12 21l1.9-5.8a2 2 0 0 1 1.3-1.3L21 12l-5.8-1.9a2 2 0 0 1-1.3-1.3L12 3Z"/></svg> <input type="text" class="jb-ai-prompt-input" placeholder="Mô tả website bạn muốn làm (VD: Landing page phòng khám, spa, quán cafe...)" required autocomplete="off" /> </div> <button type="submit" class="jb-ai-btn"> <span>Tạo Website</span> <svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M12 5l7 7-7 7"/></svg> </button> </form>
<div class="jb-ai-suggestions"> <span class="jb-ai-sug-label">Gợi ý:</span> <div class="jb-ai-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à đặt lịch hẹn">💆 Spa & Clinic</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế website công ty luật doanh nghiệp uy tín hiện đại có giới thiệu dịch vụ và tư vấn">⚖️ Công ty Luật</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế landing page quán cafe specialty và bánh ngọt phong cách tối giản có menu">☕ Cafe & Bistro</button> <button type="button" class="jb-sug-chip" data-prompt="Thiết kế website bán khóa học online giao diện chuyên nghiệp hiện đại">🎓 Khóa học Online</button> </div> </div> </div>
<style> .jb-ai-builder-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px 20px; margin: 0 0 28px 0; box-shadow: 0 4px 20px -2px rgba(27, 150, 254, 0.08), 0 1px 3px rgba(0,0,0,0.05); color: #0f172a; } .jb-ai-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex-wrap: wrap; gap: 8px; } .jb-ai-badge { display: inline-flex; align-items: center; gap: 6px; background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 99px; text-transform: uppercase; letter-spacing: 0.5px; } .jb-ai-dot { width: 6px; height: 6px; background: #2563eb; border-radius: 50%; box-shadow: 0 0 6px #3b82f6; } .jb-ai-tagline { font-size: 12px; color: #64748b; font-weight: 500; } .jb-ai-form { display: flex; gap: 8px; background: #f8fafc; border: 1px solid #cbd5e1; padding: 4px 5px; border-radius: 12px; align-items: center; transition: all 0.2s ease; } .jb-ai-form:focus-within { border-color: #1B96FE; background: #ffffff; box-shadow: 0 0 0 3px rgba(27, 150, 254, 0.15); } .jb-ai-input-wrap { display: flex; align-items: center; flex: 1; padding-left: 10px; min-width: 0; } .jb-ai-sparkle { color: #1B96FE; margin-right: 8px; flex-shrink: 0; } .jb-ai-input-wrap input { width: 100%; background: transparent; border: none; color: #0f172a; font-size: 13.5px; outline: none; font-family: inherit; } .jb-ai-input-wrap input::placeholder { color: #94a3b8; font-size: 13px; } .jb-ai-btn { background: linear-gradient(135deg, #1B96FE 0%, #0284c7 100%); color: #ffffff; font-size: 13px; font-weight: 600; border: none; padding: 9px 16px; border-radius: 9px; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; flex-shrink: 0; } .jb-ai-btn:hover { background: linear-gradient(135deg, #38bdf8 0%, #1B96FE 100%); transform: translateY(-1px); } .jb-ai-suggestions { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 11.5px; color: #64748b; overflow-x: auto; white-space: nowrap; padding-bottom: 2px; scrollbar-width: none; } .jb-ai-suggestions::-webkit-scrollbar { display: none; } .jb-ai-sug-label { flex-shrink: 0; font-weight: 600; color: #64748b; } .jb-ai-sug-list { display: flex; align-items: center; gap: 6px; flex-shrink: 0; } .jb-sug-chip { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; font-size: 11px; padding: 3px 10px; border-radius: 6px; 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: 600px) { .jb-ai-form { flex-direction: column; padding: 8px; align-items: stretch; } .jb-ai-input-wrap { padding-left: 4px; margin-bottom: 8px; } .jb-ai-btn { justify-content: center; width: 100%; padding: 10px; } } </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>