事業案内

事業概要

   
代表者 祝田 裕幸
お支払い方法 銀行振込:三菱UFJ銀行・ゆうちょ銀行
電話番号 050-5586-9605
営業時間 10:00~19:00
定休日 不定休(お問い合わせください)
所在地 〒542-0086  大阪府大阪市中央区西心斎橋1-5-27 福太郎心斎橋ビル4FキャビNET15
事業内容 ・ホームページ、バナー、ランディングページ制作
・名刺、チラシ、バナー、 デザイン制作
・個人セルフブブランディング
・ブログ診断、コンサルタント
・セールスライティング
返品・交換
・キャンセル
商品の特性上、返金・返品・キャンセルは承っておりません。

// 現在の日付を取得 let now = new Date(); // クーポンの有効期限を設定(現在の日付から3日後) let expiryDate = new Date(); expiryDate.setDate(now.getDate() + 3); // 日付を yyyy/mm/dd 形式にフォーマット function formatDate(date) { let year = date.getFullYear(); let month = ("0" + (date.getMonth() + 1)).slice(-2); // マンスは0から始まるため、1を加える let day = ("0" + date.getDate()).slice(-2); return year + "年" + month + "月" + day + "日"; } // クーポンメッセージを作成 let couponMessage = "本日" + formatDate(now) + "から3日間、期間限定*無料診断PDFでお届け 有効期限" + formatDate(expiryDate) + "まで"; // メッセージを表示 document.getElementById("coupon").innerText = couponMessage;

© 2024 ワンランク上の5つ星のWeb接客で集客