// Hero (ファーストビュー) + Nav function NavBar() { return ( ); } // Connection diagram — the LINE秘書 hub connecting the user's chat to // Calendar / Drive / Sheet tiles. Rendered as floating tiles around the // chat mock. function ConnectionBadges() { const items = [ { label: 'カレンダー', Ico: LogoCalendar, raw: true, pos: { top: 18, left: -28 } }, { label: 'ドライブ', Ico: LogoDrive, raw: true, pos: { top: 130, left: -54 } }, { label: 'スプレッドシート', Ico: LogoSheet, raw: true, pos: { top: 250, left: -34 } }, { label: 'OCR読み取り', Ico: IconSparkle, color: 'var(--c-orange)', pos: { top: 60, right: -42 } }, { label: '自動記録', Ico: IconBolt, color: 'var(--c-green)', pos: { top: 210, right: -32 } }, ]; return ( <> {items.map((it, i) => (
{it.label}
))} ); } function Hero() { return (
法人向け/買い切り 39,800円

Googleの面倒を、
LINEひとつで。

領収書整理も、予定確認も。
いつものLINEに送るだけで、自動で片づく。

¥ 39,800 税抜・買い切り/月額0円
Gmailをお持ちなら、すぐ使えます。 新しい契約・特別な準備は一切不要。いつものGoogle環境のまま始められます。
月額費用なし
商談・打合せ不要
設定・連携も込み
最短3営業日で利用開始
LINEで申し込む LINEで問い合わせ
); } Object.assign(window, { NavBar, Hero });