@@ -27,42 +27,54 @@ export default function Home() {
2727 < div className = "flex flex-row w-full h-14 items-center justify-center space-x-6" >
2828 { " " }
2929 < a
30- href = "# "
30+ href = "https://intelowl.readthedocs.io/en/latest/Usage.html#analyzers "
3131 className = "inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
3232 role = "alert"
3333 >
3434 < span className = "text-xs bg-[#00ADEF] rounded-full text-white px-4 py-1.5 mr-3 text-center justify-center" >
35- 100 +
35+ 150 +
3636 </ span > { " " }
3737 { /* link to prolly the docs where analyzers are explained */ }
3838 < span className = "text-sm font-normal font-SpaceGrotesk " >
3939 Analyzers
4040 </ span >
4141 </ a >
4242 < a
43- href = "# "
43+ href = "https://intelowl.readthedocs.io/en/latest/Usage.html#connectors "
4444 className = "inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
4545 role = "alert"
4646 >
4747 < span className = "text-xs bg-[#00ADEF] rounded-full text-white px-4 py-1.5 mr-3" >
48- 20 +
48+ 5 +
4949 </ span > { " " }
5050 < span className = "text-sm font-SpaceGrotesk font-normal" >
5151 Connectors
5252 </ span >
5353 </ a >
5454 < a
55- href = "# "
55+ href = "https://intelowl.readthedocs.io/en/latest/Usage.html#playbooks "
5656 className = "inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
5757 role = "alert"
5858 >
5959 < span className = "text-xs bg-[#00ADEF] rounded-full text-white px-4 py-1.5 mr-3" >
60- 10 +
60+ 5 +
6161 </ span > { " " }
6262 < span className = "text-sm font-SpaceGrotesk font-normal" >
6363 Playbooks
6464 </ span >
6565 </ a >
66+ < a
67+ href = "https://intelowl.readthedocs.io/en/latest/Usage.html#visualizers"
68+ className = "inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
69+ role = "alert"
70+ >
71+ < span className = "text-xs bg-[#00ADEF] rounded-full text-white px-4 py-1.5 mr-3" >
72+ 5+
73+ </ span > { " " }
74+ < span className = "text-sm font-SpaceGrotesk font-normal" >
75+ Visualizers
76+ </ span >
77+ </ a >
6678 </ div >
6779 </ div >
6880 < section
@@ -88,11 +100,10 @@ export default function Home() {
88100 className = "md:h-screen w-screen flex flex-col items-center justify-start xl:mt-16"
89101 >
90102 < h2 className = "text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold " >
91- What Theyre Saying
103+ Testimonials
92104 </ h2 >
93105 < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2" >
94- Dont just take our word for it, see what our satisfied customers and
95- valued partners have to say about intelowl.
106+ We love to work with the community to improve the project. This is what users and contributors say about IntelOwl.
96107 </ h3 >
97108 < Slider isTestimonial = { true } />
98109 </ section >
@@ -104,8 +115,7 @@ export default function Home() {
104115 FAQs
105116 </ h2 >
106117 < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 mb-14 " >
107- Dont just take our word for it, see what our satisfied customers and
108- valued partners have to say about intelowl.
118+ Don't worry! We are here to help. In case you don't find the answer that you are looking for, feel free to contact us
109119 </ h3 >
110120 < FAQSection />
111121 </ section >
0 commit comments