File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,36 @@ export default function HowToUse() {
119119 </ div >
120120 </ div >
121121 </ section >
122+ < section id = "optout" className = { HeroStyles . wrapper } >
123+ < div className = { HeroStyles . layouts . imageSide } >
124+ < div className = "w-full lg:w-[44%]" >
125+ < div className = "mx-auto max-w-xl text-center lg:mx-0 lg:text-left" >
126+ < h2 className = { `${ HeroStyles . headline } mb-4` } >
127+ オプトアウトについて
128+ </ h2 >
129+ < p className = { `${ HeroStyles . paragraph } mb-8` } >
130+ 活動解析くん(仮)はユーザーの活動データを解析するツールですが、ユーザーはいつでもオプトアウトできます。オプトアウトすると、そのユーザーのデータは解析されなくなります。
131+ </ p >
132+ < p className = { `${ PrimaryStyles . paragraph } ` } >
133+ オプトアウトはユーザー単位のみならず、特定のチャンネルに対して行うこともできます。
134+ </ p >
135+ </ div >
136+ </ div >
137+
138+ < div className = "w-full lg:w-[56%]" >
139+ < div className = "relative mx-auto max-w-3xl" >
140+ < Image
141+ src = "/imgs/sample/optout_01.png"
142+ alt = "Opt-out Example"
143+ width = { 1200 }
144+ height = { 800 }
145+ style = { { objectFit : "cover" } }
146+ className = "w-full h-auto rounded-[20px] border border-black/10 bg-white"
147+ />
148+ </ div >
149+ </ div >
150+ </ div >
151+ </ section >
122152 </ main >
123153 ) ;
124154}
You can’t perform that action at this time.
0 commit comments