@@ -136,14 +136,14 @@ function HeroSection() {
136136 return (
137137 < header className = { styles . hero } >
138138 < div className = { styles . heroInner } >
139- < div className = { styles . heroTagline } >
139+ < a className = { styles . heroTagline } href = "#whats-new" >
140140 < span className = { styles . newBadge } >
141141 < Translate id = "badge.new" > NEW</ Translate >
142142 </ span >
143143 < Translate id = "hero.tagline" >
144144 New pillars and a redesigned Assessment Overview
145145 </ Translate >
146- </ div >
146+ </ a >
147147
148148 < h1 className = { styles . heroTitle } >
149149 < Translate id = "hero.title" >
@@ -160,17 +160,28 @@ function HeroSection() {
160160 </ p >
161161
162162 < div className = { styles . heroCtas } >
163- < Link
164- className = { styles . ctaPrimary }
165- href = "https://zerotrust.microsoft.com/"
166- >
167- < Translate id = "hero.cta.workshop" > Launch Workshop</ Translate > →
168- </ Link >
163+ < div className = { styles . heroPrimaryCtas } >
164+ < Link
165+ className = { styles . ctaPrimary }
166+ href = "https://zerotrust.microsoft.com/"
167+ >
168+ < Translate id = "hero.cta.workshop" > Launch Workshop</ Translate > →
169+ </ Link >
170+ < Link
171+ className = { styles . ctaPrimary }
172+ href = "https://learn.microsoft.com/security/zero-trust/assessment/get-started"
173+ >
174+ < Translate id = "hero.cta.assessment" > Run Assessment</ Translate > →
175+ </ Link >
176+ </ div >
169177 < Link
170178 className = { styles . ctaSecondary }
171- href = "https://learn. microsoft.com/security/zero-trust/assessment/get-started "
179+ href = "https://microsoft.github.io/zerotrustassessment/demo/#/ "
172180 >
173- < Translate id = "hero.cta.assessment" > Run Assessment</ Translate > →
181+ < Translate id = "hero.cta.assessmentDemo" >
182+ View Assessment Demo
183+ </ Translate > { " " }
184+ →
174185 </ Link >
175186 </ div >
176187
@@ -183,7 +194,7 @@ function HeroSection() {
183194/* ─── Section 2: Latest Updates ──────────────────────────── */
184195function LatestUpdates ( ) {
185196 return (
186- < section className = { styles . aiSpotlight } >
197+ < section id = "whats-new" className = { styles . aiSpotlight } >
187198 < div className = { styles . aiSpotlightInner } >
188199 < div className = { styles . aiPill } >
189200 < Translate id = "ai.pill" > What's New</ Translate >
@@ -220,9 +231,12 @@ function LatestUpdates() {
220231 Zero Trust roadmap with dedicated DevSecOps guidance.
221232 </ Translate >
222233 </ p >
223- < span className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` } >
234+ < Link
235+ className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` }
236+ href = "https://zerotrust.microsoft.com/"
237+ >
224238 < Translate id = "pillar.devsecops" > DevSecOps</ Translate >
225- </ span >
239+ </ Link >
226240 </ div >
227241
228242 < div className = { styles . releaseItem } >
@@ -243,20 +257,32 @@ function LatestUpdates() {
243257 </ Translate >
244258 </ p >
245259 < div className = { styles . pillarRow } >
246- < span className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` } >
260+ < Link
261+ className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` }
262+ href = "https://microsoft.github.io/zerotrustassessment/demo/#/infrastructure"
263+ >
247264 < Translate id = "pillar.infrastructure" > Infrastructure</ Translate >
248- </ span >
249- < span className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` } >
265+ </ Link >
266+ < Link
267+ className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` }
268+ href = "https://microsoft.github.io/zerotrustassessment/demo/#/secops"
269+ >
250270 < Translate id = "pillar.secops" > Security Operations</ Translate >
251- </ span >
252- < span className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` } >
271+ </ Link >
272+ < Link
273+ className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` }
274+ href = "https://microsoft.github.io/zerotrustassessment/demo/#/ai"
275+ >
253276 < Translate id = "pillar.ai" > AI</ Translate >
254- </ span >
255- < span className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` } >
277+ </ Link >
278+ < Link
279+ className = { `${ styles . pillarItem } ${ styles . pillarHighlighted } ` }
280+ href = "https://microsoft.github.io/zerotrustassessment/demo/"
281+ >
256282 < Translate id = "updates.assessment.overview" >
257283 Revamped Overview Page
258284 </ Translate >
259- </ span >
285+ </ Link >
260286 </ div >
261287 </ div >
262288 </ div >
0 commit comments