@@ -231,8 +231,8 @@ export const SearchPage = () => {
231231 </ div >
232232 < h3 className = "htu-card__title" > Link from your document / tool</ h3 >
233233 < p className = "htu-card__text" >
234- Llink with the CRE ID: < a href = "https://opencre.org/cre/764-507" > opencre.org/cre/764-507</ a > { ' ' }
235- or use a familiar standard such as CWE:{ ' ' }
234+ Link with the CRE ID: < a href = "https://opencre.org/cre/764-507" > opencre.org/cre/764-507</ a > or
235+ use a familiar standard such as CWE:{ ' ' }
236236 < a href = "https://opencre.org/smartlink/standard/CWE/611" >
237237 opencre.org/smartlink/standard/CWE/611
238238 </ a >
@@ -257,7 +257,7 @@ export const SearchPage = () => {
257257
258258 < div id = "features" className = "section" >
259259 < div className = "features-grid" >
260- < div className = "feature-block feature-block--rose" >
260+ { /* <div className="feature-block feature-block--rose">
261261 <div className="feature-block__icon-wrapper">
262262 <MessageSquare className="icon" />
263263 </div>
@@ -272,6 +272,29 @@ export const SearchPage = () => {
272272 This ensures you get a more <strong>reliable answer</strong>, and also a reference to a{' '}
273273 <strong>reputable source</strong>.
274274 </p>
275+ </div> */ }
276+ < div className = "feature-block feature-block--rose" >
277+ < div className = "feature-block__icon-wrapper" >
278+ < MessageSquare className = "icon" />
279+ </ div >
280+ < h3 className = "feature-block__title" > OPENCRE CHAT</ h3 >
281+
282+ < div className = "feature-block__text space-y-2" >
283+ < p >
284+ Use{ ' ' }
285+ < strong >
286+ < a href = "https://www.opencre.org/chatbot" > OpenCRE Chat</ a >
287+ </ strong > { ' ' }
288+ to ask any security question.
289+ </ p >
290+
291+ < p >
292+ In collaboration with < strong > Google</ strong > , we injected all the standards in OpenCRE into
293+ an AI model to create the most comprehensive security chatbot. This ensures you get a more{ ' ' }
294+ < strong > reliable answer</ strong > , and also a reference to a{ ' ' }
295+ < strong > reputable source</ strong > .
296+ </ p >
297+ </ div >
275298 </ div >
276299 < div className = "feature-block feature-block--teal" >
277300 < div className = "feature-block__icon-wrapper" >
@@ -281,8 +304,11 @@ export const SearchPage = () => {
281304 < a href = "https://www.opencre.org/map_analysis" > MAP ANALYSIS</ a >
282305 </ h3 >
283306 < p className = "feature-block__text" >
284- Utilize < strong > < a href = "/map_analysis" > Map Analysis</ a > </ strong > as a tool to explore and understand the connections
285- between two standards.
307+ Utilize{ ' ' }
308+ < strong >
309+ < a href = "/map_analysis" > Map Analysis</ a >
310+ </ strong > { ' ' }
311+ as a tool to explore and understand the connections between two standards.
286312 </ p >
287313 < p className = "feature-block__text" >
288314 See how < strong > any two standards connect</ strong > with each other, providing valuable
0 commit comments